Lines Matching refs:eUnit

183 	FieldUnit eUnit =  in IMPL_LINK()  local
186 sal_Int64 nL = aLeftIndent.Denormalize( aLeftIndent.GetValue( eUnit ) ); in IMPL_LINK()
187 sal_Int64 nR = aRightIndent.Denormalize( aRightIndent.GetValue( eUnit ) ); in IMPL_LINK()
194 aFLineIndent.SetMin( aFLineIndent.Normalize( -nL ), eUnit ); in IMPL_LINK()
198 aFLineIndent.SetMax( aFLineIndent.Normalize( nTmp ), eUnit ); in IMPL_LINK()
205 aLeftIndent.SetMax( aLeftIndent.Normalize( nTmp ), eUnit ); in IMPL_LINK()
211 aRightIndent.SetMax( aRightIndent.Normalize( nTmp ), eUnit ); in IMPL_LINK()
245 SfxMapUnit eUnit = pPool->GetMetric( nWhich ); in FillItemSet() local
267 GetCoreValue( aLineDistAtMetricBox, eUnit ) ); in FillItemSet()
288 SfxMapUnit eUnit = pPool->GetMetric( nWhich ); in FillItemSet() local
303 aMargin.SetUpper( (sal_uInt16)GetCoreValue( aTopDist, eUnit ) ); in FillItemSet()
309 aMargin.SetLower( (sal_uInt16)GetCoreValue( aBottomDist, eUnit ) ); in FillItemSet()
314 aMargin.SetUpper( (sal_uInt16)GetCoreValue( aTopDist, eUnit ) ); in FillItemSet()
315 aMargin.SetLower( (sal_uInt16)GetCoreValue( aBottomDist, eUnit ) ); in FillItemSet()
334 SfxMapUnit eUnit = pPool->GetMetric( nWhich ); in FillItemSet() local
349 aMargin.SetTxtLeft( GetCoreValue( aLeftIndent, eUnit ) ); in FillItemSet()
355 aMargin.SetRight( GetCoreValue( aRightIndent, eUnit ) ); in FillItemSet()
362 (sal_uInt16)GetCoreValue( aFLineIndent, eUnit ) ); in FillItemSet()
366 aMargin.SetTxtLeft( GetCoreValue( aLeftIndent, eUnit ) ); in FillItemSet()
367 aMargin.SetRight( GetCoreValue( aRightIndent, eUnit ) ); in FillItemSet()
369 (sal_uInt16)GetCoreValue( aFLineIndent, eUnit ) ); in FillItemSet()
386 MapUnit eUnit = (MapUnit)pPool->GetMetric( GetWhich( SID_ATTR_TABSTOP ) ); in FillItemSet() local
387 if ( MAP_100TH_MM != eUnit ) in FillItemSet()
449 SfxMapUnit eUnit = pPool->GetMetric( _nWhich ); in Reset() local
465 SetMetricValue( aLeftIndent, rOldItem.GetTxtLeft(), eUnit ); in Reset()
477 SetMetricValue( aRightIndent, rOldItem.GetRight(), eUnit ); in Reset()
491 eUnit ); in Reset()
500 SetMetricValue( aLeftIndent, rSpace.GetTxtLeft(), eUnit ); in Reset()
501 SetMetricValue( aRightIndent, rSpace.GetRight(), eUnit ); in Reset()
502 SetMetricValue( aFLineIndent, rSpace.GetTxtFirstLineOfst(), eUnit ); in Reset()
519 SfxMapUnit eUnit = pPool->GetMetric( _nWhich ); in Reset() local
535 SetMetricValue( aTopDist, rOldItem.GetUpper(), eUnit ); in Reset()
547 SetMetricValue( aBottomDist, rOldItem.GetLower(), eUnit ); in Reset()
554 SetMetricValue( aTopDist, rTopMargin.GetUpper(), eUnit ); in Reset()
555 SetMetricValue( aBottomDist, rTopMargin.GetLower(), eUnit ); in Reset()
707 SfxMapUnit eUnit = GetItemSet().GetPool()->GetMetric( rAttr.Which() ); in SetLineSpacing_Impl() local
750 rAttr.GetInterLineSpace(), eUnit ); in SetLineSpacing_Impl()
758 SetMetricValue(aLineDistAtMetricBox, rAttr.GetLineHeight(), eUnit); in SetLineSpacing_Impl()
763 SetMetricValue(aLineDistAtMetricBox, rAttr.GetLineHeight(), eUnit); in SetLineSpacing_Impl()
882 FieldUnit eUnit = in IMPL_LINK_INLINE_END() local
885 aTopDist.SetMax( aTopDist.Normalize( nAbst ), eUnit ); in IMPL_LINK_INLINE_END()
886 aBottomDist.SetMax( aBottomDist.Normalize( nAbst ), eUnit ); in IMPL_LINK_INLINE_END()
888 aLineDistAtMetricBox.Normalize( nAbst ), eUnit ); in IMPL_LINK_INLINE_END()