Searched refs:selectNodeList (Results 1 – 11 of 11) sorted by relevance
/aoo42x/main/unoxml/source/xpath/ |
H A D | xpathapi.cxx | 221 Reference< XNodeList > SAL_CALL CXPathAPI::selectNodeList( in selectNodeList() function in XPath::CXPathAPI 240 return selectNodeList(contextNode, expr); in selectNodeListNS() 251 Reference< XNodeList > aList = selectNodeList(contextNode, expr); in selectSingleNode()
|
H A D | xpathapi.hxx | 117 …virtual Reference< XNodeList > SAL_CALL selectNodeList(const Reference< XNode >& contextNode, cons…
|
/aoo42x/main/extensions/source/update/check/ |
H A D | updateprotocol.cxx | 155 xNodeList = xXPath->selectNodeList(xNode, aXPathExpression in checkForUpdates() 206 xNodeList = xXPath->selectNodeList(xNode, aXPathExpression in checkForUpdates()
|
/aoo42x/main/desktop/source/deployment/registry/ |
H A D | dp_backenddb.cxx | 374 xpathApi->selectNodeList(parent, sExprPairs); in readVectorOfPair() 569 xpathApi->selectNodeList(parent, sExprList); in readList() 612 xpathApi->selectNodeList(root, buf.makeStringAndClear()); in getOneChildFromAllEntries()
|
/aoo42x/main/desktop/source/deployment/registry/help/ |
H A D | dp_helpbackenddb.cxx | 148 xpathApi->selectNodeList(root, sExpression); in getAllDataUrls()
|
/aoo42x/main/desktop/source/deployment/registry/configuration/ |
H A D | dp_configurationbackenddb.cxx | 150 xpathApi->selectNodeList(root, sExpression); in getAllDataUrls()
|
/aoo42x/main/desktop/source/deployment/misc/ |
H A D | dp_descriptioninfoset.cxx | 575 return m_xpath->selectNodeList(m_element, ::rtl::OUString( in getDependencies() 653 ns = m_xpath->selectNodeList(m_element, expression); in getUrls()
|
/aoo42x/main/offapi/com/sun/star/xml/xpath/ |
H A D | XXPathAPI.idl | 127 com::sun::star::xml::dom::XNodeList selectNodeList(
|
/aoo42x/main/unoxml/qa/complex/unoxml/ |
H A D | DOMTest.java | 2481 xXPathAPI.selectNodeList(xRoot, "~/-$+&#_"); in testXXPathAPI() 2505 xXPathAPI.selectNodeList(null, "child::foo"); in testXXPathAPI() 2537 XNodeList xResult = xXPathAPI.selectNodeList(xRoot, "child::foo"); in testXXPathAPI()
|
/aoo42x/main/extensions/source/update/feed/ |
H A D | updatefeed.cxx | 635 xNodeList = m_xXPathAPI->selectNodeList(xDocument.get(), in getUpdateInformationEnumeration()
|
/aoo42x/main/sfx2/source/doc/ |
H A D | SfxDocumentMetaData.cxx | 1244 xPath->selectNodeList(m_xParent, in init()
|
Completed in 72 milliseconds