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