Home
last modified time | relevance | path

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

/AOO41X/main/cui/source/tabpages/
H A Dtransfrm.cxx712 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()
[all …]
/AOO41X/main/cui/source/inc/
H A Dtransfrm.hxx90 MetricField maMtrPosX; member in SvxPositionSizeTabPage