Home
last modified time | relevance | path

Searched refs:aOldAttrs (Results 1 – 3 of 3) sorted by relevance

/trunk/main/editeng/source/outliner/
H A Doutliner.cxx825 SfxItemSet aOldAttrs( GetParaAttribs( nPara ) ); in ImplSetLevelDependendStyleSheet() local
827 if ( aOldAttrs.GetItemState( EE_PARA_NUMBULLET ) == SFX_ITEM_ON ) in ImplSetLevelDependendStyleSheet()
830 aAttrs.Put( aOldAttrs.Get( EE_PARA_NUMBULLET ) ); in ImplSetLevelDependendStyleSheet()
2112 SfxItemSet aOldAttrs( pEditEngine->GetParaAttribs( nPara ) ); in SetLevelDependendStyleSheet() local
2114 pEditEngine->SetParaAttribs( nPara, aOldAttrs ); in SetLevelDependendStyleSheet()
/trunk/main/sd/source/ui/view/
H A Doutlview.cxx937 SfxItemSet aOldAttrs( pOutliner->GetParaAttribs( nPara ) ); in IMPL_LINK() local
943 aOldAttrs.GetItemState( EE_PARA_NUMBULLET ) == SFX_ITEM_ON ) in IMPL_LINK()
946 aAttrs.Put( *aOldAttrs.GetItem( EE_PARA_NUMBULLET ) ); in IMPL_LINK()
/trunk/main/sc/source/ui/view/
H A Dviewfunc.cxx1043 ScPatternAttr aOldAttrs( new SfxItemSet(*pOldSet) ); in ApplyAttributes() local
1045 aNewAttrs.DeleteUnchanged( &aOldAttrs ); in ApplyAttributes()

Completed in 42 milliseconds