Searched refs:rRefDev (Results 1 – 1 of 1) sorted by relevance
198 const OutputDevice& rRefDev ) in lcl_IsFontAdjustNecessary() argument200 return &rRefDev != &rOutDev && in lcl_IsFontAdjustNecessary()201 OUTDEV_WINDOW != rRefDev.GetOutDevType() && in lcl_IsFontAdjustNecessary()202 ( OUTDEV_PRINTER != rRefDev.GetOutDevType() || in lcl_IsFontAdjustNecessary()313 const OutputDevice& rRefDev = pSh ? pSh->GetRefDev() : rOut; in GetFontAscent() local315 if ( pSh && lcl_IsFontAdjustNecessary( rOut, rRefDev ) ) in GetFontAscent()326 const Font aOldFnt( rRefDev.GetFont() ); in GetFontAscent()327 ((OutputDevice&)rRefDev).SetFont( *pPrtFont ); in GetFontAscent()328 const FontMetric aOutMet( rRefDev.GetFontMetric() ); in GetFontAscent()330 ( (OutputDevice&)rRefDev).SetFont( aOldFnt ); in GetFontAscent()[all …]