Lines Matching refs:ePoolUnit
95 void lcl_ConvertRect(basegfx::B2DRange& rRange, const sal_uInt16 nDigits, const MapUnit ePoolUnit, … in lcl_ConvertRect() argument
98 …(double)MetricField::ConvertValue(basegfx::fround(rRange.getMinX()), nDigits, ePoolUnit, eDlgUnit), in lcl_ConvertRect()
99 …(double)MetricField::ConvertValue(basegfx::fround(rRange.getMinY()), nDigits, ePoolUnit, eDlgUnit)… in lcl_ConvertRect()
101 …(double)MetricField::ConvertValue(basegfx::fround(rRange.getMaxX()), nDigits, ePoolUnit, eDlgUnit), in lcl_ConvertRect()
102 …(double)MetricField::ConvertValue(basegfx::fround(rRange.getMaxY()), nDigits, ePoolUnit, eDlgUnit)… in lcl_ConvertRect()
245 ePoolUnit = pPool->GetMetric(SID_ATTR_TRANSFORM_POS_X); in SvxAngleTabPage()
296 lcl_ConvertRect(maRange, nDigits, (MapUnit)ePoolUnit, eDlgUnit); in Construct()
324 const double fTmpX((GetCoreValue(aMtrPosX, ePoolUnit) + maAnchor.getX()) * fUIScale); in FillItemSet()
325 const double fTmpY((GetCoreValue(aMtrPosY, ePoolUnit) + maAnchor.getY()) * fUIScale); in FillItemSet()
347 SetMetricValue(aMtrPosX, basegfx::fround(fTmp), ePoolUnit); in Reset()
358 SetMetricValue(aMtrPosY, basegfx::fround(fTmp), ePoolUnit); in Reset()
537 ePoolUnit = pPool->GetMetric( SID_ATTR_TRANSFORM_POS_X ); in SvxSlantTabPage()
567 long nTmp = GetCoreValue( aMtrRadius, ePoolUnit ); in FillItemSet()
622 SetMetricValue(aMtrRadius, basegfx::fround(fTmp), ePoolUnit); in Reset()