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);123 …void SAL_CALL UndoManagerContextListener::undoActionAdded( const UndoManagerEvent& i_event ) throw… in undoActionAdded()[all …]
62 using ::com::sun::star::document::UndoManagerEvent;315 UndoManagerEvent320 … void ( SAL_CALL XUndoManagerListener::*i_notificationMethod )( const UndoManagerEvent& )322 … notify( void ( SAL_CALL XUndoManagerListener::*i_notificationMethod )( const UndoManagerEvent& ) ) in notify() argument359 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()[all …]
25 #include <com/sun/star/document/UndoManagerEvent.idl>40 …open Undo context, <member>UndoManagerEvent::UndoContextDepth</member> will be greater <code>0</co…45 void undoActionAdded( [in] UndoManagerEvent i_event );51 void actionUndone( [in] UndoManagerEvent i_event );57 void actionRedone( [in] UndoManagerEvent i_event );77 … <p><member>UndoManagerEvent::UndoActionTitle</member> carries the title of the Undo context, and78 …<member>UndoManagerEvent::UndoContextDepth</member> the number of open Undo contexts, including the83 void enteredContext( [in] UndoManagerEvent i_event );87 … <p><member>UndoManagerEvent::UndoActionTitle</member> carries the title of the Undo context, and88 …<member>UndoManagerEvent::UndoContextDepth</member> the number of open Undo contexts, including the[all …]
36 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;
1790 offapi/com/sun/star/document/UndoManagerEvent \