Home
last modified time | relevance | path

Searched refs:xDocShRef (Results 1 – 2 of 2) sorted by path

/trunk/main/sc/source/ui/view/
H A Dviewfun5.cxx143 ScDocShellRef xDocShRef = new ScDocShell(SFX_CREATE_MODE_EMBEDDED); in PasteDataFormat() local
144 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()
/trunk/main/sd/source/ui/view/
H A Dsdview3.cxx879 …::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 23 milliseconds