Lines Matching refs:aTmpFont

755 	SvxFont aTmpFont( pNode->GetCharAttribs().GetDefFont() );  in CreateLines()  local
834 SeekCursor( pNode, nTmpPos+1, aTmpFont ); in CreateLines()
835 aTmpFont.SetPhysFont( GetRefDevice() ); in CreateLines()
836 ImplInitDigitMode( GetRefDevice(), 0, 0, 0, aTmpFont.GetLanguage() ); in CreateLines()
839 nTextLineHeight = ImplCalculateFontIndependentLineSpacing( aTmpFont.GetHeight() ); in CreateLines()
841 nTextLineHeight = aTmpFont.GetPhysTxtSize( GetRefDevice(), String() ).Height(); in CreateLines()
844 RecalcFormatterFontMetrics( aTempFormatterMetrics, aTmpFont ); in CreateLines()
977 SeekCursor( pNode, nTmpPos+1, aTmpFont ); in CreateLines()
978 …pPortion->GetSize().Height() = aTmpFont.QuickGetTextSize( GetRefDevice(), String(), 0, 0, NULL ).H… in CreateLines()
1014 SeekCursor( pNode, nTmpPos+1, aTmpFont ); in CreateLines()
1016 aTmpFont.SetPhysFont( GetRefDevice() ); in CreateLines()
1017 ImplInitDigitMode( GetRefDevice(), 0, 0, 0, aTmpFont.GetLanguage() ); in CreateLines()
1022 …pPortion->GetSize() = aTmpFont.QuickGetTextSize( GetRefDevice(), aFieldValue, 0, aFieldValue.Len()… in CreateLines()
1051 SeekCursor( pNode, nTmpPos+1, aTmpFont ); in CreateLines()
1052 aTmpFont.SetPhysFont( GetRefDevice() ); in CreateLines()
1053 ImplInitDigitMode( GetRefDevice(), 0, 0, 0, aTmpFont.GetLanguage() ); in CreateLines()
1057 …pPortion->GetSize() = aTmpFont.QuickGetTextSize( GetRefDevice(), *pParaPortion->GetNode(), nTmpPos… in CreateLines()
1060 if ( ( aTmpFont.GetFixKerning() > 0 ) && ( ( nTmpPos + pPortion->GetLen() ) < pNode->Len() ) ) in CreateLines()
1061 pPortion->GetSize().Width() += aTmpFont.GetFixKerning(); in CreateLines()
1063 … pPortion->GetSize().Height() = ImplCalculateFontIndependentLineSpacing( aTmpFont.GetHeight() ); in CreateLines()
1128 …nW += aTmpFont.QuickGetTextSize( GetRefDevice(), *pParaPortion->GetNode(), nTmpPos, nDecPos, NULL … in CreateLines()
1247 sal_Bool bCanHyphenate = ( aTmpFont.GetCharSet() != RTL_TEXTENCODING_SYMBOL ); in CreateLines()
1268 SeekCursor( pNode, pLine->GetStart()+1, aTmpFont ); in CreateLines()
1269 aTmpFont.SetPhysFont( pRefDev ); in CreateLines()
1270 ImplInitDigitMode( pRefDev, 0, 0, 0, aTmpFont.GetLanguage() ); in CreateLines()
1273 aTextSize.Height() = ImplCalculateFontIndependentLineSpacing( aTmpFont.GetHeight() ); in CreateLines()
1275 aTextSize.Height() = aTmpFont.GetPhysTxtSize( pRefDev, String() ).Height(); in CreateLines()
1291 SeekCursor( pNode, nTPos+1, aTmpFont ); in CreateLines()
1292 aTmpFont.SetPhysFont( GetRefDevice() ); in CreateLines()
1293 ImplInitDigitMode( GetRefDevice(), 0, 0, 0, aTmpFont.GetLanguage() ); in CreateLines()
1294 RecalcFormatterFontMetrics( aFormatterMetrics, aTmpFont ); in CreateLines()
1632 SvxFont aTmpFont; in CreateAndInsertEmptyLine() local
1633 SeekCursor( pParaPortion->GetNode(), bLineBreak ? pParaPortion->GetNode()->Len() : 0, aTmpFont ); in CreateAndInsertEmptyLine()
1634 aTmpFont.SetPhysFont( pRefDev ); in CreateAndInsertEmptyLine()
1637 pDummyPortion->GetSize() = aTmpFont.GetPhysTxtSize( pRefDev, String() ); in CreateAndInsertEmptyLine()
1639 …pDummyPortion->GetSize().Height() = ImplCalculateFontIndependentLineSpacing( aTmpFont.GetHeight() … in CreateAndInsertEmptyLine()
1642 RecalcFormatterFontMetrics( aFormatterMetrics, aTmpFont ); in CreateAndInsertEmptyLine()
2281 SvxFont aTmpFont( pPortion->GetNode()->GetCharAttribs().GetDefFont() ); in SplitTextPortion() local
2282 SeekCursor( pPortion->GetNode(), nTxtPortionStart+1, aTmpFont ); in SplitTextPortion()
2283 aTmpFont.SetPhysFont( GetRefDevice() ); in SplitTextPortion()
2285 ImplInitDigitMode( GetRefDevice(), 0, 0, 0, aTmpFont.GetLanguage() ); in SplitTextPortion()
2286 …Size aSz = aTmpFont.QuickGetTextSize( GetRefDevice(), *pPortion->GetNode(), nTxtPortionStart, pTex… in SplitTextPortion()
2873 SvxFont aTmpFont( GetParaPortions()[0]->GetNode()->GetCharAttribs().GetDefFont() ); in Paint() local
3024 SeekCursor( pPortion->GetNode(), nIndex+1, aTmpFont, pOutDev ); in Paint()
3028 … if ( ( pTextPortion->GetKind() == PORTIONKIND_FIELD ) && !aTmpFont.IsTransparent() && in Paint()
3032 aTmpFont.SetTransparent( sal_True ); in Paint()
3041 aTmpFont.SetFillColor( COL_LIGHTGRAY ); in Paint()
3042 aTmpFont.SetTransparent( sal_False ); in Paint()
3046 aTmpFont.SetFillColor( COL_LIGHTGRAY ); in Paint()
3047 aTmpFont.SetTransparent( sal_False ); in Paint()
3051 aTmpFont.SetFillColor( COL_LIGHTCYAN ); in Paint()
3052 aTmpFont.SetTransparent( sal_False ); in Paint()
3055 aTmpFont.SetPhysFont( pOutDev ); in Paint()
3061 ImplInitDigitMode( pOutDev, 0, 0, 0, aTmpFont.GetLanguage() ); in Paint()
3091 … long nHalfBlankWidth = aTmpFont.QuickGetTextSize( pOutDev, aBlank, 0, 1, 0 ).Width() / 2; in Paint()
3136 … const short nOldEscapement = aTmpFont.GetEscapement(); in Paint()
3137 const sal_uInt8 nOldPropr = aTmpFont.GetPropr(); in Paint()
3139 aTmpFont.SetEscapement( -20 ); in Paint()
3140 aTmpFont.SetPropr( 25 ); in Paint()
3141 aTmpFont.SetPhysFont( pOutDev ); in Paint()
3143 … const Size aSlashSize = aTmpFont.QuickGetTextSize( pOutDev, aSlash, 0, 1, 0 ); in Paint()
3155aTmpFont.QuickDrawText( pOutDev, aSlashPos, aSlash, 0, 1, 0 ); in Paint()
3157 aTmpFont.SetEscapement( nOldEscapement ); in Paint()
3158 aTmpFont.SetPropr( nOldPropr ); in Paint()
3159 aTmpFont.SetPhysFont( pOutDev ); in Paint()
3178 aTmpFont.SetPhysFont( GetRefDevice() ); in Paint()
3179 aTmpFont.QuickGetTextSize( GetRefDevice(), aText, 0, aText.Len(), pTmpDXArray ); in Paint()
3208 aTmpFont.SetPhysFont( GetRefDevice() ); in Paint()
3209 aTmpFont.QuickGetTextSize( GetRefDevice(), aText, 0, aText.Len(), pTmpDXArray ); in Paint()
3322 … ImplInitDigitMode( 0, &aText, nTextStart, nTextLen, aTmpFont.GetLanguage() ); in Paint()
3326 aTmpFont, n, nIndex, pTextPortion->GetRightToLeft(), in Paint()
3342 short nEsc = aTmpFont.GetEscapement(); in Paint()
3346 if ( aTmpFont.GetEscapement() ) in Paint()
3348 … long nDiff = aTmpFont.GetSize().Height() * aTmpFont.GetEscapement() / 100L; in Paint()
3354 aTmpFont.SetEscapement( 0 ); in Paint()
3358 aTmpFont.SetOrientation( aTmpFont.GetOrientation()+nOrientation ); in Paint()
3359 aTmpFont.SetPhysFont( pOutDev ); in Paint()
3367 if ( nEsc && ( ( aTmpFont.GetUnderline() != UNDERLINE_NONE ) ) ) in Paint()
3394 Size aSz = aTmpFont.GetPhysTxtSize( pOutDev, aText, nTextStart, nTextLen ); in Paint()
3395 sal_uInt8 nProp = aTmpFont.GetPropr(); in Paint()
3396 aTmpFont.SetEscapement( 0 ); in Paint()
3397 aTmpFont.SetPropr( 100 ); in Paint()
3398 aTmpFont.SetPhysFont( pOutDev ); in Paint()
3406 aTmpFont.SetUnderline( UNDERLINE_NONE ); in Paint()
3408 aTmpFont.SetEscapement( nEsc ); in Paint()
3409 aTmpFont.SetPropr( nProp ); in Paint()
3410 aTmpFont.SetPhysFont( pOutDev ); in Paint()
3431aTmpFont.QuickDrawText( pOutDev, aRealOutPos, aText, nTextStart, nTextLen, pDXArray ); in Paint()
3483 short _nEsc = aTmpFont.GetEscapement(); in Paint()
3486 … long nShift = ((_nEsc*long(aTmpFont.GetSize().Height()))/ 100L); in Paint()
3495 …lcl_DrawRedLines( pOutDev, aTmpFont.GetSize().Height(), aRedLineTmpPos, nIndex, nIndex + pTextPort… in Paint()
3546 SeekCursor( pPortion->GetNode(), nIndex+1, aTmpFont, pOutDev ); in Paint()
3547 aTmpFont.SetTransparent( sal_False ); in Paint()
3548 aTmpFont.SetEscapement( 0 ); in Paint()
3549 aTmpFont.SetPhysFont( pOutDev ); in Paint()
3550 …long nCharWidth = aTmpFont.QuickGetTextSize( pOutDev, pTextPortion->GetExtraValue(), 0, 1, NULL ).… in Paint()
3607 aTmpFont, in Paint()
3674 aTmpFont, n, nIndex, 0, in Paint()
3741 SvxFont aTmpFont; in Paint() local
3743 SeekCursor( pNode, 1, aTmpFont ); in Paint()
3744 Color aFontColor( aTmpFont.GetColor() ); in Paint()