Home
last modified time | relevance | path

Searched refs:selectSingleNode (Results 1 – 10 of 10) sorted by relevance

/aoo41x/main/desktop/source/deployment/misc/
H A Ddp_descriptioninfoset.cxx404 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 …]
/aoo41x/main/desktop/source/deployment/registry/
H A Ddp_backenddb.cxx150 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()
/aoo41x/main/extensions/source/update/check/
H A Dupdateprotocol.cxx183 xNode2 = xXPath->selectSingleNode(xNode, aXPathExpression in checkForUpdates()
193 xNode2 = xXPath->selectSingleNode(xNode, aXPathExpression in checkForUpdates()
/aoo41x/main/unoxml/source/xpath/
H A Dxpathapi.cxx246 Reference< XNode > SAL_CALL CXPathAPI::selectSingleNode( in selectSingleNode() function in XPath::CXPathAPI
267 return selectSingleNode(contextNode, expr); in selectSingleNodeNS()
H A Dxpathapi.hxx129 …virtual Reference< XNode > SAL_CALL selectSingleNode(const Reference< XNode >& contextNode, const …
/aoo41x/main/unoxml/qa/complex/unoxml/
H A DDOMTest.java2489 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()
/aoo41x/main/offapi/com/sun/star/xml/xpath/
H A DXXPathAPI.idl171 com::sun::star::xml::dom::XNode selectSingleNode(
/aoo41x/main/desktop/source/migration/services/
H A Doo3extensionmigration.cxx270 xPath->selectSingleNode( in scanDescriptionXml()
/aoo41x/main/extensions/source/update/feed/
H A Dupdatefeed.cxx592 return m_xXPathAPI->selectSingleNode(rxNode, UNISTRING( "./atom:" ) + rName); in getChildNode()
/aoo41x/main/sfx2/source/doc/
H A DSfxDocumentMetaData.cxx1160 m_xParent = xPath->selectSingleNode(xDocNode, prefix); in init()
1233 xPath->selectSingleNode(m_xParent, in init()

Completed in 65 milliseconds