Files
libreoffice/sw/source/core/inc/drawfont.hxx

595 lines
12 KiB
C++
Raw Normal View History

2000-09-18 23:08:29 +00:00
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
2000-09-18 23:08:29 +00:00
*
* Copyright 2000, 2010 Oracle and/or its affiliates.
2000-09-18 23:08:29 +00:00
*
* OpenOffice.org - a multi-platform office productivity suite
2000-09-18 23:08:29 +00:00
*
* This file is part of OpenOffice.org.
2000-09-18 23:08:29 +00:00
*
* OpenOffice.org is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License version 3
* only, as published by the Free Software Foundation.
2000-09-18 23:08:29 +00:00
*
* OpenOffice.org is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License version 3 for more details
* (a copy is included in the LICENSE file that accompanied this code).
2000-09-18 23:08:29 +00:00
*
* You should have received a copy of the GNU Lesser General Public License
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
2000-09-18 23:08:29 +00:00
*
************************************************************************/
#ifndef _DRAWFONT_HXX
#define _DRAWFONT_HXX
#include <tools/solar.h>
#include <tools/string.hxx>
#include <errhdl.hxx>
class SwTxtFrm;
2000-09-18 23:08:29 +00:00
class OutputDevice;
class ViewShell;
class SwScriptInfo;
2000-09-18 23:08:29 +00:00
class Point;
class SwWrongList;
class Size;
class SwFont;
class Font;
class SwUnderlineFont;
2001-04-09 09:44:17 +00:00
/*************************************************************************
* class SwDrawTextInfo
*
* encapsulates information for drawing text
2001-04-09 09:44:17 +00:00
*************************************************************************/
2000-09-18 23:08:29 +00:00
class SwDrawTextInfo
{
2001-08-31 05:22:48 +00:00
const SwTxtFrm* pFrm;
2000-09-18 23:08:29 +00:00
OutputDevice* pOut;
ViewShell* pSh;
2001-04-09 09:44:17 +00:00
const SwScriptInfo* pScriptInfo;
2000-09-18 23:08:29 +00:00
const Point* pPos;
const XubString* pText;
const SwWrongList* pWrong;
const SwWrongList* pGrammarCheck;
const SwWrongList* pSmartTags; // SMARTTAGS
2000-09-18 23:08:29 +00:00
const Size* pSize;
SwFont *pFnt;
SwUnderlineFont* pUnderFnt;
2001-04-09 09:44:17 +00:00
xub_StrLen* pHyphPos;
2000-09-18 23:08:29 +00:00
long nLeft;
long nRight;
2001-04-09 09:44:17 +00:00
long nKanaDiff;
2000-09-18 23:08:29 +00:00
xub_StrLen nIdx;
xub_StrLen nLen;
2001-04-09 09:44:17 +00:00
xub_StrLen nOfst;
2000-09-18 23:08:29 +00:00
USHORT nWidth;
USHORT nAscent;
2001-04-09 09:44:17 +00:00
USHORT nCompress;
long nSperren;
long nSpace;
long nKern;
xub_StrLen nNumberOfBlanks;
BYTE nCursorBidiLevel;
2000-09-18 23:08:29 +00:00
BOOL bBullet : 1;
BOOL bUpper : 1; // Fuer Kapitaelchen: Grossbuchstaben-Flag
BOOL bDrawSpace : 1; // Fuer Kapitaelchen: Unter/Durchstreichung
BOOL bGreyWave : 1; // Graue Wellenlinie beim extended TextInput
BOOL bSpaceStop : 1; // For underlining we need to know, if a portion
// is right in front of a hole portion or a
// fix margin portion.
BOOL bSnapToGrid : 1; // Does paragraph snap to grid?
2002-06-20 11:38:34 +00:00
BOOL bIgnoreFrmRTL : 1; // Paint text as if text has LTR direction, used for
// line numbering
BOOL bPosMatchesBounds :1; // GetCrsrOfst should not return the next
// position if screen position is inside second
// half of bound rect, used for Accessibility
2002-06-20 11:38:34 +00:00
2000-09-18 23:08:29 +00:00
SwDrawTextInfo(); // nicht zulaessig
public:
#ifdef DBG_UTIL
BOOL bPos : 1; // These flags should control, that the appropriate
BOOL bWrong : 1; // Set-function has been called before calling
BOOL bGrammarCheck : 1; // the Get-function of a member
BOOL bSize : 1;
BOOL bFnt : 1;
BOOL bHyph : 1;
BOOL bLeft : 1;
BOOL bRight : 1;
BOOL bKana : 1;
BOOL bOfst : 1;
2000-09-18 23:08:29 +00:00
BOOL bAscent: 1;
BOOL bSperr : 1;
BOOL bSpace : 1;
BOOL bNumberOfBlanks : 1;
2000-09-18 23:08:29 +00:00
BOOL bUppr : 1;
BOOL bDrawSp: 1;
#endif
2001-04-09 09:44:17 +00:00
SwDrawTextInfo( ViewShell *pS, OutputDevice &rO, const SwScriptInfo* pSI,
2000-09-18 23:08:29 +00:00
const XubString &rSt, xub_StrLen nI, xub_StrLen nL,
USHORT nW = 0, BOOL bB = FALSE )
{
pFrm = NULL;
pSh = pS;
pOut = &rO;
pScriptInfo = pSI;
pText = &rSt;
nIdx = nI;
nLen = nL;
nKern = 0;
nCompress = 0;
nWidth = nW;
nNumberOfBlanks = 0;
nCursorBidiLevel = 0;
bBullet = bB;
pUnderFnt = 0;
bGreyWave = FALSE;
bSpaceStop = FALSE;
bSnapToGrid = FALSE;
bIgnoreFrmRTL = FALSE;
bPosMatchesBounds = FALSE;
// These values are initialized but, they have to be
// set explicitly via their Set-function before they may
// be accessed by their Get-function:
pPos = 0;
pWrong = 0;
pGrammarCheck = 0;
pSmartTags = 0;
pSize = 0;
pFnt = 0;
pHyphPos = 0;
nLeft = 0;
nRight = 0;
nKanaDiff = 0;
nOfst = 0;
nAscent = 0;
nSperren = 0;
nSpace = 0;
bUpper = FALSE;
bDrawSpace = FALSE;
#ifdef DBG_UTIL
// these flags control, whether the matching member variables have
// been set by using the Set-function before they may be accessed
// by their Get-function:
bPos = bWrong = bGrammarCheck = bSize = bFnt = bAscent = bSpace = bNumberOfBlanks = bUppr =
bDrawSp = bLeft = bRight = bKana = bOfst = bHyph = bSperr = FALSE;
2000-09-18 23:08:29 +00:00
#endif
}
2001-08-31 05:22:48 +00:00
const SwTxtFrm* GetFrm() const
{
return pFrm;
}
void SetFrm( const SwTxtFrm* pNewFrm )
{
pFrm = pNewFrm;
}
ViewShell *GetShell() const
{
return pSh;
}
2001-08-31 05:22:48 +00:00
OutputDevice& GetOut() const
{
2000-09-18 23:08:29 +00:00
return *pOut;
}
OutputDevice *GetpOut() const
{
2000-09-18 23:08:29 +00:00
return pOut;
}
const SwScriptInfo* GetScriptInfo() const
{
2001-04-09 09:44:17 +00:00
return pScriptInfo;
}
const Point &GetPos() const
{
2000-09-18 23:08:29 +00:00
ASSERT( bPos, "DrawTextInfo: Undefined Position" );
return *pPos;
}
xub_StrLen *GetHyphPos() const
{
2001-04-09 09:44:17 +00:00
ASSERT( bHyph, "DrawTextInfo: Undefined Hyph Position" );
return pHyphPos;
}
const XubString &GetText() const
{
2000-09-18 23:08:29 +00:00
return *pText;
}
const SwWrongList* GetWrong() const
{
2000-09-18 23:08:29 +00:00
ASSERT( bWrong, "DrawTextInfo: Undefined WrongList" );
return pWrong;
}
const SwWrongList* GetGrammarCheck() const
{
ASSERT( bGrammarCheck, "DrawTextInfo: Undefined GrammarCheck List" );
return pGrammarCheck;
}
const SwWrongList* GetSmartTags() const
{
return pSmartTags;
}
const Size &GetSize() const
{
2000-09-18 23:08:29 +00:00
ASSERT( bSize, "DrawTextInfo: Undefined Size" );
return *pSize;
}
SwFont* GetFont() const
{
2000-09-18 23:08:29 +00:00
ASSERT( bFnt, "DrawTextInfo: Undefined Font" );
return pFnt;
}
SwUnderlineFont* GetUnderFnt() const
{
return pUnderFnt;
}
xub_StrLen GetIdx() const
{
2000-09-18 23:08:29 +00:00
return nIdx;
}
xub_StrLen GetLen() const
{
2000-09-18 23:08:29 +00:00
return nLen;
}
xub_StrLen GetOfst() const
{
2001-04-09 09:44:17 +00:00
ASSERT( bOfst, "DrawTextInfo: Undefined Offset" );
return nOfst;
}
xub_StrLen GetEnd() const
{
2000-09-18 23:08:29 +00:00
return nIdx + nLen;
}
long GetLeft() const
{
2000-09-18 23:08:29 +00:00
ASSERT( bLeft, "DrawTextInfo: Undefined left range" );
return nLeft;
}
long GetRight() const
{
2000-09-18 23:08:29 +00:00
ASSERT( bRight, "DrawTextInfo: Undefined right range" );
return nRight;
}
long GetKanaDiff() const
{
2001-04-09 09:44:17 +00:00
ASSERT( bKana, "DrawTextInfo: Undefined kana difference" );
return nKanaDiff;
}
USHORT GetWidth() const
{
2000-09-18 23:08:29 +00:00
return nWidth;
}
USHORT GetAscent() const
{
2000-09-18 23:08:29 +00:00
ASSERT( bAscent, "DrawTextInfo: Undefined Ascent" );
return nAscent;
}
USHORT GetKanaComp() const
{
2001-04-09 09:44:17 +00:00
return nCompress;
}
long GetSperren() const
{
2000-09-18 23:08:29 +00:00
ASSERT( bSperr, "DrawTextInfo: Undefined >Sperren<" );
return nSperren;
}
long GetKern() const
{
2000-09-18 23:08:29 +00:00
return nKern;
}
long GetSpace() const
{
2000-09-18 23:08:29 +00:00
ASSERT( bSpace, "DrawTextInfo: Undefined Spacing" );
return nSpace;
}
xub_StrLen GetNumberOfBlanks() const
{
ASSERT( bNumberOfBlanks, "DrawTextInfo::Undefined NumberOfBlanks" );
return nNumberOfBlanks;
}
BYTE GetCursorBidiLevel() const
{
return nCursorBidiLevel;
}
BOOL GetBullet() const
{
2000-09-18 23:08:29 +00:00
return bBullet;
}
BOOL GetUpper() const
{
2000-09-18 23:08:29 +00:00
ASSERT( bUppr, "DrawTextInfo: Undefined Upperflag" );
return bUpper;
}
BOOL GetDrawSpace() const
{
2000-09-18 23:08:29 +00:00
ASSERT( bDrawSp, "DrawTextInfo: Undefined DrawSpaceflag" );
return bDrawSpace;
}
BOOL GetGreyWave() const
{
2000-09-18 23:08:29 +00:00
return bGreyWave;
}
BOOL IsSpaceStop() const
{
return bSpaceStop;
}
BOOL SnapToGrid() const
{
return bSnapToGrid;
}
2000-09-18 23:08:29 +00:00
BOOL IsIgnoreFrmRTL() const
{
2002-06-20 11:38:34 +00:00
return bIgnoreFrmRTL;
}
BOOL IsPosMatchesBounds() const
{
return bPosMatchesBounds;
}
void SetOut( OutputDevice &rNew )
{
pOut = &rNew;
2000-09-18 23:08:29 +00:00
}
void SetPos( const Point &rNew )
{
pPos = &rNew;
#ifdef DBG_UTIL
2000-09-18 23:08:29 +00:00
bPos = TRUE;
2001-04-09 09:44:17 +00:00
#endif
}
void SetHyphPos( xub_StrLen *pNew )
{
pHyphPos = pNew;
#ifdef DBG_UTIL
2001-04-09 09:44:17 +00:00
bHyph = TRUE;
2000-09-18 23:08:29 +00:00
#endif
}
void SetText( const XubString &rNew )
{
pText = &rNew;
2000-09-18 23:08:29 +00:00
}
void SetWrong( const SwWrongList* pNew )
{
pWrong = pNew;
#ifdef DBG_UTIL
2000-09-18 23:08:29 +00:00
bWrong = TRUE;
#endif
}
void SetGrammarCheck( const SwWrongList* pNew )
{
pGrammarCheck = pNew;
#ifdef DBG_UTIL
bGrammarCheck = TRUE;
#endif
}
void SetSmartTags( const SwWrongList* pNew )
{
pSmartTags = pNew;
}
void SetSize( const Size &rNew )
{
pSize = &rNew;
#ifdef DBG_UTIL
2000-09-18 23:08:29 +00:00
bSize = TRUE;
#endif
}
void SetFont( SwFont* pNew )
{
pFnt = pNew;
#ifdef DBG_UTIL
2000-09-18 23:08:29 +00:00
bFnt = TRUE;
#endif
}
void SetIdx( xub_StrLen nNew )
{
nIdx = nNew;
2000-09-18 23:08:29 +00:00
}
void SetLen( xub_StrLen nNew )
{
nLen = nNew;
2001-04-09 09:44:17 +00:00
}
void SetOfst( xub_StrLen nNew )
{
nOfst = nNew;
#ifdef DBG_UTIL
2001-04-09 09:44:17 +00:00
bOfst = TRUE;
2000-09-18 23:08:29 +00:00
#endif
}
void SetLeft( long nNew )
{
nLeft = nNew;
#ifdef DBG_UTIL
2000-09-18 23:08:29 +00:00
bLeft = TRUE;
#endif
}
void SetRight( long nNew )
{
nRight = nNew;
#ifdef DBG_UTIL
2000-09-18 23:08:29 +00:00
bRight = TRUE;
2001-04-09 09:44:17 +00:00
#endif
}
void SetKanaDiff( long nNew )
{
nKanaDiff = nNew;
#ifdef DBG_UTIL
2001-04-09 09:44:17 +00:00
bKana = TRUE;
2000-09-18 23:08:29 +00:00
#endif
}
void SetWidth( USHORT nNew )
{
nWidth = nNew;
2000-09-18 23:08:29 +00:00
}
void SetAscent( USHORT nNew )
{
nAscent = nNew;
#ifdef DBG_UTIL
2000-09-18 23:08:29 +00:00
bAscent = TRUE;
#endif
}
void SetKern( long nNew )
{
nKern = nNew;
2000-09-18 23:08:29 +00:00
}
void SetSpace( long nNew )
{
2000-09-18 23:08:29 +00:00
if( nNew < 0 )
{
nSperren = -nNew;
2000-09-18 23:08:29 +00:00
nSpace = 0;
}
else
{
nSpace = nNew;
nSperren = 0;
2000-09-18 23:08:29 +00:00
}
#ifdef DBG_UTIL
2000-09-18 23:08:29 +00:00
bSpace = TRUE;
bSperr = TRUE;
#endif
}
void SetNumberOfBlanks( xub_StrLen nNew )
{
#ifdef DBG_UTIL
bNumberOfBlanks = TRUE;
2000-09-18 23:08:29 +00:00
#endif
nNumberOfBlanks = nNew;
2000-09-18 23:08:29 +00:00
}
void SetCursorBidiLevel( BYTE nNew )
{
nCursorBidiLevel = nNew;
}
void SetKanaComp( short nNew )
{
2001-04-09 09:44:17 +00:00
nCompress = nNew;
}
void SetBullet( BOOL bNew )
{
bBullet = bNew;
2000-09-18 23:08:29 +00:00
}
void SetUnderFnt( SwUnderlineFont* pULFnt )
{
pUnderFnt = pULFnt;
2000-09-18 23:08:29 +00:00
}
void SetUpper( BOOL bNew )
{
bUpper = bNew;
#ifdef DBG_UTIL
2000-09-18 23:08:29 +00:00
bUppr = TRUE;
#endif
}
void SetDrawSpace( BOOL bNew )
{
bDrawSpace = bNew;
#ifdef DBG_UTIL
2000-09-18 23:08:29 +00:00
bDrawSp = TRUE;
#endif
}
void SetGreyWave( BOOL bNew )
{
bGreyWave = bNew;
2000-09-18 23:08:29 +00:00
}
void SetSpaceStop( BOOL bNew )
{
bSpaceStop = bNew;
}
void SetSnapToGrid( BOOL bNew )
{
bSnapToGrid = bNew;
}
void SetIgnoreFrmRTL( BOOL bNew )
{
bIgnoreFrmRTL = bNew;
}
void SetPosMatchesBounds( BOOL bNew )
{
bPosMatchesBounds = bNew;
}
2002-06-20 11:38:34 +00:00
void Shift( USHORT nDir );
// sets a new color at the output device if necessary
// if a font is passed as argument, the change if made to the font
// otherwise the font at the output device is changed
// returns if the font has been changed
sal_Bool ApplyAutoColor( Font* pFnt = 0 );
2000-09-18 23:08:29 +00:00
};
#endif