Lines Matching refs:rAttrs
535 void OutlinerView::SetAttribs( const SfxItemSet& rAttrs ) in SetAttribs() argument
547 pEditView->SetAttribs( rAttrs ); in SetAttribs()
1222 const SfxItemSet& rAttrs = pOwner->GetParaAttribs( nPara ); in ToggleBullets() local
1223 if ( rAttrs.GetItemState( EE_PARA_BULLETSTATE ) == SFX_ITEM_SET ) in ToggleBullets()
1225 SfxItemSet aAttrs(rAttrs); in ToggleBullets()
1372 const SfxItemSet& rAttrs = pOwner->GetParaAttribs(nPara); in ApplyBulletsNumbering() local
1373 SfxItemSet aAttrs(rAttrs); in ApplyBulletsNumbering()
1416 … SfxItemState eState = rAttrs.GetItemState(EE_PARA_NUMBULLET, sal_False, &pPoolItem); in ApplyBulletsNumbering()
1495 const SfxItemSet& rAttrs = pOwner->GetParaAttribs( nPara ); in SwitchOffBulletsNumbering() local
1496 if (rAttrs.GetItemState( EE_PARA_BULLETSTATE ) == SFX_ITEM_SET) in SwitchOffBulletsNumbering()
1498 SfxItemSet aAttrs(rAttrs); in SwitchOffBulletsNumbering()
1860 const SfxItemSet& rAttrs = pOwner->GetParaAttribs( n ); in Read() local
1861 const SfxInt16Item& rLevel = (const SfxInt16Item&) rAttrs.Get( EE_PARA_OUTLLEVEL ); in Read()