Lines Matching refs:size_t

191     SfxUndoManager_Data( size_t i_nMaxUndoActionCount )  in SfxUndoManager_Data()
386 SfxUndoManager::SfxUndoManager( size_t nMaxUndoActionCount ) in SfxUndoManager()
440 void SfxUndoManager::SetMaxUndoActionCount( size_t nMaxUndoActionCount ) in SetMaxUndoActionCount()
452 size_t nPos = m_pData->pActUndoArray->aUndoActions.size(); in SetMaxUndoActionCount()
479 size_t SfxUndoManager::GetMaxUndoActionCount() const in GetMaxUndoActionCount()
492 size_t deletePos = m_pData->pActUndoArray->aUndoActions.size() - 1; in ImplClearCurrentLevel_NoNotify()
598 size_t deletePos = pUndoArray->aUndoActions.size() - 1; in ImplClearRedo()
672 size_t SfxUndoManager::GetUndoActionCount( bool const i_currentLevel ) const in GetUndoActionCount()
681 XubString SfxUndoManager::GetUndoActionComment( size_t nNo, bool const i_currentLevel ) const in GetUndoActionComment()
709 SfxUndoAction* SfxUndoManager::GetUndoAction( size_t nNo ) const in GetUndoAction()
731 …for ( size_t nPos = m_pData->pActUndoArray->aUndoActions.size(); nPos > m_pData->pActUndoArray->nC… in RemoveLastUndoAction()
804 size_t nCurAction = 0; in ImplUndo()
826 size_t SfxUndoManager::GetRedoActionCount( bool const i_currentLevel ) const in GetRedoActionCount()
834 size_t SfxUndoManager::ImplGetRedoActionCount_Lock( bool const i_currentLevel ) const in ImplGetRedoActionCount_Lock()
842 SfxUndoAction* SfxUndoManager::GetRedoAction( size_t nNo, bool const i_currentLevel ) const in GetRedoAction()
856 XubString SfxUndoManager::GetRedoActionComment( size_t nNo, bool const i_currentLevel ) const in GetRedoActionComment()
923 size_t nCurAction = 0; in ImplRedo()
946 size_t SfxUndoManager::GetRepeatActionCount() const in GetRepeatActionCount()
985 size_t nActionNo = m_pData->pActUndoArray->aUndoActions.size() - 1; in CanRepeat()
1063 size_t SfxUndoManager::GetListActionDepth() const in GetListActionDepth()
1066 size_t nDepth(0); in GetListActionDepth()
1080 size_t SfxUndoManager::LeaveListAction() in LeaveListAction()
1083 size_t nCount = ImplLeaveListAction( false, aGuard ); in LeaveListAction()
1101 size_t SfxUndoManager::LeaveAndMergeListAction() in LeaveAndMergeListAction()
1109 size_t SfxUndoManager::ImplLeaveListAction( const bool i_merge, UndoManagerGuard& i_guard ) in ImplLeaveListAction()
1131 const size_t nListActionElements = pArrayToLeave->nCurUndoAction; in ImplLeaveListAction()
1170 for( size_t n = 0; n < pListAction->aUndoActions.size(); n++ ) in ImplLeaveListAction()
1197 size_t const nActionPos = m_pData->pUndoArray->nCurUndoAction; in MarkTopUndoAction()
1224 for ( size_t i=0; i<m_pData->pUndoArray->aUndoActions.size(); ++i ) in RemoveMark()
1250 size_t nActionPos = m_pData->pUndoArray->nCurUndoAction; in HasTopUndoActionMark()
1272 void SfxUndoManager::RemoveOldestUndoActions( size_t const i_count ) in RemoveOldestUndoActions()
1276 size_t nActionsToRemove = i_count; in RemoveOldestUndoActions()
1342 for(size_t i=nCurUndoAction;i>0;) in Undo()
1351 for(size_t i=nCurUndoAction;i>0;) in UndoWithContext()
1360 for(size_t i=nCurUndoAction;i<aUndoActions.size();i++) in Redo()
1369 for(size_t i=nCurUndoAction;i<aUndoActions.size();i++) in RedoWithContext()
1378 for(size_t i=0;i<nCurUndoAction;i++) in Repeat()
1386 for(size_t i=0;i<nCurUndoAction;i++) in CanRepeat()
1418 size_t nPos = pManager->GetUndoActionCount()-1; in SfxLinkUndoAction()