/aoo42x/main/scripting/source/provider/ |
H A D | BrowseNodeFactoryImpl.cxx | 94 getChildNodes() in getChildNodes() function in browsenodefactory::BrowseNodeAggregator 107 childs = m_Nodes[ i ]->getChildNodes(); in getChildNodes() 218 getChildNodes() in getChildNodes() function in browsenodefactory::LocationBrowseNode 258 m_origNode->getChildNodes(); in loadChildNodes() 273 xbn->getChildNodes(); in loadChildNodes() 447 getChildNodes() in getChildNodes() function in browsenodefactory::DefaultBrowseNode 454 m_xWrappedBrowseNode->getChildNodes(); in getChildNodes() 576 getChildNodes() in getChildNodes() function in browsenodefactory::DefaultRootBrowseNode 640 getChildNodes() in getChildNodes() function in browsenodefactory::SelectorBrowseNode
|
/aoo42x/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/ |
H A D | SxcDocumentSerializer.java | 153 NodeList nodeList = node.getChildNodes(); in traverseSettings() 230 NodeList nodeList = node.getChildNodes(); in traverseBody() 288 NodeList nodeList = node.getChildNodes(); in traverseNamedExpressions() 332 NodeList nodeList = node.getChildNodes(); in traverseTable() 446 NodeList nodeList = node.getChildNodes(); in traverseTableRow() 760 NodeList childList = node.getChildNodes(); in traverseCell() 820 NodeList nodeList = node.getChildNodes(); in traverseParagraph() 841 NodeList nodeList2 = child.getChildNodes(); in traverseParagraph() 947 NodeList nodeList = paragraph.getChildNodes(); in getDecimalPlaces()
|
H A D | BookSettings.java | 179 NodeList nodeList = root.getChildNodes(); in readNode() 195 NodeList nodeList2 = child.getChildNodes(); in readNode()
|
/aoo42x/main/xmerge/java/aportisdoc/src/main/java/org/openoffice/xmerge/converter/xml/sxw/aportisdoc/ |
H A D | DocumentSerializerImpl.java | 149 NodeList nodeList = node.getChildNodes(); in traverseBody() 214 NodeList nodeList = node.getChildNodes(); in traverseParaContents() 390 NodeList nodeList = node.getChildNodes(); in traverseList() 435 NodeList nodeList = node.getChildNodes(); in traverseListHeader() 482 NodeList nodeList = node.getChildNodes(); in traverseListItem()
|
/aoo42x/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/ |
H A D | DocumentSerializerImpl.java | 185 NodeList nodeList = node.getChildNodes(); in traverseBody() 271 NodeList nodeList = node.getChildNodes(); in traverseParaContents() 383 NodeList nodeList = node.getChildNodes(); in traverseList() 428 NodeList nodeList = node.getChildNodes(); in traverseListHeader() 475 NodeList nodeList = node.getChildNodes(); in traverseListItem()
|
/aoo42x/main/xmerge/java/pocketword/src/main/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/ |
H A D | DocumentSerializerImpl.java | 181 NodeList nList = node.getChildNodes(); in traverseBody() 256 NodeList nList = node.getChildNodes(); in traverseParagraphContents() 367 NodeList nList = node.getChildNodes(); in traverseList() 395 NodeList nList = node.getChildNodes(); in traverseListItem()
|
H A D | DocumentDeserializerImpl.java | 230 NodeList nl = firstSpan.getChildNodes(); in buildDocument() 282 NodeList nl = styleCat.writeNode(doc, "dummy").getChildNodes(); in buildDocument()
|
/aoo42x/main/scripting/source/pyprov/ |
H A D | pythonscript.py | 478 def getChildNodes(self): member in ScriptBrowseNode 595 def getChildNodes(self): member in FileBrowseNode 615 return len(self.getChildNodes()) > 0 633 def getChildNodes( self ): member in DirBrowseNode 839 def getChildNodes( self ): member in PackageBrowseNode 971 def getChildNodes( self ): member in PythonScriptProvider 972 return self.dirBrowseNode.getChildNodes()
|
/aoo42x/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/merger/diff/ |
H A D | NodeIterator.java | 230 NodeList node1Children = node1.getChildNodes(); in childrenEqual() 231 NodeList node2Children = node2.getChildNodes(); in childrenEqual() 367 NodeList nodeList = node.getChildNodes(); in markTree()
|
/aoo42x/main/unoxml/qa/complex/unoxml/ |
H A D | DOMTest.java | 421 XNodeList xChildren = xDoc.getChildNodes(); in testXDocument() 617 XNodeList xChildren = xDF.getChildNodes(); in testXDocumentFragment() 1000 XNodeList xChildren = xElemFoo.getChildNodes(); in testXElement() 1222 XNodeList xChildren = xAttr.getChildNodes(); in testXAttr() 1463 XNodeList xChildren = xText.getChildNodes(); in testXText() 1648 XNodeList xChildren = xCDS.getChildNodes(); in testXCDataSection() 1822 XNodeList xChildren = xComment.getChildNodes(); in testXComment() 1965 XNodeList xChildren = xER.getChildNodes(); in testXEntityReference() 2157 XNodeList xChildren = xPI.getChildNodes(); in testXProcessingInstruction() 2288 XNodeList xChildList = xRoot.getChildNodes(); in testXNodeList_ChildList() [all …]
|
/aoo42x/main/xmlsecurity/tools/uno/ |
H A D | AdapterNode.java | 95 m_domNode.getChildNodes().item(searchIndex); in child() 106 rc = m_domNode.getChildNodes().getLength(); in childCount()
|
H A D | SAXEventPrinter.java | 91 children = node.getChildNodes(); in display() 125 children = node.getChildNodes(); in display()
|
/aoo42x/main/unoxml/source/dom/ |
H A D | documentfragment.hxx | 78 virtual Reference< XNodeList > SAL_CALL getChildNodes() in getChildNodes() function in DOM::CDocumentFragment 81 return CNode::getChildNodes(); in getChildNodes()
|
H A D | entityreference.hxx | 80 virtual Reference< XNodeList > SAL_CALL getChildNodes() in getChildNodes() function in DOM::CEntityReference 83 return CNode::getChildNodes(); in getChildNodes()
|
H A D | notation.hxx | 88 virtual Reference< XNodeList > SAL_CALL getChildNodes() in getChildNodes() function in DOM::CNotation 91 return CNode::getChildNodes(); in getChildNodes()
|
H A D | processinginstruction.hxx | 99 virtual Reference< XNodeList > SAL_CALL getChildNodes() in getChildNodes() function in DOM::CProcessingInstruction 102 return CNode::getChildNodes(); in getChildNodes()
|
H A D | documenttype.hxx | 116 virtual Reference< XNodeList > SAL_CALL getChildNodes() in getChildNodes() function in DOM::CDocumentType 119 return CNode::getChildNodes(); in getChildNodes()
|
H A D | entity.hxx | 99 virtual Reference< XNodeList > SAL_CALL getChildNodes() in getChildNodes() function in DOM::CEntity 102 return CNode::getChildNodes(); in getChildNodes()
|
H A D | attr.hxx | 122 virtual Reference< XNodeList > SAL_CALL getChildNodes() in getChildNodes() function in DOM::CAttr 125 return CNode::getChildNodes(); in getChildNodes()
|
H A D | characterdata.hxx | 125 virtual Reference< XNodeList > SAL_CALL getChildNodes() in getChildNodes() function in DOM::CCharacterData 128 return CNode::getChildNodes(); in getChildNodes()
|
H A D | cdatasection.hxx | 124 virtual Reference< XNodeList > SAL_CALL getChildNodes() in getChildNodes() function in DOM::CCDATASection 127 return CNode::getChildNodes(); in getChildNodes()
|
H A D | comment.hxx | 119 virtual Reference< XNodeList > SAL_CALL getChildNodes() in getChildNodes() function in DOM::CComment 122 return CCharacterData::getChildNodes(); in getChildNodes()
|
H A D | text.hxx | 134 virtual Reference< XNodeList > SAL_CALL getChildNodes() in getChildNodes() function in DOM::CText 137 return CCharacterData::getChildNodes(); in getChildNodes()
|
/aoo42x/main/cui/source/customize/ |
H A D | cfgutil.cxx | 704 rootNode->getChildNodes(); in Init() 777 children[n]->getChildNodes(); in Init() 1031 rootNode->getChildNodes(); in GroupSelected() 1169 rootNode->getChildNodes(); in RequestingChilds() 1231 children[n]->getChildNodes(); in RequestingChilds()
|
/aoo42x/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/util/registry/ |
H A D | ConverterInfoReader.java | 189 NodeList detailNodes = e.getChildNodes(); in parseConverterNode() 248 NodeList tempNodes = e.getChildNodes(); in getTextValue()
|