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()
664 size_t SfxUndoManager::GetUndoActionCount( bool const i_currentLevel ) const in GetUndoActionCount()
673 XubString SfxUndoManager::GetUndoActionComment( size_t nNo, bool const i_currentLevel ) const in GetUndoActionComment()
701 SfxUndoAction* SfxUndoManager::GetUndoAction( size_t nNo ) const in GetUndoAction()
723 …for ( size_t nPos = m_pData->pActUndoArray->aUndoActions.size(); nPos > m_pData->pActUndoArray->nC… in RemoveLastUndoAction()
796 size_t nCurAction = 0; in ImplUndo()
818 size_t SfxUndoManager::GetRedoActionCount( bool const i_currentLevel ) const in GetRedoActionCount()
826 size_t SfxUndoManager::ImplGetRedoActionCount_Lock( bool const i_currentLevel ) const in ImplGetRedoActionCount_Lock()
834 SfxUndoAction* SfxUndoManager::GetRedoAction( size_t nNo, bool const i_currentLevel ) const in GetRedoAction()
848 XubString SfxUndoManager::GetRedoActionComment( size_t nNo, bool const i_currentLevel ) const in GetRedoActionComment()
915 size_t nCurAction = 0; in ImplRedo()
938 size_t SfxUndoManager::GetRepeatActionCount() const in GetRepeatActionCount()
977 size_t nActionNo = m_pData->pActUndoArray->aUndoActions.size() - 1; in CanRepeat()
1055 size_t SfxUndoManager::GetListActionDepth() const in GetListActionDepth()
1058 size_t nDepth(0); in GetListActionDepth()
1072 size_t SfxUndoManager::LeaveListAction() in LeaveListAction()
1075 size_t nCount = ImplLeaveListAction( false, aGuard ); in LeaveListAction()
1093 size_t SfxUndoManager::LeaveAndMergeListAction() in LeaveAndMergeListAction()
1101 size_t SfxUndoManager::ImplLeaveListAction( const bool i_merge, UndoManagerGuard& i_guard ) in ImplLeaveListAction()
1123 const size_t nListActionElements = pArrayToLeave->nCurUndoAction; in ImplLeaveListAction()
1162 for( size_t n = 0; n < pListAction->aUndoActions.size(); n++ ) in ImplLeaveListAction()
1189 size_t const nActionPos = m_pData->pUndoArray->nCurUndoAction; in MarkTopUndoAction()
1216 for ( size_t i=0; i<m_pData->pUndoArray->aUndoActions.size(); ++i ) in RemoveMark()
1242 size_t nActionPos = m_pData->pUndoArray->nCurUndoAction; in HasTopUndoActionMark()
1264 void SfxUndoManager::RemoveOldestUndoActions( size_t const i_count ) in RemoveOldestUndoActions()
1268 size_t nActionsToRemove = i_count; in RemoveOldestUndoActions()
1334 for(size_t i=nCurUndoAction;i>0;) in Undo()
1343 for(size_t i=nCurUndoAction;i>0;) in UndoWithContext()
1352 for(size_t i=nCurUndoAction;i<aUndoActions.size();i++) in Redo()
1361 for(size_t i=nCurUndoAction;i<aUndoActions.size();i++) in RedoWithContext()
1370 for(size_t i=0;i<nCurUndoAction;i++) in Repeat()
1378 for(size_t i=0;i<nCurUndoAction;i++) in CanRepeat()
1410 size_t nPos = pManager->GetUndoActionCount()-1; in SfxLinkUndoAction()