Lines Matching refs:aTopDist
285 if ( aTopDist.IsValueModified() || aBottomDist.IsValueModified() ) in FillItemSet()
299 if ( aTopDist.IsRelative() ) in FillItemSet()
301 (sal_uInt16)aTopDist.GetValue() ); in FillItemSet()
303 aMargin.SetUpper( (sal_uInt16)GetCoreValue( aTopDist, eUnit ) ); in FillItemSet()
314 aMargin.SetUpper( (sal_uInt16)GetCoreValue( aTopDist, eUnit ) ); in FillItemSet()
440 SetFieldUnit( aTopDist, eFUnit ); in Reset()
528 aTopDist.SetRelative( sal_True ); in Reset()
529 aTopDist.SetValue( rOldItem.GetPropUpper() ); in Reset()
533 aTopDist.SetRelative(); in Reset()
534 SetFieldUnit( aTopDist, eFUnit ); in Reset()
535 SetMetricValue( aTopDist, rOldItem.GetUpper(), eUnit ); in Reset()
554 SetMetricValue( aTopDist, rTopMargin.GetUpper(), eUnit ); in Reset()
560 aTopDist.SetEmptyFieldValue(); in Reset()
589 aTopDist.Disable(); //HTML3.2 und NS 3.0 in Reset()
613 aTopDist.EnableRelativeMode( 0, 999 ); in EnableRelativeMode()
647 aTopDist ( this, CUI_RES( ED_TOPDIST ) ), in SvxStdParagraphTabPage()
876 aTopDist.SetModifyHdl( aLink ); in IMPL_LINK_INLINE_END()
885 aTopDist.SetMax( aTopDist.Normalize( nAbst ), eUnit ); in IMPL_LINK_INLINE_END()
902 (sal_uInt16)aTopDist.Denormalize( aTopDist.GetValue( FUNIT_TWIP ) ) ); in UpdateExample_Impl()