Home
last modified time | relevance | path

Searched refs:aBottomMF (Results 1 – 6 of 6) sorted by relevance

/AOO41X/main/cui/source/tabpages/
H A Dgrfpage.cxx66 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()
[all …]
H A Dborder.cxx189 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()
[all …]
/AOO41X/main/sw/source/ui/table/
H A Dtabledlg.cxx151 aBottomMF(this, SW_RES( ED_BOTTOM_DIST )), in SwFormatTablePage()
200 aBottomMF.SetUpHdl( aLk ); in Init()
206 aBottomMF.SetDownHdl( aLk ); in Init()
212 aBottomMF.SetLoseFocusHdl( aLk ); in Init()
480 else if(aBottomMF.HasFocus()) in FillItemSet()
481 ModifyHdl(&aBottomMF); in FillItemSet()
485 if( aBottomMF.GetText() != aBottomMF.GetSavedValue() || in FillItemSet()
491 aULSpace.SetLower( (sal_uInt16) aBottomMF.Denormalize( in FillItemSet()
492 aBottomMF.GetValue( FUNIT_TWIP ))); in FillItemSet()
529 aBottomMF.Hide(); in Reset()
[all …]
H A Dtablepg.hxx74 MetricField aBottomMF; member in SwFormatTablePage
/AOO41X/main/cui/source/inc/
H A Dborder.hxx88 MetricField aBottomMF; member in SvxBorderTabPage
H A Dgrfpage.hxx78 MetricField aBottomMF; member in SvxGrfCropPage