Searched refs:ScChangeActionDel (Results 1 – 7 of 7) sorted by relevance
/trunk/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 …SetDeletionDependencies(static_cast<ScMyDelAction*>(pAction), static_cast<ScChangeActionDel*>(pAct… in SetDependencies()
|
H A D | XMLChangeTrackingImportHelper.hxx | 235 void SetDeletionDependencies(ScMyDelAction* pAction, ScChangeActionDel* pDelAct);
|
/trunk/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 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 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 …]
|
/trunk/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()
|
Completed in 262 milliseconds