Lines Matching refs:aRightIndent

187 	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()
470 aRightIndent.SetRelative( sal_True ); in Reset()
471 aRightIndent.SetValue( rOldItem.GetPropRight() ); in Reset()
475 aRightIndent.SetRelative(); in Reset()
476 SetFieldUnit( aRightIndent, eFUnit ); in Reset()
477 SetMetricValue( aRightIndent, rOldItem.GetRight(), eUnit ); in Reset()
501 SetMetricValue( aRightIndent, rSpace.GetRight(), eUnit ); in Reset()
510 aRightIndent.SetEmptyFieldValue(); in Reset()
588 aRightIndent.Disable(); in Reset()
612 aRightIndent.EnableRelativeMode( 0, 999 ); in EnableRelativeMode()
640 aRightIndent ( this, CUI_RES( ED_RIGHTINDENT ) ), in SvxStdParagraphTabPage()
687 aRightIndent.SetMin(-9999); in EnableNegativeMode()
688 aRightIndent.EnableNegativeMode(); in EnableNegativeMode()
870 aRightIndent.SetLoseFocusHdl( aLink ); in IMPL_LINK_INLINE_END()
875 aRightIndent.SetModifyHdl( aLink ); in IMPL_LINK_INLINE_END()
900 static_cast<long>(aRightIndent.Denormalize( aRightIndent.GetValue( FUNIT_TWIP ) ) ) ); in UpdateExample_Impl()