Lines Matching refs:rAttrs
535 void OutlinerView::SetAttribs( const SfxItemSet& rAttrs ) in SetAttribs() argument
547 pEditView->SetAttribs( rAttrs ); in SetAttribs()
1224 const SfxItemSet& rAttrs = pOwner->GetParaAttribs( nPara ); in ToggleBullets() local
1225 if ( rAttrs.GetItemState( EE_PARA_BULLETSTATE ) == SFX_ITEM_SET ) in ToggleBullets()
1227 SfxItemSet aAttrs(rAttrs); in ToggleBullets()
1374 const SfxItemSet& rAttrs = pOwner->GetParaAttribs(nPara); in ApplyBulletsNumbering() local
1375 SfxItemSet aAttrs(rAttrs); in ApplyBulletsNumbering()
1418 … SfxItemState eState = rAttrs.GetItemState(EE_PARA_NUMBULLET, sal_False, &pPoolItem); in ApplyBulletsNumbering()
1497 const SfxItemSet& rAttrs = pOwner->GetParaAttribs( nPara ); in SwitchOffBulletsNumbering() local
1498 if (rAttrs.GetItemState( EE_PARA_BULLETSTATE ) == SFX_ITEM_SET) in SwitchOffBulletsNumbering()
1500 SfxItemSet aAttrs(rAttrs); in SwitchOffBulletsNumbering()
1862 const SfxItemSet& rAttrs = pOwner->GetParaAttribs( n ); in Read() local
1863 const SfxInt16Item& rLevel = (const SfxInt16Item&) rAttrs.Get( EE_PARA_OUTLLEVEL ); in Read()