Home
last modified time | relevance | path

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

/trunk/main/unoxml/qa/complex/unoxml/
H A DDOMTest.java421 XNodeList xChildren = xDoc.getChildNodes(); in testXDocument() local
424 xElemFooNs, xChildren.item(0)); in testXDocument()
617 XNodeList xChildren = xDF.getChildNodes(); in testXDocumentFragment() local
619 1 == xChildren.getLength()); in testXDocumentFragment()
621 xElemFoo, xChildren.item(0)); in testXDocumentFragment()
1003 xElemFooNs, xChildren.item(0)); in testXElement()
1224 XNode xChild = xChildren.item(0); in testXAttr()
1650 0 == xChildren.getLength()); in testXCDataSection()
1967 1 == xChildren.getLength()); in testXEntityReference()
1969 xERChild, xChildren.item(0)); in testXEntityReference()
[all …]
/trunk/main/extensions/source/update/check/
H A Dupdatehdl.cxx1016 uno::Sequence< uno::Reference< awt::XWindow > > xChildren = xMsgBoxCtrls->getWindows(); in showWarning() local
1018 for ( long i=0; i < xChildren.getLength(); i++ ) in showWarning()
1020 uno::Reference< awt::XVclWindowPeer > xMsgBoxCtrl( xChildren[i], uno::UNO_QUERY ); in showWarning()

Completed in 27 milliseconds