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()
6702 GDIMetaFile aMet; in MakeGraphic() local6705 aMet.SetPrefMapMode( aMap ); in MakeGraphic()6708 aMet.SetPrefSize( pFly->Frm().SSize() ); in MakeGraphic()6710 aMet.Record( &aDev ); in MakeGraphic()6767 aMet.Stop(); in MakeGraphic()6768 aMet.Move( -pFly->Frm().Left(), -pFly->Frm().Top() ); in MakeGraphic()6769 aRet = Graphic( aMet ); in MakeGraphic()
Completed in 96 milliseconds