Searched refs:pCDoc (Results 1 – 2 of 2) sorted by relevance
361 ::rtl::Reference<DOM::CDocument> const pCDoc( in eval()364 if (!pCDoc.is()) { throw RuntimeException(); } in eval()369 ::osl::MutexGuard const g(pCDoc->GetMutex()); // lock the document! in eval()411 new CXPathObject(pCDoc, pCDoc->GetMutex(), xpathObj)); in eval()
1015 SwDoc *const pCDoc = lcl_GetDoc(*pClpDocFac); in CopyGlossary() local1017 SwNodes& rNds = pCDoc->GetNodes(); in CopyGlossary()1022 pCDoc->LockExpFlds(); // nie die Felder updaten - Text so belassen in CopyGlossary()1024 pCDoc->InsertGlossary( rGlossary, rStr, aPam, 0 ); in CopyGlossary()1027 aDocShellRef = pCDoc->GetTmpDocShell(); in CopyGlossary()1029 SwTransferable::InitOle( aDocShellRef, *pCDoc ); in CopyGlossary()1030 pCDoc->SetTmpDocShell( (SfxObjectShell*)NULL ); in CopyGlossary()