Searched refs:IsInListAction (Results 1 – 7 of 7) sorted by relevance
620 if ( !rUndoManager.IsInListAction() ) in impl_leaveUndoContext()680 if ( rUndoManager.IsInListAction() ) in impl_doUndoRedo()754 if ( rUndoManager.IsInListAction() ) in impl_clear()777 if ( rUndoManager.IsInListAction() ) in impl_clearRedo()1025 if ( rUndoManager.IsInListAction() ) in isUndoPossible()1037 if ( rUndoManager.IsInListAction() ) in isRedoPossible()
317 OSL_ENSURE(!SdrUndoManager::IsInListAction(), in GetUndoComments()365 OSL_ENSURE(!SdrUndoManager::IsInListAction(), in GetRedoComments()557 if (SdrUndoManager::IsInListAction()) in Repeat()
546 …OSL_ENSURE( !IsInListAction(), "SfxUndoManager::ClearRedo: suspicious call - do you really wish to… in ClearRedo()561 while ( IsInListAction() ) in Reset()1048 bool SfxUndoManager::IsInListAction() const in IsInListAction() function in SfxUndoManager1192 OSL_ENSURE( !IsInListAction(), in MarkTopUndoAction()1281 if ( IsInListAction() && ( m_pData->pUndoArray->nCurUndoAction == 1 ) ) in RemoveOldestUndoActions()
306 virtual bool IsInListAction() const = 0;378 virtual bool IsInListAction() const;
247 const bool bUndo = pUndoManager && pUndoManager->IsInListAction() && IsInserted(); in CreatePresObj()708 const bool bUndo = pUndoManager && pUndoManager->IsInListAction() && IsInserted(); in Changed()757 const bool bUndo = pUndoManager && pUndoManager->IsInListAction() && IsInserted(); in CreateTitleAndLayout()1546 const bool bUndo = pUndoManager && pUndoManager->IsInListAction() && IsInserted(); in SetAutoLayout()2082 const bool bUndo = pUndoManager && pUndoManager->IsInListAction() && rPage.IsInserted(); in convertPresentationObjectImpl()2222 const bool bUndo = pUndoManager && pUndoManager->IsInListAction() && IsInserted(); in InsertAutoLayoutShape()
256 return m_pImpl->getImplUndoManager().IsInListAction(); in isInContext()
1193 return pUndoManager && pUndoManager->IsInListAction(); in isRecordingUndo()
Completed in 45 milliseconds