Lines Matching refs:eUnit
176 SfxMapUnit eUnit; in FillItemSet() local
184 eUnit = pPool->GetMetric( GetWhich( SDRATTR_CAPTIONGAP ) ); in FillItemSet()
185 _rOutAttrs.Put( SdrCaptionGapItem( GetCoreValue(aMF_ABSTAND, eUnit ) ) ); in FillItemSet()
219 eUnit = pPool->GetMetric( GetWhich( SDRATTR_CAPTIONESCABS ) ); in FillItemSet()
220 _rOutAttrs.Put( SdrCaptionEscAbsItem( GetCoreValue(aMF_ANSATZ, eUnit ) ) ); in FillItemSet()
231 eUnit = pPool->GetMetric( GetWhich( SDRATTR_CAPTIONLINELEN ) ); in FillItemSet()
232 _rOutAttrs.Put( SdrCaptionLineLenItem( GetCoreValue(aMF_LAENGE, eUnit ) ) ); in FillItemSet()
267 SfxMapUnit eUnit; in Reset() local
275 eUnit = pPool->GetMetric( nWhich ); in Reset()
277 SetMetricValue( aMF_ANSATZ, nEscAbs, eUnit ); in Reset()
286 eUnit = pPool->GetMetric( nWhich ); in Reset()
288 SetMetricValue( aMF_LAENGE, nLineLen, eUnit ); in Reset()
293 eUnit = pPool->GetMetric( nWhich ); in Reset()
295 SetMetricValue( aMF_ABSTAND, nGap, eUnit ); in Reset()