Lines Matching refs:aMetric
96 FontMetric aMetric; member in ScDrawStringsVars
240 aMetric = pFmtDevice->GetFontMetric(); in SetShrinkScale()
241 if ( pFmtDevice->GetOutDevType() == OUTDEV_PRINTER && aMetric.GetIntLeading() == 0 ) in SetShrinkScale()
246 aMetric = pDefaultDev->GetFontMetric( aFont ); in SetShrinkScale()
250 nAscentPixel = aMetric.GetAscent(); in SetShrinkScale()
361 aMetric = pFmtDevice->GetFontMetric(); in SetPattern()
368 if ( pFmtDevice->GetOutDevType() == OUTDEV_PRINTER && aMetric.GetIntLeading() == 0 ) in SetPattern()
373 aMetric = pDefaultDev->GetFontMetric( aFont ); in SetPattern()
377 nAscentPixel = aMetric.GetAscent(); in SetPattern()
625 aTextSize.Height() = aMetric.GetAscent() + aMetric.GetDescent(); in SetAutoText()
696 aTextSize.Height() = aMetric.GetAscent() + aMetric.GetDescent(); in TextChanged()