Home
last modified time | relevance | path

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

/AOO41X/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()
/AOO41X/main/sw/source/ui/dochdl/
H A Dswdtflvr.cxx1024 SwDoc *const pCDoc = lcl_GetDoc(*pClpDocFac); in CopyGlossary() local
1026 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()