Lines Matching refs:aMtrPosX

226 	aMtrPosX                ( this, CUI_RES( MTR_FLD_POS_X ) ),  in SvxAngleTabPage()
261 SetFieldUnit(aMtrPosX, eDlgUnit, sal_True); in Construct()
266 aMtrPosX.SetDecimalDigits( 3 ); in Construct()
295 sal_uInt16 nDigits(aMtrPosX.GetDecimalDigits()); in Construct()
302 aMtrPosX.Disable(); in Construct()
321 if(aMtrAngle.IsValueModified() || aMtrPosX.IsValueModified() || aMtrPosY.IsValueModified()) in FillItemSet()
324 const double fTmpX((GetCoreValue(aMtrPosX, ePoolUnit) + maAnchor.getX()) * fUIScale); in FillItemSet()
347 SetMetricValue(aMtrPosX, basegfx::fround(fTmp), ePoolUnit); in Reset()
351 aMtrPosX.SetText( String() ); in Reset()
362 aMtrPosX.SetText( String() ); in Reset()
421 aMtrPosX.SetUserValue( basegfx::fround64(maRange.getMinX()), FUNIT_NONE ); in PointChanged()
427 aMtrPosX.SetUserValue( basegfx::fround64(maRange.getCenter().getX()), FUNIT_NONE ); in PointChanged()
433 aMtrPosX.SetUserValue( basegfx::fround64(maRange.getMaxX()), FUNIT_NONE ); in PointChanged()
439 aMtrPosX.SetUserValue( basegfx::fround64(maRange.getMinX()), FUNIT_NONE ); in PointChanged()
445 aMtrPosX.SetUserValue( basegfx::fround64(maRange.getCenter().getX()), FUNIT_NONE ); in PointChanged()
451 aMtrPosX.SetUserValue( basegfx::fround64(maRange.getMaxX()), FUNIT_NONE ); in PointChanged()
457 aMtrPosX.SetUserValue( basegfx::fround64(maRange.getMinX()), FUNIT_NONE ); in PointChanged()
463 aMtrPosX.SetUserValue( basegfx::fround64(maRange.getCenter().getX()), FUNIT_NONE ); in PointChanged()
469 aMtrPosX.SetUserValue( basegfx::fround64(maRange.getMaxX()), FUNIT_NONE ); in PointChanged()