Home
last modified time | relevance | path

Searched refs:ScChangeActionMove (Results 1 – 11 of 11) sorted by relevance

/AOO41X/main/sc/inc/
H A Dchgtrack.hxx209 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()
630 ScChangeActionDelMoveEntry* AddCutOffMove( ScChangeActionMove* pMove, in AddCutOffMove()
641 class ScChangeActionMove : public ScChangeAction class
[all …]
/AOO41X/main/sc/source/core/tool/
H A Dchgtrack.cxx1183 ScChangeActionMove* pMove = pLinkMove->GetMove(); in UndoCutOffMoves()
1263 ScChangeActionMove::ScChangeActionMove(const sal_uLong nActionNumber, const ScChangeActionState eSt… in ScChangeActionMove() function in ScChangeActionMove
1276 ScChangeActionMove::~ScChangeActionMove() in ~ScChangeActionMove()
1282 void ScChangeActionMove::AddContent( ScChangeActionContent* pContent ) in AddContent()
1290 void ScChangeActionMove::DeleteCellEntries() in DeleteCellEntries()
1296 void ScChangeActionMove::UpdateReference( const ScChangeTrack* /* pTrack */, in UpdateReference()
1305 void ScChangeActionMove::GetDelta( sal_Int32& nDx, sal_Int32& nDy, sal_Int32& nDz ) const in GetDelta()
1315 void ScChangeActionMove::GetDescription( String& rStr, ScDocument* pDoc, in GetDescription()
1341 void ScChangeActionMove::GetRefString( String& rStr, ScDocument* pDoc, in GetRefString()
1353 sal_Bool ScChangeActionMove::Reject( ScDocument* pDoc ) in Reject()
[all …]
/AOO41X/main/sc/source/filter/xml/
H A DXMLChangeTrackingImportHelper.cxx516 …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 …ovementDependencies(static_cast<ScMyMoveAction*>(pAction), static_cast<ScChangeActionMove*>(pAct)); in SetDependencies()
H A DXMLChangeTrackingExportHelper.cxx690 const ScChangeActionMove* pMoveAction = static_cast<ScChangeActionMove*> (pAction); in WriteMovement()
H A DXMLChangeTrackingImportHelper.hxx236 void SetMovementDependencies(ScMyMoveAction* pAction, ScChangeActionMove* pMoveAct);
/AOO41X/main/sc/source/ui/docshell/
H A Ddocsh3.cxx637 ((const ScChangeActionMove*)pAction)-> in GetChangeAction()
917 const ScChangeActionMove* pMove = (const ScChangeActionMove*) pThisAction; in MergeDocument()
1120 … const ScChangeActionMove* pMove = (const ScChangeActionMove*) pSourceAction; in MergeDocument()
/AOO41X/main/sc/source/core/data/
H A Ddocumen2.cxx1345 ((const ScChangeActionMove*)pAction)-> in IsCellInChangeTrack()
1348 ScRange aRange = ((const ScChangeActionMove*)pAction)-> in IsCellInChangeTrack()
1416 ((const ScChangeActionMove*)pAction)-> in GetCellChangeTrackNote()
/AOO41X/main/sc/source/filter/xcl97/
H A DXclExpChangeTrack.cxx940 const ScChangeActionMove& rAction, in XclExpChTrMoveRange()
1201 …pXclAction = new XclExpChTrMoveRange( (const ScChangeActionMove&) rAction, GetRoot(), *pTabIdBuffe… in PushActionRecord()
/AOO41X/main/sc/source/ui/view/
H A Dgridwin5.cxx151 ((const ScChangeActionMove*)pAction)-> in ShowNoteMarker()
H A Doutput.cxx2131 ((const ScChangeActionMove*)pAction)-> in DrawChangeTrack()
2134 ScRange aRange = ((const ScChangeActionMove*)pAction)-> in DrawChangeTrack()
/AOO41X/main/sc/source/filter/inc/
H A DXclExpChangeTrack.hxx546 const ScChangeActionMove& rAction,