Lines Matching refs:maFont
3506 maFont ( rFont ) in IMPL_META_ACTION()
3512 if( ( ( maFont.GetName().SearchAscii( "StarSymbol" ) != STRING_NOTFOUND ) in IMPL_META_ACTION()
3513 || ( maFont.GetName().SearchAscii( "OpenSymbol" ) != STRING_NOTFOUND ) ) in IMPL_META_ACTION()
3514 && ( maFont.GetCharSet() != RTL_TEXTENCODING_UNICODE ) ) in IMPL_META_ACTION()
3516 maFont.SetCharSet( RTL_TEXTENCODING_UNICODE ); in IMPL_META_ACTION()
3524 pOut->SetFont( maFont ); in Execute()
3541 FRound(maFont.GetSize().Width() * fabs(fScaleX)), in Scale()
3542 FRound(maFont.GetSize().Height() * fabs(fScaleY))); in Scale()
3543 maFont.SetSize( aSize ); in Scale()
3550 return maFont == ((MetaFontAction&)rMetaAction).maFont; in Compare()
3558 rOStm << maFont; in Write()
3559 pData->meActualCharSet = maFont.GetCharSet(); in Write()
3569 rIStm >> maFont; in Read()
3570 pData->meActualCharSet = maFont.GetCharSet(); in Read()