Home
last modified time | relevance | path

Searched refs:getAllUndoActionTitles (Results 1 – 10 of 10) sorted by relevance

/trunk/main/sfx2/qa/complex/sfx2/
H A DUndoManager.java714 new String[0], i_undoManager.getAllUndoActionTitles() ); in impl_testCustomUndoActions()
738 … new String[]{contextTitle, action1.getTitle()}, i_undoManager.getAllUndoActionTitles() ); in impl_testCustomUndoActions()
749 new String[]{action1.getTitle()}, i_undoManager.getAllUndoActionTitles() ); in impl_testCustomUndoActions()
758 new String[0], i_undoManager.getAllUndoActionTitles() ); in impl_testCustomUndoActions()
822 …sertArrayEquals( new String[] { undoAction1.getTitle() }, i_undoManager.getAllUndoActionTitles() ); in impl_testContextHandling()
844 i_undoManager.getAllUndoActionTitles() ); in impl_testContextHandling()
1132 i_undoManager.getAllUndoActionTitles() ); in impl_testHiddenContexts()
/trunk/main/dbaccess/source/ui/misc/
H A Ddbaundomanager.cxx307 …Sequence< ::rtl::OUString > SAL_CALL UndoManager::getAllUndoActionTitles( ) throw (RuntimeExcepti… in getAllUndoActionTitles() function in dbaui::UndoManager
310 return m_pImpl->aUndoHelper.getAllUndoActionTitles(); in getAllUndoActionTitles()
/trunk/main/sfx2/source/doc/
H A Ddocundomanager.cxx360 …Sequence< ::rtl::OUString > SAL_CALL DocumentUndoManager::getAllUndoActionTitles( ) throw (Runtim… in getAllUndoActionTitles() function in sfx2::DocumentUndoManager
363 return m_pImpl->aUndoHelper.getAllUndoActionTitles(); in getAllUndoActionTitles()
/trunk/main/chart2/source/model/main/
H A DUndoManager.cxx324 …Sequence< ::rtl::OUString > SAL_CALL UndoManager::getAllUndoActionTitles( ) throw (RuntimeExcepti… in getAllUndoActionTitles() function in chart::UndoManager
327 return m_pImpl->getUndoHelper().getAllUndoActionTitles(); in getAllUndoActionTitles()
H A DUndoManager.hxx77 …virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getAllUndoActionTitles( ) thr…
/trunk/main/framework/inc/framework/
H A Dundomanagerhelper.hxx131 getAllUndoActionTitles() const;
/trunk/main/sfx2/source/inc/
H A Ddocundomanager.hxx88 …virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getAllUndoActionTitles( ) thr…
/trunk/main/dbaccess/inc/
H A Ddbaundomanager.hxx75 …virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getAllUndoActionTitles( ) thr…
/trunk/main/framework/source/fwe/helper/
H A Dundomanagerhelper.cxx1104 Sequence< ::rtl::OUString > UndoManagerHelper::getAllUndoActionTitles() const in getAllUndoActionTitles() function in framework::UndoManagerHelper
/trunk/main/offapi/com/sun/star/document/
H A DXUndoManager.idl264 getAllUndoActionTitles();

Completed in 48 milliseconds