Home
last modified time | relevance | path

Searched refs:maMtrPosX (Results 1 – 2 of 2) sorted by relevance

/trunk/main/cui/source/tabpages/
H A Dtransfrm.cxx702 maMtrPosX ( this, CUI_RES( MTR_FLD_POS_X ) ), in SvxPositionSizeTabPage()
772 SetFieldUnit( maMtrPosX, meDlgUnit, sal_True ); in Construct()
779 maMtrPosX.SetDecimalDigits( 3 ); in Construct()
814 maMtrPosX.SetText( String() ); in Construct()
856 const sal_uInt16 nDigits(maMtrPosX.GetDecimalDigits()); in Construct()
881 if ( maMtrPosX.IsValueModified() || maMtrPosY.IsValueModified() ) in FillItemSet()
884 double fX((GetCoreValue( maMtrPosX, mePoolUnit ) + maAnchor.getX()) * fUIScale); in FillItemSet()
1002 SetMetricValue(maMtrPosX, basegfx::fround(fTmp), mePoolUnit); in Reset()
1133 double fX((double)maMtrPosX.GetValue()); in DeactivatePage()
1169 maMtrPosX.Enable( !bPosProtect && !mbPageDisabled ); in UpdateControlStates()
[all …]
/trunk/main/cui/source/inc/
H A Dtransfrm.hxx90 MetricField maMtrPosX; member in SvxPositionSizeTabPage