Lines Matching refs:notify
319 void notify( ::rtl::OUString const& i_title,
322 …void notify( void ( SAL_CALL XUndoManagerListener::*i_notificationMethod )( const UndoManagerEvent… in notify() function in framework::UndoManagerHelper_Impl
324 notify( ::rtl::OUString(), i_notificationMethod ); in notify()
327 …void notify( void ( SAL_CALL XUndoManagerListener::*i_notificationMethod )( const EventObject& ) );
376 void UndoManagerHelper_Impl::notify( ::rtl::OUString const& i_title, in notify() function in framework::UndoManagerHelper_Impl
392 …void UndoManagerHelper_Impl::notify( void ( SAL_CALL XUndoManagerListener::*i_notificationMethod )… in notify() function in framework::UndoManagerHelper_Impl
841 notify( i_actionComment, &XUndoManagerListener::undoActionAdded ); in undoActionAdded()
850 notify( &XUndoManagerListener::allActionsCleared ); in cleared()
859 notify( &XUndoManagerListener::redoActionsCleared ); in clearedRedo()
868 notify( &XUndoManagerListener::resetAll ); in resetAll()
881 notify( i_comment, &XUndoManagerListener::enteredContext ); in listActionEntered()
896 notify( i_comment, &XUndoManagerListener::leftContext ); in listActionLeft()
911 notify( &XUndoManagerListener::leftHiddenContext ); in listActionLeftAndMerged()
926 notify( &XUndoManagerListener::cancelledContext ); in listActionCancelled()