Home
last modified time | relevance | path

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

/AOO41X/main/cui/source/tabpages/
H A Dtransfrm.cxx714 maMtrPosY ( this, CUI_RES( MTR_FLD_POS_Y ) ), in SvxPositionSizeTabPage()
783 SetFieldUnit( maMtrPosY, meDlgUnit, sal_True ); in Construct()
790 maMtrPosY.SetDecimalDigits( 3 ); in Construct()
825 maMtrPosY.SetText( String() ); in Construct()
891 if ( maMtrPosX.IsValueModified() || maMtrPosY.IsValueModified() ) in FillItemSet()
895 double fY((GetCoreValue( maMtrPosY, mePoolUnit ) + maAnchor.getY()) * fUIScale); in FillItemSet()
1019 SetMetricValue(maMtrPosY, basegfx::fround(fTmp), mePoolUnit); in Reset()
1144 double fY((double)maMtrPosY.GetValue()); in DeactivatePage()
1181 maMtrPosY.Enable( !bPosProtect && !mbPageDisabled ); in UpdateControlStates()
1329 maMtrPosY.SetMin(basegfx::fround64(fTop)); in IMPL_LINK_INLINE_END()
[all …]
/AOO41X/main/cui/source/inc/
H A Dtransfrm.hxx92 MetricField maMtrPosY; member in SvxPositionSizeTabPage