Lines Matching refs:nStartAction

2376 		sal_uLong nStartAction )  in StartBlockModify()  argument
2384 pBlockModifyMsg->nStartAction = nStartAction; in StartBlockModify()
2395 if ( pBlockModifyMsg->nStartAction <= nEndAction ) in EndBlockModify()
2422 sal_uLong nStartAction, sal_uLong nEndAction ) in NotifyModified() argument
2427 (IsGenerated( nStartAction ) && in NotifyModified()
2430 StartBlockModify( eMsgType, nStartAction ); in NotifyModified()
2567 ScDocument* pRefDoc, sal_uLong& nStartAction, sal_uLong& nEndAction, SCsTAB nDz ) in AppendDeleteRange() argument
2569 nStartAction = GetActionMax() + 1; in AppendDeleteRange()
2834 ScDocument* pRefDoc, sal_uLong& nStartAction, sal_uLong& nEndAction, in AppendContentRange() argument
2882 nStartAction = GetActionMax() + 1; in AppendContentRange()
2883 StartBlockModify( SC_CTM_APPEND, nStartAction ); in AppendContentRange()
2896 nStartAction = GetActionMax() + 1; in AppendContentRange()
2897 StartBlockModify( SC_CTM_APPEND, nStartAction ); in AppendContentRange()
2920 nStartLastCut = nStartAction; in AppendContentRange()
2927 sal_uLong& nStartAction, sal_uLong& nEndAction ) in AppendContentsIfInRefDoc() argument
2932 nStartAction = GetActionMax() + 1; in AppendContentsIfInRefDoc()
2933 StartBlockModify( SC_CTM_APPEND, nStartAction ); in AppendContentsIfInRefDoc()
2949 nStartAction = nEndAction = 0; in AppendContentsIfInRefDoc()
3262 void ScChangeTrack::Undo( sal_uLong nStartAction, sal_uLong nEndAction, bool bMerge ) in Undo() argument
3270 if ( nStartAction == 0 ) in Undo()
3271 ++nStartAction; in Undo()
3274 if ( nEndAction && nStartAction <= nEndAction ) in Undo()
3276 if ( nStartAction == nStartLastCut && nEndAction == nEndLastCut && in Undo()
3279 StartBlockModify( SC_CTM_REMOVE, nStartAction ); in Undo()
3280 for ( sal_uLong j = nEndAction; j >= nStartAction; --j ) in Undo()
3304 if ( j == nStartAction && pAct->GetType() == SC_CAT_MOVE ) in Undo()