Home
last modified time | relevance | path

Searched refs:pTmpFont (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/source/core/txtnode/
H A Dfntcache.cxx874 Font* pTmpFont = bUseScrFont ? pScrFont : pPrtFont; in DrawText() local
959 ASSERT( pTmpFont, "No screen or printer font?" ); in DrawText()
960 if ( ! pTmpFont ) in DrawText()
961 pTmpFont = pPrtFont; in DrawText()
995 Color aOldColor( pTmpFont->GetColor() ); in DrawText()
996 sal_Bool bChgColor = rInf.ApplyAutoColor( pTmpFont ); in DrawText()
998 rInf.GetOut().SetFont( *pTmpFont ); in DrawText()
1000 pTmpFont->SetColor( aOldColor ); in DrawText()
1448 const Color aSaveColor( pTmpFont->GetColor() ); in DrawText()
1454 rInf.GetOut().SetFont( *pTmpFont ); in DrawText()
[all …]
/trunk/main/sw/source/core/text/
H A Dtxtdrop.cxx383 SwFont* pTmpFont = 0; in Paint() local
386 pTmpFont = new SwFont( *rInf.GetFont() ); in Paint()
387 pTmpFont->SetVertical( 0, rInf.GetTxtFrm()->IsVertical() ); in Paint()
390 SwFontSave aFontSave( rInf, pTmpFont ); in Paint()
396 delete pTmpFont; in Paint()
H A Dpormulti.cxx1586 SwFont* pTmpFont = GetInfo().GetFont(); in PaintMultiPortion() local
1587 pTmpFont->SetVertical( 0, GetInfo().GetTxtFrm()->IsVertical() ); in PaintMultiPortion()

Completed in 50 milliseconds