Lines Matching refs:aBottomMF
189 aBottomMF ( this, CUI_RES( MF_BOTTOM ) ), in SvxBorderTabPage()
281 SetFieldUnit(aBottomMF, eFUnit); in SvxBorderTabPage()
287 aBottomMF.SetModifyHdl(LINK(this, SvxBorderTabPage, ModifyDistanceHdl_Impl)); in SvxBorderTabPage()
300 aBottomMF.Hide(); in SvxBorderTabPage()
311 lcl_SetDecimalDigitsTo1(aBottomMF); in SvxBorderTabPage()
379 …dItemConnection( svx::CreateMarginConnection( rCoreAttrs, aLeftMF, aRightMF, aTopMF, aBottomMF ) ); in SvxBorderTabPage()
467 SetMetricValue( aBottomMF, pBoxInfoItem->GetDefDist(), eCoreUnit ); in Reset()
476 aBottomMF.SetFirst( nMinValue ); in Reset()
492 aBottomMF.SetMin( 0 ); in Reset()
493 aBottomMF.SetFirst( 0 ); in Reset()
502 SetMetricValue( aBottomMF, nBottomDist, eCoreUnit ); in Reset()
522 aBottomMF.SetModifyFlag(); in Reset()
531 aBottomMF.SetText( String() ); in Reset()
537 aBottomMF.SaveValue(); in Reset()
708 aTopMF.GetText().Len() || aBottomMF.GetText().Len() ) in FillItemSet()
712 aTopMF.IsModified()||aBottomMF.IsModified()) )|| in FillItemSet()
725 aBottomMF.GetText() != aBottomMF.GetSavedValue() || in FillItemSet()
729 nMinValue == aBottomMF.GetValue() || in FillItemSet()
736 … aBoxItem.SetDistance( (sal_uInt16)GetCoreValue( aBottomMF, eCoreUnit ), BOX_LINE_BOTTOM); in FillItemSet()
1121 aBottomMF.IsModified(); in IMPL_LINK()
1130 aBottomMF.SetFirst(nMinValue); in IMPL_LINK()
1137 aBottomMF.SetValue(nMinValue); in IMPL_LINK()
1145 aBottomMF.SetMin(0); in IMPL_LINK()
1149 aBottomMF.SetFirst(0); in IMPL_LINK()
1155 aBottomMF.SetValue(0); in IMPL_LINK()
1181 aBottomMF.Enable(0 != (nValid&VALID_BOTTOM)); in IMPL_LINK()
1183 aBottomMF.IsEnabled() || aLeftMF.IsEnabled() ); in IMPL_LINK()
1201 if(pField != &aBottomMF) in IMPL_LINK()
1202 aBottomMF.SetValue(nVal); in IMPL_LINK()