Home
last modified time | relevance | path

Searched refs:IsInListAction (Results 1 – 15 of 15) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/framework/source/fwe/helper/
H A Dundomanagerhelper.cxx556 if ( !rUndoManager.IsInListAction() ) in impl_leaveUndoContext()
615 if ( rUndoManager.IsInListAction() ) in impl_doUndoRedo()
687 if ( rUndoManager.IsInListAction() ) in impl_clear()
709 if ( rUndoManager.IsInListAction() ) in impl_clearRedo()
903 if ( rUndoManager.IsInListAction() ) in isUndoPossible()
914 if ( rUndoManager.IsInListAction() ) in isRedoPossible()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/framework/source/fwe/helper/
H A Dundomanagerhelper.cxx548 if ( !rUndoManager.IsInListAction() ) in impl_leaveUndoContext()
607 if ( rUndoManager.IsInListAction() ) in impl_doUndoRedo()
679 if ( rUndoManager.IsInListAction() ) in impl_clear()
701 if ( rUndoManager.IsInListAction() ) in impl_clearRedo()
895 if ( rUndoManager.IsInListAction() ) in isUndoPossible()
906 if ( rUndoManager.IsInListAction() ) in isRedoPossible()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/undo/
H A Ddocundo.cxx403 OSL_ENSURE(!SdrUndoManager::IsInListAction(), in GetUndoComments()
466 OSL_ENSURE(!SdrUndoManager::IsInListAction(), in GetRedoComments()
671 if (SdrUndoManager::IsInListAction()) in Repeat()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/undo/
H A Ddocundo.cxx401 OSL_ENSURE(!SdrUndoManager::IsInListAction(), in GetUndoComments()
464 OSL_ENSURE(!SdrUndoManager::IsInListAction(), in GetRedoComments()
685 if (SdrUndoManager::IsInListAction()) in Repeat()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svl/source/undo/
H A Dundo.cxx471 SAL_WARN_IF( IsInListAction(), "svl", in ClearRedo()
486 while ( IsInListAction() ) in Reset()
927 bool SfxUndoManager::IsInListAction() const in IsInListAction() function in SfxUndoManager
1061 SAL_WARN_IF( IsInListAction(), "svl", in MarkTopUndoAction()
1129 if ( IsInListAction() && ( m_xData->pUndoArray->nCurUndoAction == 1 ) ) in RemoveOldestUndoAction()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svl/source/undo/
H A Dundo.cxx470 SAL_WARN_IF( IsInListAction(), "svl", in ClearRedo()
485 while ( IsInListAction() ) in Reset()
926 bool SfxUndoManager::IsInListAction() const in IsInListAction() function in SfxUndoManager
1060 SAL_WARN_IF( IsInListAction(), "svl", in MarkTopUndoAction()
1128 if ( IsInListAction() && ( m_xData->pUndoArray->nCurUndoAction == 1 ) ) in RemoveOldestUndoAction()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svl/
H A Dundo.hxx255 bool IsInListAction() const;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svl/
H A Dundo.hxx253 bool IsInListAction() const;
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/doc/
H A Ddocundomanager.cxx223 return m_pImpl->getImplUndoManager().IsInListAction(); in isInContext()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/doc/
H A Ddocundomanager.cxx223 return m_pImpl->getImplUndoManager().IsInListAction(); in isInContext()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/core/
H A Dsdpage.cxx274 const bool bUndo = pUndoManager && pUndoManager->IsInListAction() && IsInserted(); in CreatePresObj()
733 = pUndoManager && pUndoManager->IsInListAction() && IsInserted(); in Changed()
782 const bool bUndo = pUndoManager && pUndoManager->IsInListAction() && IsInserted(); in CreateTitleAndLayout()
1600 const bool bUndo = pUndoManager && pUndoManager->IsInListAction() && IsInserted(); in SetAutoLayout()
2070 const bool bUndo = pUndoManager && pUndoManager->IsInListAction() && rPage.IsInserted(); in convertPresentationObjectImpl()
2203 const bool bUndo = pUndoManager && pUndoManager->IsInListAction() && IsInserted(); in InsertAutoLayoutShape()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/core/
H A Dsdpage.cxx279 const bool bUndo = pUndoManager && pUndoManager->IsInListAction() && IsInserted(); in CreatePresObj()
739 = pUndoManager && pUndoManager->IsInListAction() && IsInserted(); in Changed()
788 const bool bUndo = pUndoManager && pUndoManager->IsInListAction() && IsInserted(); in CreateTitleAndLayout()
1615 const bool bUndo = pUndoManager && pUndoManager->IsInListAction() && IsInserted(); in SetAutoLayout()
2070 const bool bUndo = pUndoManager && pUndoManager->IsInListAction() && rPage.IsInserted(); in convertPresentationObjectImpl()
2204 const bool bUndo = pUndoManager && pUndoManager->IsInListAction() && IsInserted(); in InsertAutoLayoutShape()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/view/
H A Dsdview.cxx1074 return pUndoManager && pUndoManager->IsInListAction(); in isRecordingUndo()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/view/
H A Dsdview.cxx1069 return pUndoManager && pUndoManager->IsInListAction(); in isRecordingUndo()
/dports/editors/libreoffice/libreoffice-7.2.6.2/
H A DChangeLog145904 if ( IsInListAction()