Lines Matching refs:ScChangeActionMove
1183 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()
2718 ScChangeActionMove* pAct = new ScChangeActionMove( rFromRange, rToRange, this ); in AppendMove()
2840 pLastCutMove = new ScChangeActionMove( rRange, rRange, this ); in AppendContentRange()
3171 ScChangeActionMove* pTest = (ScChangeActionMove*) pL->GetAction(); in Dependencies()
3181 const ScBigRange& rFromRange = ((ScChangeActionMove*)pAct)->GetFromRange(); 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()
3513 ((ScChangeActionMove*)pAct)->GetDelta( nDx, nDy, nDz ); in UpdateReference()
3667 ScChangeActionMove* pMove = (ScChangeActionMove*) p; in UpdateReference()
3815 ScChangeActionMove* pActMove = (ScChangeActionMove*) pAct; in UpdateReference()
4491 ScChangeActionMove* pReject = new ScChangeActionMove( in Reject()
4493 ((ScChangeActionMove*)pAct)->GetFromRange().MakeRange(), this ); in Reject()
4649 … const ScChangeActionMove* pMove = dynamic_cast< const ScChangeActionMove* >( pAction ); in Clone()
4652 pClonedAction = new ScChangeActionMove( in Clone()