Lines Matching refs:nEndAction
1560 sal_uLong nEndAction, sal_uLong /* nPos */) in AppendChanges() argument
1580 for(sal_uLong i=nStartAction;i<=nEndAction;i++) in AppendChanges()
1645 void ScAcceptChgDlg::RemoveEntrys(sal_uLong nStartAction,sal_uLong nEndAction) in RemoveEntrys() argument
1663 if(nAction>=nStartAction && nAction<=nEndAction) in RemoveEntrys()
1680 if(nStartAction<=nAction && nAction<=nEndAction) bRemove=sal_True; in RemoveEntrys()
1697 …ScAcceptChgDlg::UpdateEntrys(ScChangeTrack* pChgTrack, sal_uLong nStartAction,sal_uLong nEndAction) in UpdateEntrys() argument
1719 if(nStartAction<=nAction && nAction<=nEndAction) bRemove=sal_True; in UpdateEntrys()
1750 if(nStartAction==nEndAction) in UpdateEntrys()
1751 AppendChanges(pChgTrack,nStartAction,nEndAction,nPos); in UpdateEntrys()
1753 AppendChanges(pChgTrack,nStartAction,nEndAction); in UpdateEntrys()
1767 sal_uLong nEndAction; in IMPL_LINK() local
1772 nEndAction=pTrackInfo->nEndAction; in IMPL_LINK()
1780 case SC_CTM_APPEND: AppendChanges(pChgTrack,nStartAction,nEndAction); in IMPL_LINK()
1782 case SC_CTM_REMOVE: RemoveEntrys(nStartAction,nEndAction); in IMPL_LINK()
1786 UpdateEntrys(pChgTrack,nStartAction,nEndAction); in IMPL_LINK()