Home
last modified time | relevance | path

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

/trunk/main/cui/source/tabpages/
H A Dtransfrm.cxx704 maMtrPosY ( this, CUI_RES( MTR_FLD_POS_Y ) ), in SvxPositionSizeTabPage()
773 SetFieldUnit( maMtrPosY, meDlgUnit, sal_True ); in Construct()
780 maMtrPosY.SetDecimalDigits( 3 ); in Construct()
815 maMtrPosY.SetText( String() ); in Construct()
881 if ( maMtrPosX.IsValueModified() || maMtrPosY.IsValueModified() ) in FillItemSet()
885 double fY((GetCoreValue( maMtrPosY, mePoolUnit ) + maAnchor.getY()) * fUIScale); in FillItemSet()
1009 SetMetricValue(maMtrPosY, basegfx::fround(fTmp), mePoolUnit); in Reset()
1134 double fY((double)maMtrPosY.GetValue()); in DeactivatePage()
1171 maMtrPosY.Enable( !bPosProtect && !mbPageDisabled ); in UpdateControlStates()
1319 maMtrPosY.SetMin(basegfx::fround64(fTop)); in IMPL_LINK_INLINE_END()
[all …]
/trunk/main/cui/source/inc/
H A Dtransfrm.hxx92 MetricField maMtrPosY; member in SvxPositionSizeTabPage