Lines Matching refs:aLMEdit
152 aLMEdit ( this, SVX_RES( ED_LMARGIN ) ), in SvxHFPage()
184 SetFieldUnit( aLMEdit, eFUnit ); in SvxHFPage()
190 aLMEdit.SetAccessibleRelationMemberOf( &aFrm ); in SvxHFPage()
285 aLR.SetLeft( (sal_uInt16)GetCoreValue( aLMEdit, eUnit ) ); in FillItemSet()
403 SetMetricValue( aLMEdit, rLR.GetLeft(), eUnit ); in Reset()
437 aLMEdit.SaveValue(); in Reset()
472 aLMEdit.SetModifyHdl(LINK(this, SvxHFPage, BorderModify)); in InitHandler()
473 aLMEdit.SetLoseFocusHdl(LINK(this, SvxHFPage, RangeHdl)); in InitHandler()
494 aLMEdit.Enable(); in IMPL_LINK()
523 aLMEdit.Disable(); in IMPL_LINK()
751 aBspWin.SetHdLeft( GetCoreValue( aLMEdit, SFX_MAPUNIT_TWIP ) ); in UpdateExample()
759 aBspWin.SetFtLeft( GetCoreValue( aLMEdit, SFX_MAPUNIT_TWIP ) ); in UpdateExample()
1125 aLMEdit.SetMax( aLMEdit.Normalize( nMax ), FUNIT_TWIP ); in IMPL_LINK()
1128 static_cast<long>(aLMEdit.Denormalize( aLMEdit.GetValue( FUNIT_TWIP ) )) - MINBODY; in IMPL_LINK()
1129 aRMEdit.SetMax( aLMEdit.Normalize( nMax ), FUNIT_TWIP ); in IMPL_LINK()