Lines Matching refs:aAttrSet
189 SfxItemSet aAttrSet( mpView->GetDoc()->GetPool() ); in GetAttrState() local
194 mpView->GetAttributes( aAttrSet ); in GetAttrState()
212 aSetItem.GetItemSet().Put( aAttrSet, sal_False ); in GetAttrState()
241 aAttrSet.Put( *pI, nWhich ); in GetAttrState()
243 aAttrSet.InvalidateItem( nWhich ); in GetAttrState()
387 …bLeftToRight = ( (const SvxWritingModeItem&) aAttrSet.Get( SDRATTR_TEXTDIRECTION ) ).GetValue() ==… in GetAttrState()
438 rSet.Put( aAttrSet, sal_False ); // <- sal_False, damit DontCare-Status uebernommen wird in GetAttrState()
491 SvxLRSpaceItem aLR = ( (const SvxLRSpaceItem&) aAttrSet.Get( EE_PARA_LRSPACE ) ); in GetAttrState()
493 SvxAdjust eAdj = ( (const SvxAdjustItem&) aAttrSet.Get( EE_PARA_JUST ) ).GetAdjust(); in GetAttrState()
527 switch( ( ( (SvxFrameDirectionItem&) aAttrSet.Get( EE_PARA_WRITINGDIR ) ) ).GetValue() ) in GetAttrState()
583 SvxLRSpaceItem aLRSpace = ( (const SvxLRSpaceItem&) aAttrSet.Get( EE_PARA_LRSPACE ) ); in GetAttrState()
588 SfxItemState eState = aAttrSet.GetItemState( EE_PARA_LRSPACE ); in GetAttrState()
594 sal_uInt16 nLineSpace = (sal_uInt16) ( (const SvxLineSpacingItem&) aAttrSet. in GetAttrState()
612 aAttrSet.Get( EE_CHAR_ESCAPEMENT ) ).GetEnumValue(); in GetAttrState()