Home
last modified time | relevance | path

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

/AOO42X/main/cui/source/tabpages/
H A Dparagrph.cxx186 sal_Int64 nL = aLeftIndent.Denormalize( aLeftIndent.GetValue( eUnit ) ); in IMPL_LINK()
191 if( aLeftIndent.GetMin() < 0 ) in IMPL_LINK()
203 aTmp = aLeftIndent.GetText(); in IMPL_LINK()
205 aLeftIndent.SetMax( aLeftIndent.Normalize( nTmp ), eUnit ); in IMPL_LINK()
208 aLeftIndent.SetEmptyFieldValue(); in IMPL_LINK()
328 if ( aLeftIndent.IsValueModified() || in FillItemSet()
345 if ( aLeftIndent.IsRelative() ) in FillItemSet()
347 (sal_uInt16)aLeftIndent.GetValue() ); in FillItemSet()
349 aMargin.SetTxtLeft( GetCoreValue( aLeftIndent, eUnit ) ); in FillItemSet()
366 aMargin.SetTxtLeft( GetCoreValue( aLeftIndent, eUnit ) ); in FillItemSet()
[all …]
/AOO42X/main/cui/source/inc/
H A Dparagrph.hxx73 SvxRelativeField aLeftIndent; member in SvxStdParagraphTabPage