Lines Matching refs:aAttrs

317 				SfxItemSet aAttrs( GetDoc()->GetPool() );  in GetAttrState()  local
318 mpDrawView->GetAttributes( aAttrs ); in GetAttrState()
320 SvxAdjustItem aItem= ( (const SvxAdjustItem&) aAttrs.Get( EE_PARA_JUST ) ); in GetAttrState()
334 SfxItemSet aAttrs( GetDoc()->GetPool() ); in GetAttrState() local
335 mpDrawView->GetAttributes( aAttrs ); in GetAttrState()
337 SvxAdjustItem aItem= ( (const SvxAdjustItem&) aAttrs.Get( EE_PARA_JUST ) ); in GetAttrState()
351 SfxItemSet aAttrs( GetDoc()->GetPool() ); in GetAttrState() local
352 mpDrawView->GetAttributes( aAttrs ); in GetAttrState()
354 SvxAdjustItem aItem= ( (const SvxAdjustItem&) aAttrs.Get( EE_PARA_JUST ) ); in GetAttrState()
368 SfxItemSet aAttrs( GetDoc()->GetPool() ); in GetAttrState() local
369 mpDrawView->GetAttributes( aAttrs ); in GetAttrState()
371 SvxAdjustItem aItem= ( (const SvxAdjustItem&) aAttrs.Get( EE_PARA_JUST ) ); in GetAttrState()
385 SfxItemSet aAttrs( GetDoc()->GetPool() ); in GetAttrState() local
386 mpDrawView->GetAttributes( aAttrs ); in GetAttrState()
387 SvxLRSpaceItem aLRSpace = ( (const SvxLRSpaceItem&) aAttrs.Get( EE_PARA_LRSPACE ) ); in GetAttrState()
396 SfxItemSet aAttrs( GetDoc()->GetPool() ); in GetAttrState() local
397 mpDrawView->GetAttributes( aAttrs ); in GetAttrState()
398 SvxLineSpacingItem aLineLR = ( (const SvxLineSpacingItem&) aAttrs.Get( EE_PARA_SBL ) ); in GetAttrState()
406 SfxItemSet aAttrs( GetDoc()->GetPool() ); in GetAttrState() local
407 mpDrawView->GetAttributes( aAttrs ); in GetAttrState()
408 SvxULSpaceItem aULSP = ( (const SvxULSpaceItem&) aAttrs.Get( EE_PARA_ULSPACE ) ); in GetAttrState()
449 SfxItemSet aAttrs( GetDoc()->GetPool() ); in GetAttrState() local
450 mpDrawView->GetAttributes( aAttrs ); in GetAttrState()
451 if( aAttrs.GetItemState( EE_PARA_HYPHENATE ) >= SFX_ITEM_AVAILABLE ) in GetAttrState()
453 sal_Bool bValue = ( (const SfxBoolItem&) aAttrs.Get( EE_PARA_HYPHENATE ) ).GetValue(); in GetAttrState()