Home
last modified time | relevance | path

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

/trunk/main/cui/source/tabpages/
H A Dparagrph.cxx188 String aTmp = aFLineIndent.GetText(); in IMPL_LINK()
192 aFLineIndent.SetMin( -99999, FUNIT_MM ); in IMPL_LINK()
194 aFLineIndent.SetMin( aFLineIndent.Normalize( -nL ), eUnit ); in IMPL_LINK()
198 aFLineIndent.SetMax( aFLineIndent.Normalize( nTmp ), eUnit ); in IMPL_LINK()
201 aFLineIndent.SetEmptyFieldValue(); in IMPL_LINK()
329 aFLineIndent.IsValueModified() || in FillItemSet()
357 if ( aFLineIndent.IsRelative() ) in FillItemSet()
359 (sal_uInt16)aFLineIndent.GetValue() ); in FillItemSet()
362 (sal_uInt16)GetCoreValue( aFLineIndent, eUnit ) ); in FillItemSet()
369 (sal_uInt16)GetCoreValue( aFLineIndent, eUnit ) ); in FillItemSet()
[all …]
/trunk/main/cui/source/inc/
H A Dparagrph.hxx79 SvxRelativeField aFLineIndent; member in SvxStdParagraphTabPage