Searched refs:ScChangeActionDel (Results 1 – 7 of 7) sorted by relevance
| /AOO41X/main/sc/source/filter/xml/ |
| H A D | XMLChangeTrackingExportHelper.hxx | 36 class ScChangeActionDel; 43 typedef std::list<ScChangeActionDel*> ScMyDeletionsList; 76 …void AddDeletionAttributes(const ScChangeActionDel* pAction, const ScChangeActionDel* pLastAction); 77 void WriteDeletionCells(ScChangeActionDel* pAction); 78 void WriteCutOffs(const ScChangeActionDel* pAction);
|
| H A D | XMLChangeTrackingExportHelper.cxx | 567 …rackingExportHelper::AddDeletionAttributes(const ScChangeActionDel* pDelAction, const ScChangeActi… in AddDeletionAttributes() argument 624 const ScChangeActionDel* pDel = (const ScChangeActionDel*) p; in AddDeletionAttributes() 642 void ScChangeTrackingExportHelper::WriteCutOffs(const ScChangeActionDel* pAction) in WriteCutOffs() 680 ScChangeActionDel* pDelAction = static_cast<ScChangeActionDel*> (pAction); in WriteDeletion()
|
| H A D | XMLChangeTrackingImportHelper.cxx | 500 …ScChangeAction* pNewAction = new ScChangeActionDel(pAction->nActionNumber, pAction->nActionState, … in CreateDeleteAction() 578 …geTrackingImportHelper::SetDeletionDependencies(ScMyDelAction* pAction, ScChangeActionDel* pDelAct) in SetDeletionDependencies() 737 …tDeletionDependencies(static_cast<ScMyDelAction*>(pAction), static_cast<ScChangeActionDel*>(pAct)); in SetDependencies()
|
| H A D | XMLChangeTrackingImportHelper.hxx | 235 void SetDeletionDependencies(ScMyDelAction* pAction, ScChangeActionDel* pDelAct);
|
| /AOO41X/main/sc/source/core/tool/ |
| H A D | chgtrack.cxx | 302 ScChangeActionDel* pDel = (ScChangeActionDel*) this; in IsMasterDelete() 897 ScChangeActionDel::ScChangeActionDel( const ScRange& rRange, in ScChangeActionDel() function in ScChangeActionDel 935 ScChangeActionDel::ScChangeActionDel(const sal_uLong nActionNumber, const ScChangeActionState eStat… in ScChangeActionDel() function in ScChangeActionDel 954 ScChangeActionDel::~ScChangeActionDel() in ~ScChangeActionDel() 961 void ScChangeActionDel::AddContent( ScChangeActionContent* pContent ) in AddContent() 969 void ScChangeActionDel::DeleteCellEntries() in DeleteCellEntries() 975 sal_Bool ScChangeActionDel::IsBaseDelete() const in IsBaseDelete() 981 sal_Bool ScChangeActionDel::IsTopDelete() const in IsTopDelete() 986 return ((ScChangeActionDel*)p)->IsBaseDelete(); in IsTopDelete() 990 sal_Bool ScChangeActionDel::IsMultiDelete() const in IsMultiDelete() [all …]
|
| /AOO41X/main/sc/inc/ |
| H A D | chgtrack.hxx | 208 friend class ScChangeActionDel; 233 class ScChangeActionDel; 240 friend class ScChangeActionDel; 506 friend class ScChangeActionDel; 552 class ScChangeActionDel : public ScChangeAction class 565 ScChangeActionDel( const ScRange& rRange, 567 virtual ~ScChangeActionDel(); 586 ScChangeActionDel(const sal_uLong nActionNumber, 644 friend class ScChangeActionDel; 1008 friend sal_Bool ScChangeActionDel::Reject( ScDocument* pDoc ); [all …]
|
| /AOO41X/main/sc/source/ui/docshell/ |
| H A D | docsh3.cxx | 906 const ScChangeActionDel* pDel = (const ScChangeActionDel*) pThisAction; in MergeDocument() 1090 … const ScChangeActionDel* pDel = (const ScChangeActionDel*) pSourceAction; in MergeDocument() 1110 … const ScChangeActionDel* pDel = (const ScChangeActionDel*) pSourceAction; in MergeDocument()
|