Searched refs:ScChangeActionMove (Results 1 – 11 of 11) sorted by relevance
/aoo42x/main/sc/inc/ |
H A D | chgtrack.hxx | 209 friend class ScChangeActionMove; 241 friend class ScChangeActionMove; 502 class ScChangeActionMove; 515 ScChangeActionMove* pMove, in ScChangeActionDelMoveEntry() 530 ScChangeActionMove* GetMove() in GetMove() 532 return (ScChangeActionMove*) in GetMove() 542 const ScChangeActionMove* GetMove() const in GetMove() 544 return (const ScChangeActionMove*) in GetMove() 641 class ScChangeActionMove : public ScChangeAction class 662 virtual ~ScChangeActionMove(); [all …]
|
/aoo42x/main/sc/source/core/tool/ |
H A D | chgtrack.cxx | 1276 ScChangeActionMove::~ScChangeActionMove() in ~ScChangeActionMove() 1290 void ScChangeActionMove::DeleteCellEntries() in DeleteCellEntries() 2718 ScChangeActionMove* pAct = new ScChangeActionMove( rFromRange, rToRange, this ); in AppendMove() 3171 ScChangeActionMove* pTest = (ScChangeActionMove*) pL->GetAction(); in Dependencies() 3184 ScChangeActionMove* pTest = (ScChangeActionMove*) pL->GetAction(); in Dependencies() 3197 ScChangeActionMove* pTest = (ScChangeActionMove*) pL->GetAction(); in Dependencies() 3306 ScChangeActionMove* pMove = (ScChangeActionMove*) pAct; in Undo() 3667 ScChangeActionMove* pMove = (ScChangeActionMove*) p; in UpdateReference() 3815 ScChangeActionMove* pActMove = (ScChangeActionMove*) pAct; in UpdateReference() 4491 ScChangeActionMove* pReject = new ScChangeActionMove( in Reject() [all …]
|
/aoo42x/main/sc/source/filter/xml/ |
H A D | XMLChangeTrackingImportHelper.cxx | 516 …ScChangeAction* pNewAction = new ScChangeActionMove(pAction->nActionNumber, pAction->nActionState,… in CreateMoveAction() 628 ScChangeActionMove* pMoveAction = static_cast<ScChangeActionMove*>(pChangeAction); in SetDeletionDependencies() 642 …rackingImportHelper::SetMovementDependencies(ScMyMoveAction* pAction, ScChangeActionMove* pMoveAct) in SetMovementDependencies() 739 …SetMovementDependencies(static_cast<ScMyMoveAction*>(pAction), static_cast<ScChangeActionMove*>(pA… in SetDependencies()
|
H A D | XMLChangeTrackingExportHelper.cxx | 690 const ScChangeActionMove* pMoveAction = static_cast<ScChangeActionMove*> (pAction); in WriteMovement()
|
H A D | XMLChangeTrackingImportHelper.hxx | 236 void SetMovementDependencies(ScMyMoveAction* pAction, ScChangeActionMove* pMoveAct);
|
/aoo42x/main/sc/source/ui/docshell/ |
H A D | docsh3.cxx | 637 ((const ScChangeActionMove*)pAction)-> in GetChangeAction() 917 const ScChangeActionMove* pMove = (const ScChangeActionMove*) pThisAction; in MergeDocument() 1120 const ScChangeActionMove* pMove = (const ScChangeActionMove*) pSourceAction; in MergeDocument()
|
/aoo42x/main/sc/source/core/data/ |
H A D | documen2.cxx | 1345 ((const ScChangeActionMove*)pAction)-> in IsCellInChangeTrack() 1348 ScRange aRange = ((const ScChangeActionMove*)pAction)-> in IsCellInChangeTrack() 1416 ((const ScChangeActionMove*)pAction)-> in GetCellChangeTrackNote()
|
/aoo42x/main/sc/source/filter/xcl97/ |
H A D | XclExpChangeTrack.cxx | 940 const ScChangeActionMove& rAction, in XclExpChTrMoveRange() 1201 …pXclAction = new XclExpChTrMoveRange( (const ScChangeActionMove&) rAction, GetRoot(), *pTabIdBuffe… in PushActionRecord()
|
/aoo42x/main/sc/source/filter/inc/ |
H A D | XclExpChangeTrack.hxx | 546 const ScChangeActionMove& rAction,
|
/aoo42x/main/sc/source/ui/view/ |
H A D | gridwin5.cxx | 151 ((const ScChangeActionMove*)pAction)-> in ShowNoteMarker()
|
H A D | output.cxx | 2131 ((const ScChangeActionMove*)pAction)-> in DrawChangeTrack() 2134 ScRange aRange = ((const ScChangeActionMove*)pAction)-> in DrawChangeTrack()
|
Completed in 97 milliseconds