Lines Matching refs:eCoreUnit
438 SfxMapUnit eCoreUnit; in Reset() local
446 eCoreUnit = rSet.GetPool()->GetMetric( nWhichBox ); in Reset()
464 SetMetricValue( aLeftMF, pBoxInfoItem->GetDefDist(), eCoreUnit ); in Reset()
465 SetMetricValue( aRightMF, pBoxInfoItem->GetDefDist(), eCoreUnit ); in Reset()
466 SetMetricValue( aTopMF, pBoxInfoItem->GetDefDist(), eCoreUnit ); in Reset()
467 SetMetricValue( aBottomMF, pBoxInfoItem->GetDefDist(), eCoreUnit ); in Reset()
496 SetMetricValue( aLeftMF, nLeftDist, eCoreUnit ); in Reset()
498 SetMetricValue( aRightMF, nRightDist, eCoreUnit ); in Reset()
500 SetMetricValue( aTopMF, nTopDist, eCoreUnit ); in Reset()
502 SetMetricValue( aBottomMF, nBottomDist, eCoreUnit ); in Reset()
666 SfxMapUnit eCoreUnit = rOldSet.GetPool()->GetMetric( nBoxWhich ); in FillItemSet() local
733 … aBoxItem.SetDistance( (sal_uInt16)GetCoreValue( aLeftMF, eCoreUnit ), BOX_LINE_LEFT ); in FillItemSet()
734 … aBoxItem.SetDistance( (sal_uInt16)GetCoreValue( aRightMF, eCoreUnit ), BOX_LINE_RIGHT ); in FillItemSet()
735 … aBoxItem.SetDistance( (sal_uInt16)GetCoreValue( aTopMF, eCoreUnit ), BOX_LINE_TOP ); in FillItemSet()
736 … aBoxItem.SetDistance( (sal_uInt16)GetCoreValue( aBottomMF, eCoreUnit ), BOX_LINE_BOTTOM); in FillItemSet()