Searched refs:aMet (Results 1 – 2 of 2) sorted by relevance
407 const FontMetric aMet( rOut.GetFontMetric() ); in GetFontLeading() local409 bSymbol = RTL_TEXTENCODING_SYMBOL == aMet.GetCharSet(); in GetFontLeading()410 GuessLeading( *pSh, aMet ); in GetFontLeading()411 nExtLeading = static_cast<sal_uInt16>(aMet.GetExtLeading()); in GetFontLeading()477 FontMetric aMet = pPrt->GetFontMetric( ); in CreateScrFont() local480 aMet.SetWeight(pScrFont->GetWeight()); in CreateScrFont()481 aMet.SetItalic(pScrFont->GetItalic()); in CreateScrFont()483 bSymbol = RTL_TEXTENCODING_SYMBOL == aMet.GetCharSet(); in CreateScrFont()486 GuessLeading( rSh, aMet ); in CreateScrFont()489 nExtLeading = static_cast<sal_uInt16>(aMet.GetExtLeading()); in CreateScrFont()
6890 GDIMetaFile aMet; in MakeGraphic() local6893 aMet.SetPrefMapMode( aMap ); in MakeGraphic()6896 aMet.SetPrefSize( pFly->Frm().SSize() ); in MakeGraphic()6898 aMet.Record( &aDev ); in MakeGraphic()6955 aMet.Stop(); in MakeGraphic()6956 aMet.Move( -pFly->Frm().Left(), -pFly->Frm().Top() ); in MakeGraphic()6957 aRet = Graphic( aMet ); in MakeGraphic()
Completed in 144 milliseconds