Home
last modified time | relevance | path

Searched refs:pCDoc (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/unoxml/source/xpath/
H A Dxpathapi.cxx361 ::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()
/AOO42X/main/sw/source/ui/dochdl/
H A Dswdtflvr.cxx1015 SwDoc *const pCDoc = lcl_GetDoc(*pClpDocFac); in CopyGlossary() local
1017 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()