Lines Matching refs:aLMEdit
149 aLMEdit ( this, SVX_RES( ED_LMARGIN ) ), in SvxHFPage()
179 SetFieldUnit( aLMEdit, eFUnit ); in SvxHFPage()
185 aLMEdit.SetAccessibleRelationMemberOf( &aFrm ); in SvxHFPage()
265 aLR.SetLeft( (sal_uInt16)GetCoreValue( aLMEdit, eUnit ) ); in FillItemSet()
362 SetMetricValue( aLMEdit, rLR.GetLeft(), eUnit ); in Reset()
396 aLMEdit.SaveValue(); in Reset()
431 aLMEdit.SetModifyHdl(LINK(this, SvxHFPage, BorderModify)); in InitHandler()
432 aLMEdit.SetLoseFocusHdl(LINK(this, SvxHFPage, RangeHdl)); in InitHandler()
453 aLMEdit.Enable(); in IMPL_LINK()
482 aLMEdit.Disable(); in IMPL_LINK()
621 aBspWin.SetHdLeft( GetCoreValue( aLMEdit, SFX_MAPUNIT_TWIP ) ); in UpdateExample()
629 aBspWin.SetFtLeft( GetCoreValue( aLMEdit, SFX_MAPUNIT_TWIP ) ); in UpdateExample()
960 aLMEdit.SetMax( aLMEdit.Normalize( nMax ), FUNIT_TWIP ); in IMPL_LINK()
963 static_cast<long>(aLMEdit.Denormalize( aLMEdit.GetValue( FUNIT_TWIP ) )) - MINBODY; in IMPL_LINK()
964 aRMEdit.SetMax( aLMEdit.Normalize( nMax ), FUNIT_TWIP ); in IMPL_LINK()