Lines Matching refs:aBottomMF
66 aBottomMF( this, CUI_RES( MF_BOTTOM )), in SvxGrfCropPage()
96 SetFieldUnit( aBottomMF, eMetric ); in SvxGrfCropPage()
110 aBottomMF.SetDownHdl( aLk ); in SvxGrfCropPage()
114 aBottomMF.SetUpHdl( aLk ); in SvxGrfCropPage()
120 aBottomMF.SetModifyHdl( aLk ); in SvxGrfCropPage()
126 aBottomMF.SetLoseFocusHdl( aLk ); in SvxGrfCropPage()
188 aBottomMF.SetValue( aBottomMF.Normalize( pCrop->GetBottom()), eUnit ); in Reset()
195 aBottomMF.SetValue( 0 ); in Reset()
291 aTopMF.IsModified() || aBottomMF.IsModified() ) in FillItemSet()
300 pNew->SetBottom( lcl_GetValue( aBottomMF, eUnit ) ); in FillItemSet()
424 +lcl_GetValue(aBottomMF, eUnit); in IMPL_LINK()
461 lcl_GetValue(aBottomMF, eUnit)); in IMPL_LINK()
519 long nBottom = lcl_GetValue( aBottomMF, eUnit ); in IMPL_LINK()
538 aBottomMF.SetValue( aWidthMF.Normalize( nBottom ), eUnit ); in IMPL_LINK()
573 lcl_GetValue( aBottomMF, eUnit ); in IMPL_LINK()
596 lcl_GetValue( aBottomMF, eUnit ); in CalcZoom()
636 aBottomMF.SetMax( aBottomMF.Normalize(nMin), eUnit ); in CalcMinMaxBorder()
638 long nLow = lcl_GetValue(aBottomMF, eUnit ); in CalcMinMaxBorder()
677 long nLow = lcl_GetValue(aBottomMF, eUnit ); in GraphicHasChanged()
682 aBottomMF.SetValue( aBottomMF.Normalize( nVal ), eUnit ); in GraphicHasChanged()
693 aBottomMF.SetSpinSize(nSpin); in GraphicHasChanged()
717 aBottomMF .Enable(bFound); in GraphicHasChanged()