Searched refs:pActUndoArray (Results 1 – 1 of 1) sorted by relevance
180 SfxUndoArray* pActUndoArray; member193 ,pActUndoArray( NULL ) in SfxUndoManager_Data()201 pActUndoArray = pUndoArray; in SfxUndoManager_Data()449 long nNumToDelete = m_pData->pActUndoArray->aUndoActions.size() - nMaxUndoActionCount; in SetMaxUndoActionCount()452 size_t nPos = m_pData->pActUndoArray->aUndoActions.size(); in SetMaxUndoActionCount()453 if ( nPos > m_pData->pActUndoArray->nCurUndoAction ) in SetMaxUndoActionCount()455 SfxUndoAction* pAction = m_pData->pActUndoArray->aUndoActions[nPos-1].pAction; in SetMaxUndoActionCount()457 m_pData->pActUndoArray->aUndoActions.Remove( nPos-1 ); in SetMaxUndoActionCount()461 if ( nNumToDelete > 0 && m_pData->pActUndoArray->nCurUndoAction > 0 ) in SetMaxUndoActionCount()463 SfxUndoAction* pAction = m_pData->pActUndoArray->aUndoActions[0].pAction; in SetMaxUndoActionCount()[all …]