Searched defs:NotifyUndoListener (Results 1 – 1 of 1) sorted by relevance
238 … struct SVL_DLLPRIVATE NotifyUndoListener : public ::std::unary_function< SfxUndoListener*, void > struct240 NotifyUndoListener() in NotifyUndoListener() argument247 NotifyUndoListener( UndoListenerVoidMethod i_notificationMethod ) in NotifyUndoListener() function254 … NotifyUndoListener( UndoListenerStringMethod i_notificationMethod, const String& i_actionComment ) in NotifyUndoListener() argument261 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 20 milliseconds