Home
last modified time | relevance | path

Searched refs:aBottomMarginED (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/sw/source/ui/frmdlg/ !
H A Dwrap.cxx124 aBottomMarginED (this, SW_RES(ED_BOTTOM_MARGIN)), in SwWrapTabPage()
169 aBottomMarginED.SetUpHdl(aLk); in SwWrapTabPage()
170 aBottomMarginED.SetDownHdl(aLk); in SwWrapTabPage()
171 aBottomMarginED.SetFirstHdl(aLk); in SwWrapTabPage()
172 aBottomMarginED.SetLastHdl(aLk); in SwWrapTabPage()
173 aBottomMarginED.SetLoseFocusHdl(aLk); in SwWrapTabPage()
241 SetMetric( aBottomMarginED, aMetric ); in Reset()
327 aBottomMarginED.SetValue(aBottomMarginED.Normalize(rUL.GetLower()), FUNIT_TWIP); in Reset()
398 sal_Bool bBottomMod = aBottomMarginED.IsValueModified(); in FillItemSet()
402 aUL.SetLower((sal_uInt16)aBottomMarginED.Denormalize(aBottomMarginED.GetValue(FUNIT_TWIP))); in FillItemSet()
[all …]
/AOO42X/main/sw/source/ui/inc/ !
H A Dwrap.hxx84 MetricField aBottomMarginED; member in SwWrapTabPage