Lines Matching refs:rAttrs
193 void __EXPORT SvxTextAnimationPage::Reset( const SfxItemSet& rAttrs ) in Reset() argument
195 const SfxItemPool* pPool = rAttrs.GetPool(); in Reset()
198 const SfxPoolItem* pItem = GetItem( rAttrs, SDRATTR_TEXT_ANIKIND ); in Reset()
212 pItem = GetItem( rAttrs, SDRATTR_TEXT_ANIDIRECTION ); in Reset()
233 pItem = GetItem( rAttrs, SDRATTR_TEXT_ANISTARTINSIDE ); in Reset()
250 pItem = GetItem( rAttrs, SDRATTR_TEXT_ANISTOPINSIDE ); in Reset()
267 pItem = GetItem( rAttrs, SDRATTR_TEXT_ANICOUNT ); in Reset()
300 pItem = GetItem( rAttrs, SDRATTR_TEXT_ANIDELAY ); in Reset()
325 pItem = GetItem( rAttrs, SDRATTR_TEXT_ANIAMOUNT ); in Reset()
386 sal_Bool SvxTextAnimationPage::FillItemSet( SfxItemSet& rAttrs) in FillItemSet() argument
397 rAttrs.Put( SdrTextAniKindItem( (SdrTextAniKind) nPos ) ); in FillItemSet()
408 rAttrs.Put( SdrTextAniDirectionItem( eValue ) ); in FillItemSet()
416 rAttrs.Put( SdrTextAniStartInsideItem( (sal_Bool) STATE_CHECK == eState ) ); in FillItemSet()
424 rAttrs.Put( SdrTextAniStopInsideItem( (sal_Bool) STATE_CHECK == eState ) ); in FillItemSet()
446 rAttrs.Put( SdrTextAniCountItem( (sal_uInt16) nValue ) ); in FillItemSet()
467 rAttrs.Put( SdrTextAniDelayItem( (sal_uInt16) nValue ) ); in FillItemSet()
486 rAttrs.Put( SdrTextAniAmountItem( (sal_Int16) nValue ) ); in FillItemSet()
522 const SfxItemSet& rAttrs ) in Create() argument
524 return( new SvxTextAnimationPage( pWindow, rAttrs ) ); in Create()