Lines Matching refs:aTempSet

193 					SfxItemSet aTempSet( pSheet->GetItemSet() );  in SetAttributes()  local
194 aTempSet.Put( rSet ); in SetAttributes()
195 aTempSet.ClearInvalidItems(); in SetAttributes()
198 StyleSheetUndoAction* pAction = new StyleSheetUndoAction(mpDoc, pSheet, &aTempSet); in SetAttributes()
201 pSheet->GetItemSet().Put(aTempSet); in SetAttributes()
234 SfxItemSet aTempSet( pSheet->GetItemSet() ); in SetAttributes() local
235 aTempSet.Put( rSet ); in SetAttributes()
236 aTempSet.ClearInvalidItems(); in SetAttributes()
238 if( nDepth > 0 && aTempSet.GetItemState( EE_PARA_NUMBULLET ) == SFX_ITEM_ON ) in SetAttributes()
241 aTempSet.ClearItem( EE_PARA_NUMBULLET ); in SetAttributes()
245 StyleSheetUndoAction* pAction = new StyleSheetUndoAction(mpDoc, pSheet, &aTempSet); in SetAttributes()
248 pSheet->GetItemSet().Put(aTempSet); in SetAttributes()
308 SfxItemSet aTempSet( pSheet->GetItemSet() ); in SetAttributes() local
309 aTempSet.Put( rSet ); in SetAttributes()
310 aTempSet.ClearInvalidItems(); in SetAttributes()
313 StyleSheetUndoAction* pAction = new StyleSheetUndoAction(mpDoc, pSheet, &aTempSet); in SetAttributes()
316 pSheet->GetItemSet().Put(aTempSet,false); in SetAttributes()
333 SfxItemSet aTempSet( pSheet->GetItemSet() ); in SetAttributes() local
344 aTempSet.ClearItem( nWhich ); in SetAttributes()
352 aTempSet.Put( rSet ); in SetAttributes()
355 aTempSet.ClearInvalidItems(); in SetAttributes()
358 StyleSheetUndoAction* pAction = new StyleSheetUndoAction(mpDoc, pSheet, &aTempSet); in SetAttributes()
361 pSheet->GetItemSet().Set(aTempSet,false); in SetAttributes()