Lines Matching refs:aFLineIndent
188 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()
439 SetFieldUnit( aFLineIndent, eFUnit ); in Reset()
482 aFLineIndent.SetRelative( sal_True ); in Reset()
483 aFLineIndent.SetValue( rOldItem.GetPropTxtFirstLineOfst() ); in Reset()
487 aFLineIndent.SetRelative(); in Reset()
488 aFLineIndent.SetMin(-9999); in Reset()
489 SetFieldUnit( aFLineIndent, eFUnit ); in Reset()
490 SetMetricValue( aFLineIndent, rOldItem.GetTxtFirstLineOfst(), in Reset()
502 SetMetricValue( aFLineIndent, rSpace.GetTxtFirstLineOfst(), eUnit ); in Reset()
511 aFLineIndent.SetEmptyFieldValue(); in Reset()
593 aFLineIndent.Disable(); in Reset()
611 aFLineIndent.EnableRelativeMode( 0, 999 ); in EnableRelativeMode()
643 aFLineIndent ( this, CUI_RES( ED_FLINEINDENT ) ), in SvxStdParagraphTabPage()
675 aFLineIndent.SetMin(-9999); // wird default auf 0 gesetzt in SvxStdParagraphTabPage()
868 aFLineIndent.SetLoseFocusHdl( aLink ); in IMPL_LINK_INLINE_END()
873 aFLineIndent.SetModifyHdl( aLink ); in IMPL_LINK_INLINE_END()
896 (short)aFLineIndent.Denormalize( aFLineIndent.GetValue( FUNIT_TWIP ) ) ); in UpdateExample_Impl()
949 aFLineIndent.Enable(bEnable); in IMPL_LINK()