Home
last modified time | relevance | path

Searched refs:getNodeList (Results 1 – 12 of 12) sorted by relevance

/trunk/main/forms/source/xforms/
H A Dpathexpression.cxx120 Reference<XNodeList> xNodeList = mxResult->getNodeList(); in evaluate()
139 const PathExpression::NodeVector_t PathExpression::getNodeList() const in getNodeList() function in xforms::PathExpression
146 return mxResult.is() ? mxResult->getNodeList() : Reference<XNodeList>(); in getXNodeList()
H A Dbinding.cxx573 PathExpression::NodeVector_t aNodes = maBindingExpression.getNodeList(); in _getMIPEvaluationContexts()
625 PathExpression::NodeVector_t aNodes = maBindingExpression.getNodeList(); in bind()
1129 return maBindingExpression.getNodeList().size(); in getListEntryCount()
1165 PathExpression::NodeVector_t aNodes = maBindingExpression.getNodeList(); in getListEntry()
1178 PathExpression::NodeVector_t aNodes = maBindingExpression.getNodeList(); in getAllListEntries()
H A Dsubmission.cxx652 Reference< XNodeList > aList = aObj->getNodeList(); in getInstanceDocument()
670 Reference< XNodeList > aList = aObj->getNodeList(); in createSubmissionDocument()
H A Dpathexpression.hxx80 const NodeVector_t getNodeList() const;
H A Dmodel_ui.cxx904 aBuffer.append( lcl_serializeForDisplay( xResult->getNodeList() ) ); in lcl_serializeForDisplay()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/merger/merge/
H A DCharacterBaseParagraphMerge.java86 List orgNodeList = orgParser.getNodeList(); in applyDifference()
87 List modNodeList = modParser.getNodeList(); in applyDifference()
/trunk/main/unoxml/source/xpath/
H A Dxpathobject.hxx75 virtual Reference< XNodeList > SAL_CALL getNodeList()
H A Dxpathobject.cxx86 CXPathObject::getNodeList() throw (RuntimeException) in getNodeList() function in XPath::CXPathObject
H A Dxpathapi.cxx227 return xobj->getNodeList(); in selectNodeList()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/merger/diff/
H A DCharacterParser.java76 public List getNodeList() { in getNodeList() method in CharacterParser
/trunk/main/offapi/com/sun/star/xml/xpath/
H A DXXPathObject.idl53 com::sun::star::xml::dom::XNodeList getNodeList();
/trunk/main/unoxml/qa/complex/unoxml/
H A DDOMTest.java2652 assertNotNull("XXPathObject.getNodeList", xResult.getNodeList()); in testXXPathObject()
2687 XNodeList xNodeList = xResult.getNodeList(); in testXNodeList_NodeList()

Completed in 85 milliseconds