Home
last modified time | relevance | path

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

/AOO42X/main/sw/source/ui/dochdl/
H A Dswdtflvr.cxx256 if( aDocShellRef.Is() ) in ~SwTransferable()
258 SfxObjectShell * pObj = aDocShellRef; in ~SwTransferable()
262 aDocShellRef.Clear(); in ~SwTransferable()
424 aDocShellRef = pTmpDoc->GetTmpDocShell(); in GetData()
425 if( aDocShellRef.Is() ) in GetData()
426 SwTransferable::InitOle( aDocShellRef, *pTmpDoc ); in GetData()
569 if( !aDocShellRef.Is() ) in GetData()
574 aDocShellRef = pNewDocSh; in GetData()
575 aDocShellRef->DoInitNew( NULL ); in GetData()
576 SwTransferable::InitOle( aDocShellRef, *pDoc ); in GetData()
[all …]
/AOO42X/main/sc/source/ui/app/
H A Dtransobj.cxx208 aDocShellRef.Clear(); // before releasing the mutex in ~ScTransferObj()
356 SfxObjectShell* pEmbObj = aDocShellRef; in GetData()
383 SfxObjectShell* pEmbObj = aDocShellRef; in GetData()
588 if ( !aDocShellRef.Is() ) in InitDocShell()
591 aDocShellRef = pDocSh; // ref must be there before InitNew in InitDocShell()
H A Ddrwtrans.cxx267 aDocShellRef.Clear(); in ~ScDrawTransferObj()
478 SfxObjectShell* pEmbObj = aDocShellRef; in GetData()
738 if ( !aDocShellRef.Is() ) in InitDocShell()
741 aDocShellRef = pDocSh; // ref must be there before InitNew in InitDocShell()
/AOO42X/main/sc/source/ui/inc/
H A Ddrwtrans.hxx50 SfxObjectShellRef aDocShellRef; member in ScDrawTransferObj
H A Dtransobj.hxx53 SfxObjectShellRef aDocShellRef; member in ScTransferObj
/AOO42X/main/sw/source/ui/inc/
H A Dswdtflvr.hxx64 SfxObjectShellLock aDocShellRef; member in SwTransferable