Home
last modified time | relevance | path

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

/AOO41X/main/unoxml/source/xpath/
H A Dxpathapi.cxx345 Reference< XNode > const& xContextNode, in eval()
349 if (!xContextNode.is()) { throw RuntimeException(); } in eval()
363 xContextNode->getOwnerDocument()))); in eval()
366 DOM::CNode *const pCNode = DOM::CNode::GetImplementation(xContextNode); in eval()
/AOO41X/main/forms/source/xforms/
H A Devaluationcontext.hxx48 const com::sun::star::uno::Reference<com::sun::star::xml::dom::XNode>& xContextNode, in EvaluationContext() argument
53 : mxContextNode( xContextNode ), in EvaluationContext()