Searched refs:selectSingleNode (Results 1 – 10 of 10) sorted by relevance
/aoo42x/main/desktop/source/deployment/misc/ |
H A D | dp_descriptioninfoset.cxx | 404 n = m_xpath->selectSingleNode(m_element, expression); in getNodeValueFromExpression() 541 m_xpath->selectSingleNode(m_element, ::rtl::OUString( in getSupportedPlaforms() 677 xPathName = m_xpath->selectSingleNode(node, exp1); in getLocalizedPublisherNameAndURL() 688 xURL = m_xpath->selectSingleNode(node, exp2); in getLocalizedPublisherNameAndURL() 714 xtext = m_xpath->selectSingleNode(node, exp); in getLocalizedDisplayName() 738 n = m_xpath->selectSingleNode(m_element, in getSimpleLicenseAttributes() 789 xParent = m_xpath->selectSingleNode(m_element, sParent); in getLocalizedChild() 826 return m_xpath->selectSingleNode(xParent, exp1); in matchFullLocale() 889 nodeMatch = m_xpath->selectSingleNode(xParent, exp1); in matchLanguage() 942 return m_xpath->selectSingleNode(xParent, exp2); in getChildWithDefaultLocale() [all …]
|
/aoo42x/main/desktop/source/deployment/registry/ |
H A D | dp_backenddb.cxx | 150 xpathApi->selectSingleNode(root, sXPathExpression); in removeElement() 161 xpathApi->selectSingleNode(root, sXPathExpression); in removeElement() 275 return xpathApi->selectSingleNode(root, sExpression.makeStringAndClear()); in getKeyElement() 383 xpathApi->selectSingleNode(aPair, sExprFirst); in readVectorOfPair() 387 xpathApi->selectSingleNode(aPair, sExprSecond); in readVectorOfPair() 505 getXPathAPI()->selectSingleNode(root, sExpression); in writeKeyElement() 541 xpathApi->selectSingleNode(xParent, sExpr); in readSimpleElement() 661 getXPathAPI()->selectSingleNode(root, sExpression); in addEntry() 699 xpathApi->selectSingleNode(root, sExpression); in getEntry()
|
/aoo42x/main/extensions/source/update/check/ |
H A D | updateprotocol.cxx | 183 xNode2 = xXPath->selectSingleNode(xNode, aXPathExpression in checkForUpdates() 193 xNode2 = xXPath->selectSingleNode(xNode, aXPathExpression in checkForUpdates()
|
/aoo42x/main/unoxml/source/xpath/ |
H A D | xpathapi.cxx | 246 Reference< XNode > SAL_CALL CXPathAPI::selectSingleNode( in selectSingleNode() function in XPath::CXPathAPI 267 return selectSingleNode(contextNode, expr); in selectSingleNodeNS()
|
H A D | xpathapi.hxx | 129 …virtual Reference< XNode > SAL_CALL selectSingleNode(const Reference< XNode >& contextNode, const …
|
/aoo42x/main/unoxml/qa/complex/unoxml/ |
H A D | DOMTest.java | 2489 xXPathAPI.selectSingleNode(xRoot, "~/-$+&#_"); in testXXPathAPI() 2513 xXPathAPI.selectSingleNode(null, "child::foo"); in testXXPathAPI() 2550 XNode xResult = xXPathAPI.selectSingleNode(xBar, "child::foo"); in testXXPathAPI() 2562 XNode xResult = xXPathAPI.selectSingleNode(xDoc, "//pre:foo"); in testXXPathAPI() 2567 XNode xResult = xXPathAPI.selectSingleNode(xDoc, "//pre:foo"); in testXXPathAPI() 2574 XNode xResult = xXPathAPI.selectSingleNode(xDoc, "//pre:foo"); in testXXPathAPI()
|
/aoo42x/main/offapi/com/sun/star/xml/xpath/ |
H A D | XXPathAPI.idl | 171 com::sun::star::xml::dom::XNode selectSingleNode(
|
/aoo42x/main/desktop/source/migration/services/ |
H A D | oo3extensionmigration.cxx | 270 xPath->selectSingleNode( in scanDescriptionXml()
|
/aoo42x/main/extensions/source/update/feed/ |
H A D | updatefeed.cxx | 592 return m_xXPathAPI->selectSingleNode(rxNode, UNISTRING( "./atom:" ) + rName); in getChildNode()
|
/aoo42x/main/sfx2/source/doc/ |
H A D | SfxDocumentMetaData.cxx | 1160 m_xParent = xPath->selectSingleNode(xDocNode, prefix); in init() 1233 xPath->selectSingleNode(m_xParent, in init()
|
Completed in 57 milliseconds