| /aoo41x/main/vcl/source/gdi/ | 
| H A D | metric.cxx | 173 FontMetric::FontMetric( const FontMetric& rMetric )  in FontMetric()  function in FontMetric179 long FontMetric::GetAscent() const  in GetAscent()
 186 long FontMetric::GetDescent() const  in GetDescent()
 193 long FontMetric::GetIntLeading() const  in GetIntLeading()
 200 long FontMetric::GetExtLeading() const  in GetExtLeading()
 207 long FontMetric::GetLineHeight() const  in GetLineHeight()
 214 long FontMetric::GetSlant() const  in GetSlant()
 221 FontMetric& FontMetric::operator =( const FontMetric& rMetric )  in operator =()
 229 sal_Bool FontMetric::operator==( const FontMetric& rMetric ) const  in operator ==()
 
 | 
| /aoo41x/main/vcl/inc/vcl/ | 
| H A D | metric.hxx | 67 class VCL_DLLPUBLIC FontMetric : public FontInfo  class70 						FontMetric() {}  in FontMetric()  function in FontMetric
 71 						FontMetric( const FontMetric& );
 72 						~FontMetric() {}  in ~FontMetric()
 81 	FontMetric& 		operator=( const FontMetric& rMetric );
 82 	sal_Bool				operator==( const FontMetric& rMetric ) const;
 83 	sal_Bool				operator!=( const FontMetric& rMetric ) const  in operator !=()
 
 | 
| H A D | outdev.hxx | 68 class FontMetric;1120     FontMetric          GetFontMetric() const;
 1121     FontMetric          GetFontMetric( const Font& rFont ) const;
 
 | 
| /aoo41x/main/drawinglayer/source/primitive2d/ | 
| H A D | textlayoutdevice.cxx | 174             const ::FontMetric& rMetric = mrDevice.GetFontMetric();  in getOverlineOffset()181 			const ::FontMetric& rMetric = mrDevice.GetFontMetric();  in getUnderlineOffset()
 188 			const ::FontMetric& rMetric = mrDevice.GetFontMetric();  in getStrikeoutOffset()
 195             const ::FontMetric& rMetric = mrDevice.GetFontMetric();  in getOverlineHeight()
 202 			const ::FontMetric& rMetric = mrDevice.GetFontMetric();  in getUnderlineHeight()
 308             const ::FontMetric& rMetric = mrDevice.GetFontMetric();  in getFontAscent()
 314             const ::FontMetric& rMetric = mrDevice.GetFontMetric();  in getFontDescent()
 412 …     const FontMetric aUnscaledFontMetric(Application::GetDefaultDevice()->GetFontMetric(aRetval));  in getVclFontFromFontAttribute()
 465 …const FontMetric aUnscaledFontMetric(Application::GetDefaultDevice()->GetFontMetric(aUnscaledFont)…  in getFontAttributeFromVclFont()
 
 | 
| /aoo41x/main/sw/source/core/inc/ | 
| H A D | fntcache.hxx | 34 class FontMetric;121     void GuessLeading( const ViewShell& rSh, const FontMetric& rMet );
 
 | 
| /aoo41x/main/sw/source/core/txtnode/ | 
| H A D | fntcache.cxx | 170         const FontMetric aWinMet( rPrt.GetFontMetric() );  in CreatePrtFont()328             const FontMetric aOutMet( rRefDev.GetFontMetric() );  in GetFontAscent()
 379             const FontMetric aOutMet( rRefDev.GetFontMetric() );  in GetFontHeight()
 407             const FontMetric aMet( rOut.GetFontMetric() );  in GetFontLeading()
 477         FontMetric aMet = pPrt->GetFontMetric( );  in CreateScrFont()
 540                              , const FontMetric& rMet )  in GuessLeading()
 561 		const FontMetric aWinMet( pWin->GetFontMetric() );  in GuessLeading()
 
 | 
| /aoo41x/main/cppcanvas/source/mtfrenderer/ | 
| H A D | mtftools.cxx | 69             const ::FontMetric& aMetric = rVDev.GetFontMetric();  in getBaselineOffset()314             const ::FontMetric aMetric = rVDev.GetFontMetric();  in createTextLineInfo()
 
 | 
