Home
last modified time | relevance | path

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

/AOO42X/main/cui/source/tabpages/
H A Dparagrph.cxx187 sal_Int64 nR = aRightIndent.Denormalize( aRightIndent.GetValue( eUnit ) ); in IMPL_LINK()
209 aTmp = aRightIndent.GetText(); in IMPL_LINK()
211 aRightIndent.SetMax( aRightIndent.Normalize( nTmp ), eUnit ); in IMPL_LINK()
214 aRightIndent.SetEmptyFieldValue(); in IMPL_LINK()
330 aRightIndent.IsValueModified() in FillItemSet()
351 if ( aRightIndent.IsRelative() ) in FillItemSet()
353 (sal_uInt16)aRightIndent.GetValue() ); in FillItemSet()
355 aMargin.SetRight( GetCoreValue( aRightIndent, eUnit ) ); in FillItemSet()
367 aMargin.SetRight( GetCoreValue( aRightIndent, eUnit ) ); in FillItemSet()
438 SetFieldUnit( aRightIndent, eFUnit ); in Reset()
[all …]
/AOO42X/main/cui/source/inc/
H A Dparagrph.hxx76 SvxRelativeField aRightIndent; member in SvxStdParagraphTabPage