Home
last modified time | relevance | path

Searched refs:UndoManagerEvent (Results 1 – 7 of 7) sorted by relevance

/trunk/main/framework/source/fwe/helper/
H A Ddocumentundoguard.cxx55 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 …]
H A Dundomanagerhelper.cxx62 using ::com::sun::star::document::UndoManagerEvent;
315 UndoManagerEvent
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()
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 …]
/trunk/main/offapi/com/sun/star/document/
H A DXUndoManagerListener.idl25 #include <com/sun/star/document/UndoManagerEvent.idl>
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, and
83 void enteredContext( [in] UndoManagerEvent i_event );
87 … <p><member>UndoManagerEvent::UndoActionTitle</member> carries the title of the Undo context, and
93 void enteredHiddenContext( [in] UndoManagerEvent i_event );
105 void leftContext( [in] UndoManagerEvent i_event );
116 void leftHiddenContext( [in] UndoManagerEvent i_event );
[all …]
H A DUndoManagerEvent.idl36 struct UndoManagerEvent : ::com::sun::star::lang::EventObject
/trunk/main/sfx2/qa/complex/sfx2/
H A DUndoManager.java43 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()
/trunk/main/sfx2/source/doc/
H A Ddocundomanager.cxx74 using ::com::sun::star::document::UndoManagerEvent;
/trunk/main/offapi/
H A DUnoApi_offapi.mk1790 offapi/com/sun/star/document/UndoManagerEvent \

Completed in 52 milliseconds