Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/miscdlgs/
H A Dacredlin.cxx1580 for(sal_uLong i=nStartAction;i<=nEndAction;i++) in AppendChanges()
1663 if(nAction>=nStartAction && nAction<=nEndAction) in RemoveEntrys()
1680 if(nStartAction<=nAction && nAction<=nEndAction) bRemove=sal_True; in RemoveEntrys()
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()
1766 sal_uLong nStartAction; in IMPL_LINK() local
1771 nStartAction=pTrackInfo->nStartAction; in IMPL_LINK()
1782 case SC_CTM_REMOVE: RemoveEntrys(nStartAction,nEndAction); in IMPL_LINK()
[all …]
/trunk/main/sw/inc/
H A Dviewsh.hxx198 sal_uInt16 nStartAction; //ist != 0 wenn mindestens eine ::com::sun::star::chaos::Action laeuft member in ViewShell
217 sal_uInt16 ActionCount() const { return nStartAction; } in ActionCount()
218 sal_Bool ActionPend() const { return nStartAction != 0; } in ActionPend()
613 if ( !nStartAction++ ) in StartAction()
618 if( 0 == (nStartAction - 1) ) in EndAction()
620 --nStartAction; in EndAction()
H A Dcrsrsh.hxx810 sal_Bool BasicActionPend() const { return nBasicActionCnt != nStartAction; } in BasicActionPend()
/trunk/main/sc/source/core/tool/
H A Dchgtrack.cxx2376 sal_uLong nStartAction ) in StartBlockModify() argument
2384 pBlockModifyMsg->nStartAction = nStartAction; in StartBlockModify()
2427 (IsGenerated( nStartAction ) && in NotifyModified()
2569 nStartAction = GetActionMax() + 1; in AppendDeleteRange()
2882 nStartAction = GetActionMax() + 1; in AppendContentRange()
2896 nStartAction = GetActionMax() + 1; in AppendContentRange()
2920 nStartLastCut = nStartAction; in AppendContentRange()
2932 nStartAction = GetActionMax() + 1; in AppendContentsIfInRefDoc()
2949 nStartAction = nEndAction = 0; in AppendContentsIfInRefDoc()
3270 if ( nStartAction == 0 ) in Undo()
[all …]
/trunk/main/sc/inc/
H A Dchgtrack.hxx979 sal_uLong nStartAction; member
1091 sal_uLong nStartAction );
1212 sal_uLong& nStartAction, sal_uLong& nEndAction,
1225 sal_uLong& nStartAction, sal_uLong& nEndAction,
1241 sal_uLong& nStartAction, sal_uLong& nEndAction );
1291 SC_DLLPUBLIC void Undo( sal_uLong nStartAction, sal_uLong nEndAction, bool bMerge = false );
1344 sal_uLong nStartAction, sal_uLong nEndAction );
/trunk/main/sc/source/ui/inc/
H A Dacredlin.hxx231 void AppendChanges(ScChangeTrack* pChanges,sal_uLong nStartAction, sal_uLong nEndAction,
234 void RemoveEntrys(sal_uLong nStartAction,sal_uLong nEndAction);
235 void UpdateEntrys(ScChangeTrack* pChgTrack, sal_uLong nStartAction,sal_uLong nEndAction);
/trunk/main/sw/source/core/view/
H A Dvnew.cxx193 nStartAction( 0 ), in ViewShell()
272 nStartAction( 0 ), in ViewShell()
387 ASSERT( !nStartAction, "EndAction() pending." ); in ~ViewShell()
H A Dviewsh.cxx400 --nStartAction; in ImplEndAction()
402 ++nStartAction; in ImplEndAction()
1799 ++nStartAction; in CheckInvalidForPaint()
1801 --nStartAction; in CheckInvalidForPaint()
1909 if ( bPaintWorks && !nStartAction ) in Paint()
H A Dvprint.cxx251 ASSERT( nStartAction, "missing an Action" ); in ChgAllPageOrientation()
298 ASSERT( nStartAction, "missing an Action" ); in ChgAllPageSize()
/trunk/main/sw/source/core/edit/
H A Dedlingu.cxx830 ++nStartAction; in SpellContinue()
843 --nStartAction; in SpellContinue()
947 ++nStartAction; in HyphContinue()
950 --nStartAction; in HyphContinue()
986 ++nStartAction; in HyphIgnore()
988 --nStartAction; in HyphIgnore()
/trunk/main/sw/source/core/crsr/
H A Dcrsrsh.cxx274 if( 1 == nStartAction ) in EndAction()
1325 ++nStartAction; in UpdateCrsrPos()
1343 --nStartAction; in UpdateCrsrPos()
2209 const sal_uInt16* pST = &nStartAction; in GetCurrFrm()
/trunk/main/sw/source/core/layout/
H A Dlayact.cxx2435 { ++pSh->nStartAction; in SwLayIdle()
2460 --pSh->nStartAction; in SwLayIdle()

Completed in 109 milliseconds