Lines Matching refs:pTmpDoc
426 SwDoc *const pTmpDoc = lcl_GetDoc(*pClpDocFac); in GetData() local
428 pTmpDoc->LockExpFlds(); // nie die Felder updaten - Text so belassen in GetData()
429 pWrtShell->Copy( pTmpDoc ); in GetData()
432 aDocShellRef = pTmpDoc->GetTmpDocShell(); in GetData()
434 SwTransferable::InitOle( aDocShellRef, *pTmpDoc ); in GetData()
435 pTmpDoc->SetTmpDocShell( (SfxObjectShell*)NULL ); in GetData()
845 SwDoc *const pTmpDoc = lcl_GetDoc(*pClpDocFac); in PrepareForCopy() local
847 pTmpDoc->LockExpFlds(); // nie die Felder updaten - Text so belassen in PrepareForCopy()
848 pWrtShell->Copy( pTmpDoc ); in PrepareForCopy()
851 IDocumentMarkAccess* const pMarkAccess = pTmpDoc->getIDocumentMarkAccess(); in PrepareForCopy()
869 aDocShellRef = pTmpDoc->GetTmpDocShell(); in PrepareForCopy()
871 SwTransferable::InitOle( aDocShellRef, *pTmpDoc ); in PrepareForCopy()
872 pTmpDoc->SetTmpDocShell( (SfxObjectShell*)NULL ); in PrepareForCopy()