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();
256 ::std::auto_ptr< ::framework::DocumentUndoGuard > pUndoGuard; in IMPL_STATIC_LINK()258 … pUndoGuard.reset( new ::framework::DocumentUndoGuard( pData->aDocument.getDocument() ) ); in IMPL_STATIC_LINK()
232 ::std::auto_ptr< ::framework::DocumentUndoGuard > pUndoGuard; in dispatchWithNotification()234 pUndoGuard.reset( new ::framework::DocumentUndoGuard( m_xScriptInvocation ) ); in dispatchWithNotification()
1950 ::std::auto_ptr< ::framework::DocumentUndoGuard > pUndoGuard; in loadMacro()1952 pUndoGuard.reset( new ::framework::DocumentUndoGuard( pDoc->GetModel() ) ); in loadMacro()
1734 ::framework::DocumentUndoGuard aUndoGuard( _rxScriptContext.get() ); in CallXScript()
Completed in 46 milliseconds