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()
326 OSL_ENSURE(!SdrUndoManager::IsInListAction(), in GetUndoComments()374 OSL_ENSURE(!SdrUndoManager::IsInListAction(), in GetRedoComments()566 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()1040 bool SfxUndoManager::IsInListAction() const in IsInListAction() function in SfxUndoManager1184 OSL_ENSURE( !IsInListAction(), in MarkTopUndoAction()1273 if ( IsInListAction() && ( m_pData->pUndoArray->nCurUndoAction == 1 ) ) in RemoveOldestUndoActions()
306 virtual bool IsInListAction() const = 0;378 virtual bool IsInListAction() const;
251 const bool bUndo = pUndoManager && pUndoManager->IsInListAction() && IsInserted(); in CreatePresObj()716 const bool bUndo = pUndoManager && pUndoManager->IsInListAction() && IsInserted(); in Changed()767 const bool bUndo = pUndoManager && pUndoManager->IsInListAction() && IsInserted(); in CreateTitleAndLayout()1562 const bool bUndo = pUndoManager && pUndoManager->IsInListAction() && IsInserted(); in SetAutoLayout()2120 const bool bUndo = pUndoManager && pUndoManager->IsInListAction() && rPage.IsInserted(); in convertPresentationObjectImpl()2260 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 80 milliseconds