Searched refs:pTmpFont (Results 1 – 3 of 3) sorted by relevance
874 Font* pTmpFont = bUseScrFont ? pScrFont : pPrtFont; in DrawText() local959 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 …]
383 SwFont* pTmpFont = 0; in Paint() local386 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()
1587 SwFont* pTmpFont = GetInfo().GetFont(); in PaintMultiPortion() local1588 pTmpFont->SetVertical( 0, GetInfo().GetTxtFrm()->IsVertical() ); in PaintMultiPortion()
Completed in 51 milliseconds