Lines Matching refs:aSaveFont
1392 Font aSaveFont; in ImplConvertToSVM1() local
2053 Font aSaveFont( rSaveVDev.GetFont() ); in ImplWriteActions() local
2055 aSaveFont.SetColor( ( (MetaTextColorAction*) pAction )->GetColor() ); in ImplWriteActions()
2056 rSaveVDev.SetFont( aSaveFont ); in ImplWriteActions()
2065 Font aSaveFont( rSaveVDev.GetFont() ); in ImplWriteActions() local
2068 aSaveFont.SetFillColor( pAct->GetColor() ); in ImplWriteActions()
2070 aSaveFont.SetFillColor( Color( COL_TRANSPARENT ) ); in ImplWriteActions()
2072 rSaveVDev.SetFont( aSaveFont ); in ImplWriteActions()
2080 Font aSaveFont( rSaveVDev.GetFont() ); in ImplWriteActions() local
2082 aSaveFont.SetAlign( ( (MetaTextAlignAction*) pAction )->GetTextAlign() ); in ImplWriteActions()
2083 rSaveVDev.SetFont( aSaveFont ); in ImplWriteActions()