Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/docshell/
H A Ddocsh4.cxx751 ScDocShell* pOtherDocSh = new ScDocShell; in Execute() local
752 SfxObjectShellLock aDocShTablesRef = pOtherDocSh; in Execute()
753 pOtherDocSh->DoLoad( pMed ); in Execute()
754 sal_uLong nErr = pOtherDocSh->GetErrorCode(); in Execute()
758 if ( !pOtherDocSh->GetError() ) // nur Errors in Execute()
768 CompareDocument( *pOtherDocSh->GetDocument() ); in Execute()
770 MergeDocument( *pOtherDocSh->GetDocument() ); in Execute()
819 pOtherDocSh->DoClose(); // delete passiert mit der Ref in Execute()

Completed in 24 milliseconds