Searched refs:getCurrentUndoActionTitle (Results 1 – 11 of 11) sorted by relevance
293 …::rtl::OUString SAL_CALL UndoManager::getCurrentUndoActionTitle( ) throw (EmptyUndoStackException… in getCurrentUndoActionTitle() function in dbaui::UndoManager296 return m_pImpl->aUndoHelper.getCurrentUndoActionTitle(); in getCurrentUndoActionTitle()
346 …::rtl::OUString SAL_CALL DocumentUndoManager::getCurrentUndoActionTitle( ) throw (EmptyUndoStackE… in getCurrentUndoActionTitle() function in sfx2::DocumentUndoManager349 return m_pImpl->aUndoHelper.getCurrentUndoActionTitle(); in getCurrentUndoActionTitle()
310 …::rtl::OUString SAL_CALL UndoManager::getCurrentUndoActionTitle( ) throw (EmptyUndoStackException… in getCurrentUndoActionTitle() function in chart::UndoManager313 return m_pImpl->getUndoHelper().getCurrentUndoActionTitle(); in getCurrentUndoActionTitle()
75 …virtual ::rtl::OUString SAL_CALL getCurrentUndoActionTitle( ) throw (::com::sun::star::document::…
128 ::rtl::OUString getCurrentUndoActionTitle() const;
83 aUndoState <<= ( aUndo + m_xUndoManager->getCurrentUndoActionTitle()); in fireStatusEvent()
86 …virtual ::rtl::OUString SAL_CALL getCurrentUndoActionTitle( ) throw (::com::sun::star::document::…
73 …virtual ::rtl::OUString SAL_CALL getCurrentUndoActionTitle( ) throw (::com::sun::star::document::…
840 assertEquals( "Undo Context", i_undoManager.getCurrentUndoActionTitle() ); in impl_testContextHandling()910 try { i_undoManager.getCurrentUndoActionTitle(); } in impl_testErrorHandling()
1092 ::rtl::OUString UndoManagerHelper::getCurrentUndoActionTitle() const in getCurrentUndoActionTitle() function in framework::UndoManagerHelper
248 string getCurrentUndoActionTitle()
Completed in 39 milliseconds