Searched refs:DocumentUndoGuard (Results 1 – 6 of 6) sorted by relevance
255 DocumentUndoGuard::DocumentUndoGuard( const Reference< XInterface >& i_undoSupplierComponent ) in DocumentUndoGuard() function in framework::DocumentUndoGuard261 DocumentUndoGuard::~DocumentUndoGuard() in ~DocumentUndoGuard()
53 class FWE_DLLPUBLIC DocumentUndoGuard class56 …DocumentUndoGuard( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& i_…57 ~DocumentUndoGuard();
209 ::std::auto_ptr< ::framework::DocumentUndoGuard > pUndoGuard; in dispatchWithNotification()211 pUndoGuard.reset( new ::framework::DocumentUndoGuard( m_xScriptInvocation ) ); in dispatchWithNotification()
256 ::std::auto_ptr< ::framework::DocumentUndoGuard > pUndoGuard; in IMPL_STATIC_LINK()258 … pUndoGuard.reset( new ::framework::DocumentUndoGuard( pData->aDocument.getDocument() ) ); in IMPL_STATIC_LINK()
1921 ::std::auto_ptr< ::framework::DocumentUndoGuard > pUndoGuard; in loadMacro()1923 pUndoGuard.reset( new ::framework::DocumentUndoGuard( pDoc->GetModel() ) ); in loadMacro()
1723 ::framework::DocumentUndoGuard aUndoGuard( _rxScriptContext.get() ); in CallXScript()
Completed in 48 milliseconds