Home
last modified time | relevance | path

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

/trunk/main/sfx2/qa/complex/sfx2/
H A DUndoManager.java716 new String[0], i_undoManager.getAllRedoActionTitles() ); in impl_testCustomUndoActions()
736 new String[0], i_undoManager.getAllRedoActionTitles() ); in impl_testCustomUndoActions()
747 new String[]{contextTitle}, i_undoManager.getAllRedoActionTitles() ); in impl_testCustomUndoActions()
756 … new String[]{action1.getTitle(), contextTitle}, i_undoManager.getAllRedoActionTitles() ); in impl_testCustomUndoActions()
823 …sertArrayEquals( new String[] { undoAction2.getTitle() }, i_undoManager.getAllRedoActionTitles() ); in impl_testContextHandling()
826 assertArrayEquals( expectedRedoActionComments, i_undoManager.getAllRedoActionTitles() ); in impl_testContextHandling()
831 assertArrayEquals( expectedRedoActionComments, i_undoManager.getAllRedoActionTitles() ); in impl_testContextHandling()
837 assertArrayEquals( expectedRedoActionComments, i_undoManager.getAllRedoActionTitles() ); in impl_testContextHandling()
856 assertArrayEquals( new String[0], i_undoManager.getAllRedoActionTitles() ); in impl_testContextHandling()
/trunk/main/dbaccess/source/ui/misc/
H A Ddbaundomanager.cxx314 …Sequence< ::rtl::OUString > SAL_CALL UndoManager::getAllRedoActionTitles( ) throw (RuntimeExcepti… in getAllRedoActionTitles() function in dbaui::UndoManager
317 return m_pImpl->aUndoHelper.getAllRedoActionTitles(); in getAllRedoActionTitles()
/trunk/main/sfx2/source/doc/
H A Ddocundomanager.cxx367 …Sequence< ::rtl::OUString > SAL_CALL DocumentUndoManager::getAllRedoActionTitles( ) throw (Runtim… in getAllRedoActionTitles() function in sfx2::DocumentUndoManager
370 return m_pImpl->aUndoHelper.getAllRedoActionTitles(); in getAllRedoActionTitles()
/trunk/main/chart2/source/model/main/
H A DUndoManager.cxx331 …Sequence< ::rtl::OUString > SAL_CALL UndoManager::getAllRedoActionTitles( ) throw (RuntimeExcepti… in getAllRedoActionTitles() function in chart::UndoManager
334 return m_pImpl->getUndoHelper().getAllRedoActionTitles(); in getAllRedoActionTitles()
H A DUndoManager.hxx78 …virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getAllRedoActionTitles( ) thr…
/trunk/main/framework/inc/framework/
H A Dundomanagerhelper.hxx133 getAllRedoActionTitles() const;
/trunk/main/sfx2/source/inc/
H A Ddocundomanager.hxx89 …virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getAllRedoActionTitles( ) thr…
/trunk/main/dbaccess/inc/
H A Ddbaundomanager.hxx76 …virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getAllRedoActionTitles( ) thr…
/trunk/main/framework/source/fwe/helper/
H A Dundomanagerhelper.cxx1110 Sequence< ::rtl::OUString > UndoManagerHelper::getAllRedoActionTitles() const in getAllRedoActionTitles() function in framework::UndoManagerHelper
/trunk/main/offapi/com/sun/star/document/
H A DXUndoManager.idl271 getAllRedoActionTitles();

Completed in 49 milliseconds