Searched refs:pThisAction (Results 1 – 1 of 1) sorted by relevance
846 const ScChangeAction* pThisAction = pThisTrack->GetFirst(); in MergeDocument() local848 while ( lcl_Equal( pSourceAction, pThisAction, bIgnore100Sec ) ) in MergeDocument()852 pThisAction = pThisAction->GetNext(); in MergeDocument()861 const ScChangeAction* pFirstSearchAction = pThisAction; in MergeDocument()889 while ( pThisAction ) in MergeDocument()892 if ( !bShared || !ScChangeTrack::MergeIgnore( *pThisAction, nFirstNewNumber ) ) in MergeDocument()894 ScChangeActionType eType = pThisAction->GetType(); in MergeDocument()900 pSourceTrack->AppendInsert( pThisAction->GetBigRange().MakeRange() ); in MergeDocument()906 const ScChangeActionDel* pDel = (const ScChangeActionDel*) pThisAction; in MergeDocument()917 const ScChangeActionMove* pMove = (const ScChangeActionMove*) pThisAction; in MergeDocument()[all …]