Lines Matching refs:maMtrPosX

712 	maMtrPosX			( this, CUI_RES( MTR_FLD_POS_X ) ),  in SvxPositionSizeTabPage()
782 SetFieldUnit( maMtrPosX, meDlgUnit, sal_True ); in Construct()
789 maMtrPosX.SetDecimalDigits( 3 ); in Construct()
824 maMtrPosX.SetText( String() ); in Construct()
866 const sal_uInt16 nDigits(maMtrPosX.GetDecimalDigits()); in Construct()
891 if ( maMtrPosX.IsValueModified() || maMtrPosY.IsValueModified() ) in FillItemSet()
894 double fX((GetCoreValue( maMtrPosX, mePoolUnit ) + maAnchor.getX()) * fUIScale); in FillItemSet()
1012 SetMetricValue(maMtrPosX, basegfx::fround(fTmp), mePoolUnit); in Reset()
1143 double fX((double)maMtrPosX.GetValue()); in DeactivatePage()
1179 maMtrPosX.Enable( !bPosProtect && !mbPageDisabled ); in UpdateControlStates()
1325 maMtrPosX.SetMin(basegfx::fround64(fLeft)); in IMPL_LINK_INLINE_END()
1326 maMtrPosX.SetFirst(basegfx::fround64(fLeft)); in IMPL_LINK_INLINE_END()
1327 maMtrPosX.SetMax(basegfx::fround64(fRight)); in IMPL_LINK_INLINE_END()
1328 maMtrPosX.SetLast(basegfx::fround64(fRight)); in IMPL_LINK_INLINE_END()
1483 maMtrPosX.SetValue( basegfx::fround64(maRange.getMinX()) ); in PointChanged()
1489 maMtrPosX.SetValue( basegfx::fround64(maRange.getCenter().getX()) ); in PointChanged()
1495 maMtrPosX.SetValue( basegfx::fround64(maRange.getMaxX()) ); in PointChanged()
1501 maMtrPosX.SetValue( basegfx::fround64(maRange.getMinX()) ); in PointChanged()
1507 maMtrPosX.SetValue( basegfx::fround64(maRange.getCenter().getX()) ); in PointChanged()
1513 maMtrPosX.SetValue( basegfx::fround64(maRange.getMaxX()) ); in PointChanged()
1519 maMtrPosX.SetValue( basegfx::fround64(maRange.getMinX()) ); in PointChanged()
1525 maMtrPosX.SetValue( basegfx::fround64(maRange.getCenter().getX()) ); in PointChanged()
1531 maMtrPosX.SetValue( basegfx::fround64(maRange.getMaxX()) ); in PointChanged()