Home
last modified time | relevance | path

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

/AOO41X/main/svl/source/undo/
H A Dundo.cxx453 if ( nPos > m_pData->pActUndoArray->nCurUndoAction ) in SetMaxUndoActionCount()
461 if ( nNumToDelete > 0 && m_pData->pActUndoArray->nCurUndoAction > 0 ) in SetMaxUndoActionCount()
466 --m_pData->pActUndoArray->nCurUndoAction; in SetMaxUndoActionCount()
498 m_pData->pActUndoArray->nCurUndoAction = 0; in ImplClearCurrentLevel_NoNotify()
579 while ( m_pData->pActUndoArray->nCurUndoAction > 0 ) in ImplClearUndo()
584 --m_pData->pActUndoArray->nCurUndoAction; in ImplClearUndo()
596 while ( pUndoArray->aUndoActions.size() > pUndoArray->nCurUndoAction ) in ImplClearRedo()
620 SfxUndoAction* pMergeWithAction = m_pData->pActUndoArray->nCurUndoAction ? in ImplAddUndoAction_NoNotify()
621 … m_pData->pActUndoArray->aUndoActions[m_pData->pActUndoArray->nCurUndoAction-1].pAction : NULL; in ImplAddUndoAction_NoNotify()
639 --m_pData->pActUndoArray->nCurUndoAction; in ImplAddUndoAction_NoNotify()
[all …]
/AOO41X/main/svl/inc/svl/
H A Dundo.hxx145 size_t nCurUndoAction; member
148 nMaxUndoActions(nMax), nCurUndoAction(0), in SfxUndoArray()
/AOO41X/main/sd/source/ui/view/
H A Doutlview.cxx1916 … pDestinationList->nCurUndoAction = pDestinationList->aUndoActions.size(); in TryToMergeUndoActions()
1940 pPrevListAction->nCurUndoAction = pPrevListAction->aUndoActions.size(); in TryToMergeUndoActions()