Home
last modified time | relevance | path

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

/aoo42x/main/extensions/source/update/check/
H A Dupdateprotocol.cxx169 uno::Reference< xml::dom::XNode > xNode2( xNodeList->item(i) ); in checkForUpdates() local
171 if( xNode2.is() ) in checkForUpdates()
173 … uno::Reference< xml::dom::XElement > xParent(xNode2->getParentNode(), uno::UNO_QUERY_THROW); in checkForUpdates()
177 … o_rUpdateInfo.Sources.push_back( DownloadSource(bIsDirect, xNode2->getNodeValue()) ); in checkForUpdates()
181 uno::Reference< xml::dom::XNode > xNode2; in checkForUpdates() local
183 xNode2 = xXPath->selectSingleNode(xNode, aXPathExpression in checkForUpdates()
189 if( xNode2.is() ) in checkForUpdates()
190 o_rUpdateInfo.Version = xNode2->getNodeValue(); in checkForUpdates()
193 xNode2 = xXPath->selectSingleNode(xNode, aXPathExpression in checkForUpdates()
199 if( xNode2.is() ) in checkForUpdates()
[all …]
/aoo42x/main/qadevOOo/tests/java/mod/_toolkit/
H A DUnoTreeControl.java207 XMutableTreeNode xNode2 = (XMutableTreeNode) UnoRuntime.queryInterface( in createTestEnvironment()
210 if (((String) xNode1.getDataValue()).equals((String)xNode2.getDataValue())) { in createTestEnvironment()

Completed in 9 milliseconds