Searched refs:pCDoc (Results 1 – 2 of 2) sorted by relevance
353 ::rtl::Reference<DOM::CDocument> const pCDoc( in eval()356 if (!pCDoc.is()) { throw RuntimeException(); } in eval()361 ::osl::MutexGuard const g(pCDoc->GetMutex()); // lock the document! in eval()403 new CXPathObject(pCDoc, pCDoc->GetMutex(), xpathObj)); in eval()
1024 SwDoc *const pCDoc = lcl_GetDoc(*pClpDocFac); in CopyGlossary() local1026 SwNodes& rNds = pCDoc->GetNodes(); in CopyGlossary()1031 pCDoc->LockExpFlds(); // nie die Felder updaten - Text so belassen in CopyGlossary()1033 pCDoc->InsertGlossary( rGlossary, rStr, aPam, 0 ); in CopyGlossary()1036 aDocShellRef = pCDoc->GetTmpDocShell(); in CopyGlossary()1038 SwTransferable::InitOle( aDocShellRef, *pCDoc ); in CopyGlossary()1039 pCDoc->SetTmpDocShell( (SfxObjectShell*)NULL ); in CopyGlossary()
Completed in 20 milliseconds