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);
123 …void SAL_CALL UndoManagerContextListener::undoActionAdded( const UndoManagerEvent& i_event ) throw… in undoActionAdded()
[all …]
H A Dundomanagerhelper.cxx62 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()
[all …]
/trunk/main/offapi/com/sun/star/document/
H A DXUndoManagerListener.idl25 #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, and
78 …<member>UndoManagerEvent::UndoContextDepth</member> the number of open Undo contexts, including the
83 void enteredContext( [in] UndoManagerEvent i_event );
87 … <p><member>UndoManagerEvent::UndoActionTitle</member> carries the title of the Undo context, and
88 …<member>UndoManagerEvent::UndoContextDepth</member> the number of open Undo contexts, including the
[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 \