Home
last modified time | relevance | path

Searched refs:pLastCutMove (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/inc/
H A Dchgtrack.hxx1032 ScChangeActionMove* pLastCutMove; member in ScChangeTrack
1278 if ( pLastCutMove ) in ResetLastCut()
1280 delete pLastCutMove; in ResetLastCut()
1281 pLastCutMove = NULL; in ResetLastCut()
1288 pLastCutMove; in HasLastCut()
/trunk/main/sc/source/core/tool/
H A Dchgtrack.cxx2254 pLastCutMove = NULL; in Init()
2302 delete pLastCutMove; in DtorClear()
2815 if ( pLastCutMove ) in SetLastCutMoveRange()
2820 ScBigRange& r = pLastCutMove->GetBigRange(); in SetLastCutMoveRange()
2857 ScBigRange& r = pLastCutMove->GetBigRange(); in AppendContentRange()
2886 pLastCutMove->SetStartLastCut( nStartLastCut ); in AppendContentRange()
2887 pLastCutMove->SetEndLastCut( nEndLastCut ); in AppendContentRange()
2888 Append( pLastCutMove ); in AppendContentRange()
2889 pLastCutMove = NULL; in AppendContentRange()
3331 pLastCutMove = pMove; in Undo()
[all …]

Completed in 47 milliseconds