Searched refs:nCurUndoAction (Results 1 – 3 of 3) sorted by relevance
453 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 …]
145 size_t nCurUndoAction; member148 nMaxUndoActions(nMax), nCurUndoAction(0), in SfxUndoArray()
1916 … pDestinationList->nCurUndoAction = pDestinationList->aUndoActions.size(); in TryToMergeUndoActions()1940 pPrevListAction->nCurUndoAction = pPrevListAction->aUndoActions.size(); in TryToMergeUndoActions()