Searched refs:aTopMF (Results 1 – 6 of 6) sorted by relevance
| /AOO41X/main/cui/source/tabpages/ |
| H A D | grfpage.cxx | 64 aTopMF( this, CUI_RES( MF_TOP )), in SvxGrfCropPage() 95 SetFieldUnit( aTopMF , eMetric ); in SvxGrfCropPage() 109 aTopMF.SetDownHdl( aLk ); in SvxGrfCropPage() 113 aTopMF.SetUpHdl( aLk ); in SvxGrfCropPage() 119 aTopMF.SetModifyHdl( aLk ); in SvxGrfCropPage() 125 aTopMF.SetLoseFocusHdl( aLk ); in SvxGrfCropPage() 187 aTopMF.SetValue( aTopMF.Normalize( pCrop->GetTop()), eUnit ); in Reset() 194 aTopMF.SetValue( 0 ); in Reset() 291 aTopMF.IsModified() || aBottomMF.IsModified() ) in FillItemSet() 299 pNew->SetTop( lcl_GetValue( aTopMF, eUnit ) ); in FillItemSet() [all …]
|
| H A D | border.cxx | 187 aTopMF ( this, CUI_RES( MF_TOP ) ), in SvxBorderTabPage() 280 SetFieldUnit(aTopMF, eFUnit); in SvxBorderTabPage() 286 aTopMF.SetModifyHdl(LINK(this, SvxBorderTabPage, ModifyDistanceHdl_Impl)); in SvxBorderTabPage() 298 aTopMF.Hide(); in SvxBorderTabPage() 310 lcl_SetDecimalDigitsTo1(aTopMF); in SvxBorderTabPage() 379 …AddItemConnection( svx::CreateMarginConnection( rCoreAttrs, aLeftMF, aRightMF, aTopMF, aBottomMF )… in SvxBorderTabPage() 466 SetMetricValue( aTopMF, pBoxInfoItem->GetDefDist(), eCoreUnit ); in Reset() 475 aTopMF.SetFirst( nMinValue ); in Reset() 490 aTopMF.SetMin( 0 ); in Reset() 491 aTopMF.SetFirst( 0 ); in Reset() [all …]
|
| /AOO41X/main/sw/source/ui/table/ |
| H A D | tabledlg.cxx | 149 aTopMF(this, SW_RES( ED_TOP_DIST )), in SwFormatTablePage() 199 aTopMF.SetUpHdl( aLk ); in Init() 205 aTopMF.SetDownHdl( aLk ); in Init() 211 aTopMF.SetLoseFocusHdl( aLk ); in Init() 478 else if(aTopMF.HasFocus()) in FillItemSet() 479 ModifyHdl(&aTopMF); in FillItemSet() 486 aTopMF.GetText() != aTopMF.GetSavedValue() ) in FillItemSet() 489 aULSpace.SetUpper( (sal_uInt16) aTopMF.Denormalize( in FillItemSet() 490 aTopMF.GetValue( FUNIT_TWIP ))); in FillItemSet() 527 aTopMF .Hide(); in Reset() [all …]
|
| H A D | tablepg.hxx | 72 MetricField aTopMF; member in SwFormatTablePage
|
| /AOO41X/main/cui/source/inc/ |
| H A D | border.hxx | 86 MetricField aTopMF; member in SvxBorderTabPage
|
| H A D | grfpage.hxx | 76 MetricField aTopMF; member in SvxGrfCropPage
|