Lines Matching refs:aRMEdit
151 aRMEdit ( this, SVX_RES( ED_RMARGIN ) ), in SvxHFPage()
180 SetFieldUnit( aRMEdit, eFUnit ); in SvxHFPage()
187 aRMEdit.SetAccessibleRelationMemberOf( &aFrm ); in SvxHFPage()
266 aLR.SetRight( (sal_uInt16)GetCoreValue( aRMEdit, eUnit ) ); in FillItemSet()
363 SetMetricValue( aRMEdit, rLR.GetRight(), eUnit ); in Reset()
397 aRMEdit.SaveValue(); in Reset()
433 aRMEdit.SetModifyHdl(LINK(this, SvxHFPage, BorderModify)); in InitHandler()
434 aRMEdit.SetLoseFocusHdl(LINK(this, SvxHFPage, RangeHdl)); in InitHandler()
455 aRMEdit.Enable(); in IMPL_LINK()
484 aRMEdit.Disable(); in IMPL_LINK()
622 aBspWin.SetHdRight( GetCoreValue( aRMEdit, SFX_MAPUNIT_TWIP ) ); in UpdateExample()
630 aBspWin.SetFtRight( GetCoreValue( aRMEdit, SFX_MAPUNIT_TWIP ) ); in UpdateExample()
959 static_cast<long>(aRMEdit.Denormalize( aRMEdit.GetValue( FUNIT_TWIP ) )) - MINBODY; in IMPL_LINK()
964 aRMEdit.SetMax( aLMEdit.Normalize( nMax ), FUNIT_TWIP ); in IMPL_LINK()