Searched refs:pAktUndoGroup (Results 1 – 2 of 2) sorted by relevance
137 pAktUndoGroup=NULL; in ImpCtor()268 if(pAktUndoGroup) in ~SdrModel()272 aStr += ByteString(pAktUndoGroup->GetComment(), gsl_getSystemTextEncoding()); in ~SdrModel()278 if (pAktUndoGroup!=NULL) in ~SdrModel()279 delete pAktUndoGroup; in ~SdrModel()512 if(pAktUndoGroup==NULL) in BegUndo()514 pAktUndoGroup = new SdrUndoGroup(*this); in BegUndo()537 pAktUndoGroup->SetComment(rComment); in BegUndo()561 pAktUndoGroup->SetComment(rComment); in BegUndo()562 pAktUndoGroup->SetObjDescription(rObjDescr); in BegUndo()[all …]
202 SdrUndoGroup* pAktUndoGroup; // Für mehrstufige member in SdrModel586 const SdrUndoGroup* GetAktUndoGroup() const { return pAktUndoGroup; } in GetAktUndoGroup()