Searched refs:UndoManagerEvent (Results 1 – 7 of 7) sorted by relevance
55 using ::com::sun::star::document::UndoManagerEvent;101 … virtual void SAL_CALL undoActionAdded( const UndoManagerEvent& i_event ) throw (RuntimeException);102 … virtual void SAL_CALL actionUndone( const UndoManagerEvent& i_event ) throw (RuntimeException);103 … virtual void SAL_CALL actionRedone( const UndoManagerEvent& i_event ) throw (RuntimeException);107 … virtual void SAL_CALL enteredContext( const UndoManagerEvent& i_event ) throw (RuntimeException);108 …virtual void SAL_CALL enteredHiddenContext( const UndoManagerEvent& i_event ) throw (RuntimeExcept…109 … virtual void SAL_CALL leftContext( const UndoManagerEvent& i_event ) throw (RuntimeException);110 …virtual void SAL_CALL leftHiddenContext( const UndoManagerEvent& i_event ) throw (RuntimeException…111 …virtual void SAL_CALL cancelledContext( const UndoManagerEvent& i_event ) throw (RuntimeException);130 …void SAL_CALL UndoManagerContextListener::actionUndone( const UndoManagerEvent& i_event ) throw (R… in actionUndone()[all …]
62 using ::com::sun::star::document::UndoManagerEvent;315 UndoManagerEvent359 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()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()[all …]
27 #include <com/sun/star/document/UndoManagerEvent.idl>50 void undoActionAdded( [in] UndoManagerEvent i_event );56 void actionUndone( [in] UndoManagerEvent i_event );62 void actionRedone( [in] UndoManagerEvent i_event );82 … <p><member>UndoManagerEvent::UndoActionTitle</member> carries the title of the Undo context, and88 void enteredContext( [in] UndoManagerEvent i_event );92 … <p><member>UndoManagerEvent::UndoActionTitle</member> carries the title of the Undo context, and98 void enteredHiddenContext( [in] UndoManagerEvent i_event );110 void leftContext( [in] UndoManagerEvent i_event );121 void leftHiddenContext( [in] UndoManagerEvent i_event );[all …]
118 UndoManagerEvent.idl \
41 published struct UndoManagerEvent : ::com::sun::star::lang::EventObject
43 import com.sun.star.document.UndoManagerEvent;450 public void undoActionAdded( UndoManagerEvent i_event ) in undoActionAdded()458 public void actionUndone( UndoManagerEvent i_event ) in actionUndone()466 public void actionRedone( UndoManagerEvent i_event ) in actionRedone()495 public void enteredContext( UndoManagerEvent i_event ) in enteredContext()504 public void enteredHiddenContext( UndoManagerEvent i_event ) in enteredHiddenContext()513 public void leftContext( UndoManagerEvent i_event ) in leftContext()524 public void leftHiddenContext( UndoManagerEvent i_event ) in leftHiddenContext()536 public void cancelledContext( UndoManagerEvent i_event ) in cancelledContext()
74 using ::com::sun::star::document::UndoManagerEvent;
Completed in 71 milliseconds