Home
last modified time | relevance | path

Searched defs:NotifyUndoListener (Results 1 – 1 of 1) sorted by relevance

/trunk/main/svl/source/undo/
H A Dundo.cxx238 … struct SVL_DLLPRIVATE NotifyUndoListener : public ::std::unary_function< SfxUndoListener*, void > struct
240 NotifyUndoListener() in NotifyUndoListener() argument
247 NotifyUndoListener( UndoListenerVoidMethod i_notificationMethod ) in NotifyUndoListener() function
254NotifyUndoListener( UndoListenerStringMethod i_notificationMethod, const String& i_actionComment ) in NotifyUndoListener() function
261 bool is() const in is()
266 void operator()( SfxUndoListener* i_listener ) const in operator ()()
280 UndoListenerVoidMethod m_notificationMethod;
281 UndoListenerStringMethod m_altNotificationMethod;
282 String m_sActionComment;

Completed in 27 milliseconds