Home
last modified time | relevance | path

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

/AOO41X/main/cui/source/tabpages/
H A Dparagrph.cxx285 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()
[all …]
/AOO41X/main/cui/source/inc/
H A Dparagrph.hxx88 SvxRelativeField aBottomDist; member in SvxStdParagraphTabPage