Lines Matching refs:SfxUndoAction

43 DBG_NAME(SfxUndoAction)
47 TYPEINIT0(SfxUndoAction);
66 void SfxUndoAction::SetLinkToSfxLinkUndoAction(SfxLinkUndoAction* pSfxLinkUndoAction) in SetLinkToSfxLinkUndoAction()
73 SfxUndoAction::~SfxUndoAction() in ~SfxUndoAction()
75 DBG_DTOR(SfxUndoAction, 0); in ~SfxUndoAction()
85 SfxUndoAction::SfxUndoAction() in SfxUndoAction() function in SfxUndoAction
88 DBG_CTOR(SfxUndoAction, 0); in SfxUndoAction()
93 sal_Bool SfxUndoAction::Merge( SfxUndoAction * ) in Merge() argument
95 DBG_CHKTHIS(SfxUndoAction, 0); in Merge()
101 XubString SfxUndoAction::GetComment() const in GetComment()
103 DBG_CHKTHIS(SfxUndoAction, 0); in GetComment()
110 sal_uInt16 SfxUndoAction::GetId() const in GetId()
112 DBG_CHKTHIS(SfxUndoAction, 0); in GetId()
118 XubString SfxUndoAction::GetRepeatComment(SfxRepeatTarget&) const in GetRepeatComment()
120 DBG_CHKTHIS(SfxUndoAction, 0); in GetRepeatComment()
126 void SfxUndoAction::Undo() in Undo()
134 void SfxUndoAction::UndoWithContext( SfxUndoContext& i_context ) in UndoWithContext()
142 void SfxUndoAction::Redo() in Redo()
150 void SfxUndoAction::RedoWithContext( SfxUndoContext& i_context ) in RedoWithContext()
158 void SfxUndoAction::Repeat(SfxRepeatTarget&) in Repeat()
167 sal_Bool SfxUndoAction::CanRepeat(SfxRepeatTarget&) const in CanRepeat()
318 void markForDeletion( SfxUndoAction* i_action ) in markForDeletion()
343 ::std::list< SfxUndoAction* > m_aUndoActionsCleanup;
358 SfxUndoAction* pAction = m_aUndoActionsCleanup.front(); in ~UndoManagerGuard()
455 SfxUndoAction* pAction = m_pData->pActUndoArray->aUndoActions[nPos-1].pAction; in SetMaxUndoActionCount()
463 SfxUndoAction* pAction = m_pData->pActUndoArray->aUndoActions[0].pAction; in SetMaxUndoActionCount()
493 SfxUndoAction* pAction = m_pData->pActUndoArray->aUndoActions[ deletePos ].pAction; in ImplClearCurrentLevel_NoNotify()
581 SfxUndoAction* pUndoAction = m_pData->pActUndoArray->aUndoActions[0].pAction; in ImplClearUndo()
599 SfxUndoAction* pAction = pUndoArray->aUndoActions[ deletePos ].pAction; in ImplClearRedo()
611 bool SfxUndoManager::ImplAddUndoAction_NoNotify( SfxUndoAction *pAction, bool bTryMerge, bool bClea… in ImplAddUndoAction_NoNotify()
620 SfxUndoAction* pMergeWithAction = m_pData->pActUndoArray->nCurUndoAction ? in ImplAddUndoAction_NoNotify()
650 void SfxUndoManager::AddUndoAction( SfxUndoAction *pAction, sal_Bool bTryMerge ) in AddUndoAction()
701 SfxUndoAction* SfxUndoManager::GetUndoAction( size_t nNo ) const in GetUndoAction()
777SfxUndoAction* pAction = m_pData->pActUndoArray->aUndoActions[ --m_pData->pActUndoArray->nCurUndoA… in ImplUndo()
834 SfxUndoAction* SfxUndoManager::GetRedoAction( size_t nNo, bool const i_currentLevel ) const in GetRedoAction()
896SfxUndoAction* pAction = m_pData->pActUndoArray->aUndoActions[ m_pData->pActUndoArray->nCurUndoAct… in ImplRedo()
960SfxUndoAction* pAction = m_pData->pActUndoArray->aUndoActions[ m_pData->pActUndoArray->aUndoAction… in Repeat()
1126SfxUndoAction* pCurrentAction= m_pData->pActUndoArray->aUndoActions[ m_pData->pActUndoArray->nCurU… in ImplLeaveListAction()
1138SfxUndoAction* pCurrentAction= m_pData->pActUndoArray->aUndoActions[ m_pData->pActUndoArray->nCurU… in ImplLeaveListAction()
1149SfxUndoAction* pPreviousAction = m_pData->pActUndoArray->aUndoActions[ m_pData->pActUndoArray->nCu… in ImplLeaveListAction()
1271 SfxUndoAction* pActionToRemove = m_pData->pUndoArray->aUndoActions[0].pAction; in RemoveOldestUndoActions()
1386 sal_Bool SfxListUndoAction::Merge( SfxUndoAction *pNextAction ) in Merge()
1484 void SfxLinkUndoAction::LinkedSfxUndoActionDestructed(const SfxUndoAction& rCandidate) in LinkedSfxUndoActionDestructed()
1498 SfxUndoAction *pAction = aUndoActions[ aUndoActions.size() - 1 ].pAction; in ~SfxUndoArray()