Home
last modified time | relevance | path

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

/trunk/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 …SetDeletionDependencies(static_cast<ScMyDelAction*>(pAction), static_cast<ScChangeActionDel*>(pAct… in SetDependencies()
H A DXMLChangeTrackingImportHelper.hxx235 void SetDeletionDependencies(ScMyDelAction* pAction, ScChangeActionDel* pDelAct);
/trunk/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
954 ScChangeActionDel::~ScChangeActionDel() in ~ScChangeActionDel()
997 const ScChangeActionDel* pDel = (const ScChangeActionDel*) p; in IsMultiDelete()
1179 void ScChangeActionDel::UndoCutOffMoves() in UndoCutOffMoves()
2668 ScChangeActionDel* pAct = new ScChangeActionDel( aTrackRange, nDx, nDy, in AppendOneDeleteRange()
3527 ScChangeActionDel* pActDel = (ScChangeActionDel*) pAct; in UpdateReference()
4070 ScChangeActionDel* pDel = (ScChangeActionDel*) pCur; in GetDependents()
4405 ScChangeActionDel* pDel = (ScChangeActionDel*) pAct; in Reject()
4435 pDel = (ScChangeActionDel*) p; in Reject()
[all …]
/trunk/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 …]
/trunk/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()

Completed in 103 milliseconds