Home
last modified time | relevance | path

Searched refs:ScChangeActionDel (Results 1 – 7 of 7) sorted by relevance

/AOO41X/main/sc/source/filter/xml/
H A DXMLChangeTrackingExportHelper.hxx36 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 DXMLChangeTrackingExportHelper.cxx567 …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 DXMLChangeTrackingImportHelper.cxx500 …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 DXMLChangeTrackingImportHelper.hxx235 void SetDeletionDependencies(ScMyDelAction* pAction, ScChangeActionDel* pDelAct);
/AOO41X/main/sc/source/core/tool/
H A Dchgtrack.cxx302 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 Dchgtrack.hxx208 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 Ddocsh3.cxx906 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()