Searched refs:nStartAction (Results 1 – 12 of 12) sorted by relevance
/aoo42x/main/sc/source/ui/miscdlgs/ |
H A D | acredlin.cxx | 1580 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 …]
|
/aoo42x/main/sw/inc/ |
H A D | viewsh.hxx | 198 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 D | crsrsh.hxx | 810 sal_Bool BasicActionPend() const { return nBasicActionCnt != nStartAction; } in BasicActionPend()
|
/aoo42x/main/sc/source/core/tool/ |
H A D | chgtrack.cxx | 2376 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 …]
|
/aoo42x/main/sc/inc/ |
H A D | chgtrack.hxx | 979 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 );
|
/aoo42x/main/sc/source/ui/inc/ |
H A D | acredlin.hxx | 231 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);
|
/aoo42x/main/sw/source/core/view/ |
H A D | vnew.cxx | 193 nStartAction( 0 ), in ViewShell() 272 nStartAction( 0 ), in ViewShell() 387 ASSERT( !nStartAction, "EndAction() pending." ); in ~ViewShell()
|
H A D | viewsh.cxx | 400 --nStartAction; in ImplEndAction() 402 ++nStartAction; in ImplEndAction() 1799 ++nStartAction; in CheckInvalidForPaint() 1801 --nStartAction; in CheckInvalidForPaint() 1909 if ( bPaintWorks && !nStartAction ) in Paint()
|
H A D | vprint.cxx | 251 ASSERT( nStartAction, "missing an Action" ); in ChgAllPageOrientation() 298 ASSERT( nStartAction, "missing an Action" ); in ChgAllPageSize()
|
/aoo42x/main/sw/source/core/edit/ |
H A D | edlingu.cxx | 830 ++nStartAction; in SpellContinue() 843 --nStartAction; in SpellContinue() 947 ++nStartAction; in HyphContinue() 950 --nStartAction; in HyphContinue() 986 ++nStartAction; in HyphIgnore() 988 --nStartAction; in HyphIgnore()
|
/aoo42x/main/sw/source/core/crsr/ |
H A D | crsrsh.cxx | 274 if( 1 == nStartAction ) in EndAction() 1325 ++nStartAction; in UpdateCrsrPos() 1343 --nStartAction; in UpdateCrsrPos() 2209 const sal_uInt16* pST = &nStartAction; in GetCurrFrm()
|
/aoo42x/main/sw/source/core/layout/ |
H A D | layact.cxx | 2435 { ++pSh->nStartAction; in SwLayIdle() 2460 --pSh->nStartAction; in SwLayIdle()
|
Completed in 1029 milliseconds