| /trunk/main/unoxml/qa/complex/unoxml/ |
| H A D | DOMTest.java | 339 assertFalse("XDocument.importNode(false)", xE.hasChildNodes()); in testXDocument() 353 xImpRoot.hasChildNodes()); in testXDocument() 365 xImpFoo.hasChildNodes()); in testXDocument() 380 xImpBar.hasChildNodes()); in testXDocument() 397 xDocClone.hasChildNodes()); in testXDocument() 408 assertTrue("XDocument.cloneNode(true)", xDocClone.hasChildNodes()); in testXDocument() 457 assertTrue("XDocument.hasChildNodes()", xDoc.hasChildNodes()); in testXDocument() 559 assertTrue("XDocument.removeChild(xPI)", xDoc.hasChildNodes()); in testXDocument() 593 xDFClone.hasChildNodes()); in testXDocumentFragment() 604 xDFClone.hasChildNodes()); in testXDocumentFragment() [all …]
|
| /trunk/main/scripting/source/provider/ |
| H A D | BrowseNodeFactoryImpl.cxx | 132 hasChildNodes() in hasChildNodes() function in browsenodefactory::BrowseNodeAggregator 140 if ( m_Nodes[ i ]->hasChildNodes() ) in hasChildNodes() 233 virtual sal_Bool SAL_CALL hasChildNodes() in hasChildNodes() function in browsenodefactory::LocationBrowseNode 441 if ( hasChildNodes() ) in getChildNodes() 484 hasChildNodes() in hasChildNodes() function in browsenodefactory::DefaultBrowseNode 486 return m_xWrappedBrowseNode->hasChildNodes(); in hasChildNodes() 586 hasChildNodes() in hasChildNodes() function in browsenodefactory::DefaultRootBrowseNode 636 virtual sal_Bool SAL_CALL hasChildNodes() in hasChildNodes() function in browsenodefactory::SelectorBrowseNode
|
| /trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/ |
| H A D | SxcDocumentSerializer.java | 151 if (node.hasChildNodes()) { in traverseSettings() 228 if (node.hasChildNodes()) { in traverseBody() 286 if (node.hasChildNodes()) { in traverseNamedExpressions() 330 if (node.hasChildNodes()) { in traverseTable() 444 if (node.hasChildNodes()) { in traverseTableRow() 759 if (node.hasChildNodes()) { in traverseCell() 818 if (node.hasChildNodes()) { in traverseParagraph() 945 if (paragraph.hasChildNodes()) { in getDecimalPlaces()
|
| /trunk/main/xmerge/java/aportisdoc/src/main/java/org/openoffice/xmerge/converter/xml/sxw/aportisdoc/ |
| H A D | DocumentSerializerImpl.java | 147 if (node.hasChildNodes()) { in traverseBody() 212 if (node.hasChildNodes()) { in traverseParaContents() 388 if (node.hasChildNodes()) { in traverseList() 433 if (node.hasChildNodes()) { in traverseListHeader() 480 if (node.hasChildNodes()) { in traverseListItem()
|
| /trunk/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/ |
| H A D | DocumentSerializerImpl.java | 183 if (node.hasChildNodes()) { in traverseBody() 270 if (node.hasChildNodes()) { in traverseParaContents() 381 if (node.hasChildNodes()) { in traverseList() 426 if (node.hasChildNodes()) { in traverseListHeader() 473 if (node.hasChildNodes()) { in traverseListItem()
|
| /trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/merger/diff/ |
| H A D | NodeIterator.java | 195 if (!node1.hasChildNodes() && !node2.hasChildNodes()) { in compareNode() 199 } else if (!node1.hasChildNodes() || !node2.hasChildNodes()) { in compareNode()
|
| H A D | CellNodeIterator.java | 91 if (node1.hasChildNodes() && node2.hasChildNodes()) { in childrenEqual()
|
| /trunk/main/xmerge/java/pocketword/src/main/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/ |
| H A D | DocumentSerializerImpl.java | 180 if (node.hasChildNodes()) { in traverseBody() 255 if (node.hasChildNodes()) { in traverseParagraphContents() 366 if (node.hasChildNodes()) { in traverseList() 394 if (node.hasChildNodes()) { in traverseListItem()
|
| /trunk/main/unoxml/source/dom/ |
| H A D | documentfragment.hxx | 121 virtual sal_Bool SAL_CALL hasChildNodes() in hasChildNodes() function in DOM::CDocumentFragment 123 return CNode::hasChildNodes(); in hasChildNodes()
|
| H A D | notation.hxx | 131 virtual sal_Bool SAL_CALL hasChildNodes() in hasChildNodes() function in DOM::CNotation 133 return CNode::hasChildNodes(); in hasChildNodes()
|
| H A D | entity.hxx | 142 virtual sal_Bool SAL_CALL hasChildNodes() in hasChildNodes() function in DOM::CEntity 144 return CNode::hasChildNodes(); in hasChildNodes()
|
| H A D | entityreference.hxx | 123 virtual sal_Bool SAL_CALL hasChildNodes() in hasChildNodes() function in DOM::CEntityReference 125 return CNode::hasChildNodes(); in hasChildNodes()
|
| H A D | processinginstruction.hxx | 141 virtual sal_Bool SAL_CALL hasChildNodes() in hasChildNodes() function in DOM::CProcessingInstruction 143 return CNode::hasChildNodes(); in hasChildNodes()
|
| H A D | attr.hxx | 154 virtual sal_Bool SAL_CALL hasChildNodes() in hasChildNodes() function in DOM::CAttr 156 return CNode::hasChildNodes(); in hasChildNodes()
|
| H A D | documenttype.hxx | 159 virtual sal_Bool SAL_CALL hasChildNodes() in hasChildNodes() function in DOM::CDocumentType 161 return CNode::hasChildNodes(); in hasChildNodes()
|
| H A D | characterdata.hxx | 172 virtual sal_Bool SAL_CALL hasChildNodes() in hasChildNodes() function in DOM::CCharacterData 174 return CNode::hasChildNodes(); in hasChildNodes()
|
| H A D | comment.hxx | 156 virtual sal_Bool SAL_CALL hasChildNodes() in hasChildNodes() function in DOM::CComment 158 return CCharacterData::hasChildNodes(); in hasChildNodes()
|
| H A D | text.hxx | 175 virtual sal_Bool SAL_CALL hasChildNodes() in hasChildNodes() function in DOM::CText 177 return CCharacterData::hasChildNodes(); in hasChildNodes()
|
| H A D | cdatasection.hxx | 160 virtual sal_Bool SAL_CALL hasChildNodes() in hasChildNodes() function in DOM::CCDATASection 162 return CNode::hasChildNodes(); in hasChildNodes()
|
| H A D | element.hxx | 220 virtual sal_Bool SAL_CALL hasChildNodes() in hasChildNodes() function in DOM::CElement 222 return CNode::hasChildNodes(); in hasChildNodes()
|
| H A D | document.hxx | 302 virtual sal_Bool SAL_CALL hasChildNodes() in hasChildNodes() function in DOM::CDocument 304 return CNode::hasChildNodes(); in hasChildNodes()
|
| /trunk/main/cui/source/customize/ |
| H A D | cfgutil.cxx | 701 if ( rootNode->hasChildNodes() ) in Init() 774 if ( children[n]->hasChildNodes() ) in Init() 1028 if ( rootNode->hasChildNodes() ) in GroupSelected() 1166 if ( rootNode->hasChildNodes() ) in RequestingChilds() 1228 if ( children[n]->hasChildNodes() ) in RequestingChilds()
|
| /trunk/main/scripting/source/pyprov/ |
| H A D | pythonscript.py | 653 def hasChildNodes(self): member in ScriptBrowseNode 774 def hasChildNodes(self): member in FileBrowseNode 923 def hasChildNodes( self ): member in DirBrowseNode 1202 def hasChildNodes( self ): member in PackageBrowseNode 1363 def hasChildNodes( self ): member in PythonScriptProvider 1364 return self.dirBrowseNode.hasChildNodes()
|
| /trunk/main/scripting/java/com/sun/star/script/framework/browse/ |
| H A D | ProviderBrowseNode.java | 108 if ( hasChildNodes() ) in getChildNodes() 144 public boolean hasChildNodes() { in hasChildNodes() method in ProviderBrowseNode
|
| H A D | ParcelBrowseNode.java | 139 if ( hasChildNodes() ) in getChildNodes() 164 public boolean hasChildNodes() { in hasChildNodes() method in ParcelBrowseNode
|