Lines Matching refs:aMtrPosX
220 aMtrPosX ( this, CUI_RES( MTR_FLD_POS_X ) ), in SvxAngleTabPage()
255 SetFieldUnit(aMtrPosX, eDlgUnit, sal_True); in Construct()
260 aMtrPosX.SetDecimalDigits( 3 ); in Construct()
289 sal_uInt16 nDigits(aMtrPosX.GetDecimalDigits()); in Construct()
296 aMtrPosX.Disable(); in Construct()
315 if(aMtrAngle.IsValueModified() || aMtrPosX.IsValueModified() || aMtrPosY.IsValueModified()) in FillItemSet()
318 const double fTmpX((GetCoreValue(aMtrPosX, ePoolUnit) + maAnchor.getX()) * fUIScale); in FillItemSet()
341 SetMetricValue(aMtrPosX, basegfx::fround(fTmp), ePoolUnit); in Reset()
345 aMtrPosX.SetText( String() ); in Reset()
356 aMtrPosX.SetText( String() ); in Reset()
415 aMtrPosX.SetUserValue( basegfx::fround64(maRange.getMinX()), FUNIT_NONE ); in PointChanged()
421 aMtrPosX.SetUserValue( basegfx::fround64(maRange.getCenter().getX()), FUNIT_NONE ); in PointChanged()
427 aMtrPosX.SetUserValue( basegfx::fround64(maRange.getMaxX()), FUNIT_NONE ); in PointChanged()
433 aMtrPosX.SetUserValue( basegfx::fround64(maRange.getMinX()), FUNIT_NONE ); in PointChanged()
439 aMtrPosX.SetUserValue( basegfx::fround64(maRange.getCenter().getX()), FUNIT_NONE ); in PointChanged()
445 aMtrPosX.SetUserValue( basegfx::fround64(maRange.getMaxX()), FUNIT_NONE ); in PointChanged()
451 aMtrPosX.SetUserValue( basegfx::fround64(maRange.getMinX()), FUNIT_NONE ); in PointChanged()
457 aMtrPosX.SetUserValue( basegfx::fround64(maRange.getCenter().getX()), FUNIT_NONE ); in PointChanged()
463 aMtrPosX.SetUserValue( basegfx::fround64(maRange.getMaxX()), FUNIT_NONE ); in PointChanged()