Home
last modified time | relevance | path

Searched refs:isUndoPossible (Results 1 – 11 of 11) sorted by relevance

/trunk/main/sfx2/qa/complex/sfx2/
H A DUndoManager.java846 assertFalse( i_undoManager.isUndoPossible() ); in impl_testContextHandling()
871 i_undoManager.isUndoPossible() ); in impl_testContextHandling()
1022 assertFalse( i_undoManager.isUndoPossible() ); in impl_testStackHandling()
1026 assertTrue( i_undoManager.isUndoPossible() ); in impl_testStackHandling()
1029 assertTrue( i_undoManager.isUndoPossible() ); in impl_testStackHandling()
1032 assertTrue( i_undoManager.isUndoPossible() ); in impl_testStackHandling()
1035 assertFalse( i_undoManager.isUndoPossible() ); in impl_testStackHandling()
1038 assertTrue( i_undoManager.isUndoPossible() ); in impl_testStackHandling()
1058 assertFalse( i_undoManager.isUndoPossible() ); in impl_testClearance()
1073 assertTrue( i_undoManager.isUndoPossible() ); in impl_testClearance()
[all …]
/trunk/main/chart2/source/controller/main/
H A DUndoCommandDispatch.cxx79 if( m_xUndoManager->isUndoPossible()) in fireStatusEvent()
93 …fireStatusEventForURL( C2U(".uno:Undo"), aUndoState, m_xUndoManager->isUndoPossible(), xSingleList… in fireStatusEvent()
/trunk/main/dbaccess/source/ui/misc/
H A Ddbaundomanager.cxx279 ::sal_Bool SAL_CALL UndoManager::isUndoPossible( ) throw (RuntimeException) in isUndoPossible() function in dbaui::UndoManager
282 return m_pImpl->aUndoHelper.isUndoPossible(); in isUndoPossible()
/trunk/main/sfx2/source/doc/
H A Ddocundomanager.cxx332 ::sal_Bool SAL_CALL DocumentUndoManager::isUndoPossible( ) throw (RuntimeException) in isUndoPossible() function in sfx2::DocumentUndoManager
335 return m_pImpl->aUndoHelper.isUndoPossible(); in isUndoPossible()
/trunk/main/chart2/source/model/main/
H A DUndoManager.cxx296 ::sal_Bool SAL_CALL UndoManager::isUndoPossible( ) throw (RuntimeException) in isUndoPossible() function in chart::UndoManager
299 return m_pImpl->getUndoHelper().isUndoPossible(); in isUndoPossible()
H A DUndoManager.hxx73 … virtual ::sal_Bool SAL_CALL isUndoPossible( ) throw (::com::sun::star::uno::RuntimeException);
/trunk/main/framework/inc/framework/
H A Dundomanagerhelper.hxx126 ::sal_Bool isUndoPossible() const;
/trunk/main/sfx2/source/inc/
H A Ddocundomanager.hxx84 … virtual ::sal_Bool SAL_CALL isUndoPossible( ) throw (::com::sun::star::uno::RuntimeException);
/trunk/main/dbaccess/inc/
H A Ddbaundomanager.hxx71 … virtual ::sal_Bool SAL_CALL isUndoPossible( ) throw (::com::sun::star::uno::RuntimeException);
/trunk/main/framework/source/fwe/helper/
H A Dundomanagerhelper.cxx1020 ::sal_Bool UndoManagerHelper::isUndoPossible() const in isUndoPossible() function in framework::UndoManagerHelper
/trunk/main/offapi/com/sun/star/document/
H A DXUndoManager.idl231 boolean isUndoPossible();

Completed in 102 milliseconds