Lines Matching refs:UndoManagerEvent
62 using ::com::sun::star::document::UndoManagerEvent;
315 UndoManagerEvent
320 … void ( SAL_CALL XUndoManagerListener::*i_notificationMethod )( const UndoManagerEvent& )
322 … notify( void ( SAL_CALL XUndoManagerListener::*i_notificationMethod )( const UndoManagerEvent& ) ) in notify() argument
359 UndoManagerEvent UndoManagerHelper_Impl::buildEvent( ::rtl::OUString const& i_title ) const in buildEvent()
361 UndoManagerEvent aEvent; in buildEvent()
377 void ( SAL_CALL XUndoManagerListener::*i_notificationMethod )( const UndoManagerEvent& ) ) in notify()
379 const UndoManagerEvent aEvent( buildEvent( i_title ) ); in notify()
601 const UndoManagerEvent aEvent( buildEvent( i_title ) ); in impl_enterUndoContext()
642 … void ( SAL_CALL XUndoManagerListener::*notificationMethod )( const UndoManagerEvent& ) = NULL; in impl_leaveUndoContext()
644 UndoManagerEvent aContextEvent( buildEvent( ::rtl::OUString() ) ); in impl_leaveUndoContext()
728 const UndoManagerEvent aEventAdd( buildEvent( i_action->getTitle() ) ); in impl_addUndoAction()
816 UndoManagerEvent aEvent; in actionUndone()
827 UndoManagerEvent aEvent; in actionRedone()