Home
last modified time | relevance | path

Searched refs:mpFontMetric (Results 1 – 2 of 2) sorted by relevance

/trunk/main/toolkit/source/awt/
H A Dvclxfont.cxx43 mpFontMetric = NULL; in VCLXFont()
48 delete mpFontMetric; in ~VCLXFont()
55 delete mpFontMetric; in Init()
56 mpFontMetric = NULL; in Init()
63 if ( !mpFontMetric && mxDevice.is() ) in ImplAssertValidFontMetric()
70 mpFontMetric = new FontMetric( pOutDev->GetFontMetric() ); in ImplAssertValidFontMetric()
74 return mpFontMetric ? sal_True : sal_False; in ImplAssertValidFontMetric()
112 aFM = VCLUnoHelper::CreateFontMetric( *mpFontMetric ); in getFontMetric()
/trunk/main/toolkit/inc/toolkit/awt/
H A Dvclxfont.hxx49 FontMetric* mpFontMetric; member in VCLXFont

Completed in 13 milliseconds