Lines Matching refs:pTmpDoc
418 SwDoc *const pTmpDoc = lcl_GetDoc(*pClpDocFac); in GetData() local
420 pTmpDoc->LockExpFlds(); // nie die Felder updaten - Text so belassen in GetData()
421 pWrtShell->Copy( pTmpDoc ); in GetData()
424 aDocShellRef = pTmpDoc->GetTmpDocShell(); in GetData()
426 SwTransferable::InitOle( aDocShellRef, *pTmpDoc ); in GetData()
427 pTmpDoc->SetTmpDocShell( (SfxObjectShell*)NULL ); in GetData()
836 SwDoc *const pTmpDoc = lcl_GetDoc(*pClpDocFac); in PrepareForCopy() local
838 pTmpDoc->LockExpFlds(); // nie die Felder updaten - Text so belassen in PrepareForCopy()
839 pWrtShell->Copy( pTmpDoc ); in PrepareForCopy()
842 IDocumentMarkAccess* const pMarkAccess = pTmpDoc->getIDocumentMarkAccess(); in PrepareForCopy()
860 aDocShellRef = pTmpDoc->GetTmpDocShell(); in PrepareForCopy()
862 SwTransferable::InitOle( aDocShellRef, *pTmpDoc ); in PrepareForCopy()
863 pTmpDoc->SetTmpDocShell( (SfxObjectShell*)NULL ); in PrepareForCopy()