Lines Matching refs:UndoManagerHelper_Impl

212     class UndoManagerHelper_Impl : public SfxUndoListener  class
236UndoManagerHelper_Impl( UndoManagerHelper& i_antiImpl, IUndoManagerImplementation& i_undoManagerIm… in UndoManagerHelper_Impl() function in framework::UndoManagerHelper_Impl
251 virtual ~UndoManagerHelper_Impl() in ~UndoManagerHelper_Impl()
344 void UndoManagerHelper_Impl::disposing() in disposing()
359 UndoManagerEvent UndoManagerHelper_Impl::buildEvent( ::rtl::OUString const& i_title ) const in buildEvent()
369 void UndoManagerHelper_Impl::impl_notifyModified() in impl_notifyModified()
376 void UndoManagerHelper_Impl::notify( ::rtl::OUString const& i_title, in notify()
392 …void UndoManagerHelper_Impl::notify( void ( SAL_CALL XUndoManagerListener::*i_notificationMethod )… in notify()
403 …void UndoManagerHelper_Impl::enterUndoContext( const ::rtl::OUString& i_title, const bool i_hidden… in enterUndoContext()
407 &UndoManagerHelper_Impl::impl_enterUndoContext, in enterUndoContext()
417 void UndoManagerHelper_Impl::leaveUndoContext( IMutexGuard& i_instanceLock ) in leaveUndoContext()
421 &UndoManagerHelper_Impl::impl_leaveUndoContext, in leaveUndoContext()
429 …void UndoManagerHelper_Impl::addUndoAction( const Reference< XUndoAction >& i_action, IMutexGuard&… in addUndoAction()
440 &UndoManagerHelper_Impl::impl_addUndoAction, in addUndoAction()
449 void UndoManagerHelper_Impl::clear( IMutexGuard& i_instanceLock ) in clear()
453 &UndoManagerHelper_Impl::impl_clear, in clear()
461 void UndoManagerHelper_Impl::clearRedo( IMutexGuard& i_instanceLock ) in clearRedo()
465 &UndoManagerHelper_Impl::impl_clearRedo, in clearRedo()
473 void UndoManagerHelper_Impl::reset( IMutexGuard& i_instanceLock ) in reset()
477 &UndoManagerHelper_Impl::impl_reset, in reset()
485 void UndoManagerHelper_Impl::lock() in lock()
499 void UndoManagerHelper_Impl::unlock() in unlock()
516 …void UndoManagerHelper_Impl::impl_processRequest( ::boost::function0< void > const& i_request, IMu… in impl_processRequest()
578 …void UndoManagerHelper_Impl::impl_enterUndoContext( const ::rtl::OUString& i_title, const bool i_h… in impl_enterUndoContext()
610 void UndoManagerHelper_Impl::impl_leaveUndoContext() in impl_leaveUndoContext()
670 void UndoManagerHelper_Impl::impl_doUndoRedo( IMutexGuard& i_externalLock, const bool i_undo ) in impl_doUndoRedo()
718 void UndoManagerHelper_Impl::impl_addUndoAction( const Reference< XUndoAction >& i_action ) in impl_addUndoAction()
748 void UndoManagerHelper_Impl::impl_clear() in impl_clear()
771 void UndoManagerHelper_Impl::impl_clearRedo() in impl_clearRedo()
794 void UndoManagerHelper_Impl::impl_reset() in impl_reset()
814 void UndoManagerHelper_Impl::actionUndone( const String& i_actionComment ) in actionUndone()
825 void UndoManagerHelper_Impl::actionRedone( const String& i_actionComment ) in actionRedone()
836 void UndoManagerHelper_Impl::undoActionAdded( const String& i_actionComment ) in undoActionAdded()
845 void UndoManagerHelper_Impl::cleared() in cleared()
854 void UndoManagerHelper_Impl::clearedRedo() in clearedRedo()
863 void UndoManagerHelper_Impl::resetAll() in resetAll()
872 void UndoManagerHelper_Impl::listActionEntered( const String& i_comment ) in listActionEntered()
885 void UndoManagerHelper_Impl::listActionLeft( const String& i_comment ) in listActionLeft()
900 void UndoManagerHelper_Impl::listActionLeftAndMerged() in listActionLeftAndMerged()
915 void UndoManagerHelper_Impl::listActionCancelled() in listActionCancelled()
930 void UndoManagerHelper_Impl::undoManagerDying() in undoManagerDying()
940 :m_pImpl( new UndoManagerHelper_Impl( *this, i_undoManagerImpl ) ) in UndoManagerHelper()
974 void UndoManagerHelper_Impl::undo( IMutexGuard& i_instanceLock ) in undo()
978 &UndoManagerHelper_Impl::impl_doUndoRedo, in undo()
988 void UndoManagerHelper_Impl::redo( IMutexGuard& i_instanceLock ) in redo()
992 &UndoManagerHelper_Impl::impl_doUndoRedo, in redo()
1047 … ::rtl::OUString lcl_getCurrentActionTitle( UndoManagerHelper_Impl& i_impl, const bool i_undo ) in lcl_getCurrentActionTitle()
1069 …Sequence< ::rtl::OUString > lcl_getAllActionTitles( UndoManagerHelper_Impl& i_impl, const bool i_u… in lcl_getAllActionTitles()