Lines Matching refs:aBottomDist
285 if ( aTopDist.IsValueModified() || aBottomDist.IsValueModified() ) in FillItemSet()
305 if ( aBottomDist.IsRelative() ) in FillItemSet()
307 (sal_uInt16)aBottomDist.GetValue() ); in FillItemSet()
309 aMargin.SetLower( (sal_uInt16)GetCoreValue( aBottomDist, eUnit ) ); in FillItemSet()
315 aMargin.SetLower( (sal_uInt16)GetCoreValue( aBottomDist, eUnit ) ); in FillItemSet()
441 SetFieldUnit( aBottomDist, eFUnit ); in Reset()
540 aBottomDist.SetRelative( sal_True ); in Reset()
541 aBottomDist.SetValue( rOldItem.GetPropLower() ); in Reset()
545 aBottomDist.SetRelative(); in Reset()
546 SetFieldUnit( aBottomDist, eFUnit ); in Reset()
547 SetMetricValue( aBottomDist, rOldItem.GetLower(), eUnit ); in Reset()
555 SetMetricValue( aBottomDist, rTopMargin.GetLower(), eUnit ); in Reset()
561 aBottomDist.SetEmptyFieldValue(); in Reset()
590 aBottomDist.Disable(); in Reset()
614 aBottomDist.EnableRelativeMode( 0, 999 ); in EnableRelativeMode()
649 aBottomDist ( this, CUI_RES( ED_BOTTOMDIST ) ), in SvxStdParagraphTabPage()
877 aBottomDist.SetModifyHdl( aLink ); in IMPL_LINK_INLINE_END()
886 aBottomDist.SetMax( aBottomDist.Normalize( nAbst ), eUnit ); in IMPL_LINK_INLINE_END()
904 (sal_uInt16)aBottomDist.Denormalize( aBottomDist.GetValue( FUNIT_TWIP ) ) ); in UpdateExample_Impl()