| /aoo41x/main/canvas/source/cairo/ | 
| H A D | cairo_textlayout.cxx | 195         const ::FontMetric& aMetric( aVDev.GetFontMetric() );  in queryTextBounds()547             FontMetric aMetric( rOutDev.GetFontMetric(aFont) );  in draw()
 
 | 
| /aoo41x/main/starmath/source/ | 
| H A D | rect.cxx | 145 	const FontMetric  aFM (rDev.GetFontMetric());  in BuildRect()717 	const FontMetric  aDevFM (rDev.GetFontMetric());  in SmGetGlyphBoundRect()
 
 | 
| /aoo41x/main/toolkit/inc/toolkit/awt/ | 
| H A D | vclxfont.hxx | 49 	FontMetric*		mpFontMetric;
 | 
| /aoo41x/main/canvas/source/vcl/ | 
| H A D | canvasfont.cxx | 131         const ::FontMetric& aMetric( aVDev.GetFontMetric() );  in getFontMetrics()
 | 
| H A D | textlayout.cxx | 253         const ::FontMetric& aMetric( aVDev.GetFontMetric() );  in queryTextBounds()
 | 
| /aoo41x/main/toolkit/inc/toolkit/helper/ | 
| H A D | vclunohelper.hxx | 109 	static ::com::sun::star::awt::SimpleFontMetric	CreateFontMetric( const FontMetric& rFontMetric );
 | 
| /aoo41x/main/toolkit/source/awt/ | 
| H A D | vclxfont.cxx | 70 			mpFontMetric = new FontMetric( pOutDev->GetFontMetric() );  in ImplAssertValidFontMetric()
 | 
| /aoo41x/main/filter/source/flash/ | 
| H A D | swfwriter1.cxx | 426 	const FontMetric aMetric( mpVDev->GetFontMetric() );  in Impl_writeText()586 		const FontMetric	aMetric( mpVDev->GetFontMetric() );  in Impl_writeText()
 646 			const FontMetric aMetric2( mpVDev->GetFontMetric() );  in Impl_writeText()
 
 | 
| /aoo41x/main/canvas/source/directx/ | 
| H A D | dx_textlayout_drawhelper.cxx | 327         const ::FontMetric& aMetric( aVirtualDevice.GetFontMetric() );  in queryTextBounds()
 | 
| /aoo41x/main/slideshow/source/engine/ | 
| H A D | rehearsetimingsactivity.cxx | 172     const FontMetric metric( blackHole.GetFontMetric() );  in RehearseTimingsActivity()
 | 
| /aoo41x/main/offapi/com/sun/star/awt/ | 
| H A D | XGraphics.idl | 78     [attribute, readonly] SimpleFontMetric FontMetric;
 | 
| /aoo41x/main/svx/source/dialog/ | 
| H A D | swframeexample.cxx | 415 					FontMetric aMetric(GetFontMetric());  in CalcBoundRect_Impl()
 | 
| H A D | fntctrl.cxx | 88             FontMetric aMetric( _pWin->GetFontMetric() );  in calcFontHeightAnyAscent()
 | 
| /aoo41x/main/svtools/source/filter/wmf/ | 
| H A D | winmtf.cxx | 293 		FontMetric aMetric( aVDev.GetFontMetric() );  in WinMtfFontStyle()312 		FontMetric aMetric( aVDev.GetFontMetric() );  in WinMtfFontStyle()
 
 | 
| /aoo41x/main/sw/source/ui/chrdlg/ | 
| H A D | drpcps.cxx | 193         FontMetric aMetric( _pWin->GetFontMetric() );  in calcFontHeightAnyAscent()
 | 
| /aoo41x/main/editeng/source/outliner/ | 
| H A D | outliner.cxx | 1094 			            FontMetric aMetric(pOutDev->GetFontMetric());  in PaintBullet()1713 					FontMetric aMetric( pRefDev->GetFontMetric() );  in ImpCalcBulletArea()
 
 | 
| /aoo41x/main/sw/source/core/text/ | 
| H A D | txtdrop.cxx | 888                         FontMetric aWinMet( pWin->GetFontMetric() );  in CalcFontSize()
 | 
| /aoo41x/main/toolkit/source/helper/ | 
| H A D | vclunohelper.cxx | 391 ::com::sun::star::awt::SimpleFontMetric VCLUnoHelper::CreateFontMetric( const FontMetric& rFontMetr…  in CreateFontMetric()
 |