Lines Matching refs:aDocShellRef
262 if( aDocShellRef.Is() ) in ~SwTransferable()
264 SfxObjectShell * pObj = aDocShellRef; in ~SwTransferable()
268 aDocShellRef.Clear(); in ~SwTransferable()
432 aDocShellRef = pTmpDoc->GetTmpDocShell(); in GetData()
433 if( aDocShellRef.Is() ) in GetData()
434 SwTransferable::InitOle( aDocShellRef, *pTmpDoc ); in GetData()
577 if( !aDocShellRef.Is() ) in GetData()
582 aDocShellRef = pNewDocSh; in GetData()
583 aDocShellRef->DoInitNew( NULL ); in GetData()
584 SwTransferable::InitOle( aDocShellRef, *pDoc ); in GetData()
586 bOK = SetObject( &aDocShellRef, SWTRANSFER_OBJECTTYPE_SWOLE, in GetData()
812 aDocShellRef = new SwDocShell( pDoc, SFX_CREATE_MODE_EMBEDDED); in PrepareForCopy()
813 aDocShellRef->DoInitNew( NULL ); in PrepareForCopy()
869 aDocShellRef = pTmpDoc->GetTmpDocShell(); in PrepareForCopy()
870 if( aDocShellRef.Is() ) in PrepareForCopy()
871 SwTransferable::InitOle( aDocShellRef, *pTmpDoc ); in PrepareForCopy()
1036 aDocShellRef = pCDoc->GetTmpDocShell(); in CopyGlossary()
1037 if( aDocShellRef.Is() ) in CopyGlossary()
1038 SwTransferable::InitOle( aDocShellRef, *pCDoc ); in CopyGlossary()