Home
last modified time | relevance | path

Searched refs:DocumentUndoGuard (Results 1 – 6 of 6) sorted by relevance

/trunk/main/framework/source/fwe/helper/
H A Ddocumentundoguard.cxx255 DocumentUndoGuard::DocumentUndoGuard( const Reference< XInterface >& i_undoSupplierComponent ) in DocumentUndoGuard() function in framework::DocumentUndoGuard
261 DocumentUndoGuard::~DocumentUndoGuard() in ~DocumentUndoGuard()
/trunk/main/framework/inc/framework/
H A Ddocumentundoguard.hxx53 class FWE_DLLPUBLIC DocumentUndoGuard class
56DocumentUndoGuard( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& i_…
57 ~DocumentUndoGuard();
/trunk/main/basctl/source/basicide/
H A Dbasobj2.cxx256 ::std::auto_ptr< ::framework::DocumentUndoGuard > pUndoGuard; in IMPL_STATIC_LINK()
258 … pUndoGuard.reset( new ::framework::DocumentUndoGuard( pData->aDocument.getDocument() ) ); in IMPL_STATIC_LINK()
/trunk/main/scripting/source/protocolhandler/
H A Dscripthandler.cxx232 ::std::auto_ptr< ::framework::DocumentUndoGuard > pUndoGuard; in dispatchWithNotification()
234 pUndoGuard.reset( new ::framework::DocumentUndoGuard( m_xScriptInvocation ) ); in dispatchWithNotification()
/trunk/main/sfx2/source/appl/
H A Dappuno.cxx1950 ::std::auto_ptr< ::framework::DocumentUndoGuard > pUndoGuard; in loadMacro()
1952 pUndoGuard.reset( new ::framework::DocumentUndoGuard( pDoc->GetModel() ) ); in loadMacro()
/trunk/main/sfx2/source/doc/
H A Dobjmisc.cxx1734 ::framework::DocumentUndoGuard aUndoGuard( _rxScriptContext.get() ); in CallXScript()

Completed in 44 milliseconds