Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/docshell/
H A Ddocsh3.cxx840 const ScChangeAction* pThisAction = pThisTrack->GetFirst(); in MergeDocument() local
842 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 …]