Searched refs:xDocShRef (Results 1 – 2 of 2) sorted by relevance
143 ScDocShellRef xDocShRef = new ScDocShell(SFX_CREATE_MODE_EMBEDDED); in PasteDataFormat() local144 if (xDocShRef->DoLoad(pMedium)) in PasteDataFormat()146 ScDocument* pSrcDoc = xDocShRef->GetDocument(); in PasteDataFormat()166 ScGlobal::SetClipDocName( xDocShRef->GetTitle( SFX_TITLE_FULLNAME ) ); in PasteDataFormat()177 xDocShRef->DoClose(); in PasteDataFormat()178 xDocShRef.Clear(); in PasteDataFormat()
879 …::sd::DrawDocShellRef xDocShRef( new ::sd::DrawDocShell( SFX_CREATE_MODE_EMBEDDED, sal_True, mpDoc… in InsertData()883 if( xDocShRef->DoLoad( pMedium ) ) in InsertData()885 SdDrawDocument* pModel = (SdDrawDocument*) xDocShRef->GetDoc(); in InsertData()918 xDocShRef->DoClose(); in InsertData()919 xDocShRef.Clear(); in InsertData()
Completed in 22 milliseconds