Lines Matching refs:pSheet

190 					SfxStyleSheet* pSheet = rPage.GetStyleSheetForPresObj( ePresObjKind );  in SetAttributes()  local
191 DBG_ASSERT(pSheet, "StyleSheet nicht gefunden"); in SetAttributes()
193 SfxItemSet aTempSet( pSheet->GetItemSet() ); in SetAttributes()
198 StyleSheetUndoAction* pAction = new StyleSheetUndoAction(mpDoc, pSheet, &aTempSet); in SetAttributes()
201 pSheet->GetItemSet().Put(aTempSet); in SetAttributes()
202 pSheet->Broadcast(SfxSimpleHint(SFX_HINT_DATACHANGED)); in SetAttributes()
231 SfxStyleSheet* pSheet = (SfxStyleSheet*)pStShPool->Find(aName, SD_STYLE_FAMILY_MASTERPAGE); in SetAttributes() local
232 DBG_ASSERT(pSheet, "StyleSheet nicht gefunden"); in SetAttributes()
234 SfxItemSet aTempSet( pSheet->GetItemSet() ); in SetAttributes()
245 StyleSheetUndoAction* pAction = new StyleSheetUndoAction(mpDoc, pSheet, &aTempSet); in SetAttributes()
248 pSheet->GetItemSet().Put(aTempSet); in SetAttributes()
249 pSheet->Broadcast(SfxSimpleHint(SFX_HINT_DATACHANGED)); in SetAttributes()
305 SfxStyleSheet* pSheet = rPage.GetStyleSheetForPresObj( ePresObjKind ); in SetAttributes() local
306 DBG_ASSERT(pSheet, "StyleSheet not found"); in SetAttributes()
308 SfxItemSet aTempSet( pSheet->GetItemSet() ); in SetAttributes()
313 StyleSheetUndoAction* pAction = new StyleSheetUndoAction(mpDoc, pSheet, &aTempSet); in SetAttributes()
316 pSheet->GetItemSet().Put(aTempSet,false); in SetAttributes()
317 pSheet->Broadcast(SfxSimpleHint(SFX_HINT_DATACHANGED)); in SetAttributes()
329 SfxStyleSheet* pSheet = (SfxStyleSheet*)pStShPool-> in SetAttributes() local
331 DBG_ASSERT(pSheet, "StyleSheet nicht gefunden"); in SetAttributes()
333 SfxItemSet aTempSet( pSheet->GetItemSet() ); in SetAttributes()
358 StyleSheetUndoAction* pAction = new StyleSheetUndoAction(mpDoc, pSheet, &aTempSet); in SetAttributes()
361 pSheet->GetItemSet().Set(aTempSet,false); in SetAttributes()
362 pSheet->Broadcast(SfxSimpleHint(SFX_HINT_DATACHANGED)); in SetAttributes()