Lines Matching refs:aBottomMarginED
124 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()
549 aBottomMarginED.SetMax(aBottomMarginED.Normalize(nBottom), FUNIT_TWIP); in ActivatePage()
667 aBottomMarginED.SetUserValue(nValue, FUNIT_NONE); in IMPL_LINK()
668 else if (pEdit == &aBottomMarginED) in IMPL_LINK()
681 pOpposite = &aBottomMarginED; in IMPL_LINK()
682 else if (pEdit == &aBottomMarginED) in IMPL_LINK()