Home
last modified time | relevance | path

Searched refs:hasChildNodes (Results 1 – 25 of 55) sorted by relevance

123

/trunk/main/unoxml/qa/complex/unoxml/
H A DDOMTest.java339 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 DBrowseNodeFactoryImpl.cxx132 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 DSxcDocumentSerializer.java151 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 DDocumentSerializerImpl.java147 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 DDocumentSerializerImpl.java183 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 DNodeIterator.java195 if (!node1.hasChildNodes() && !node2.hasChildNodes()) { in compareNode()
199 } else if (!node1.hasChildNodes() || !node2.hasChildNodes()) { in compareNode()
H A DCellNodeIterator.java91 if (node1.hasChildNodes() && node2.hasChildNodes()) { in childrenEqual()
/trunk/main/xmerge/java/pocketword/src/main/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/
H A DDocumentSerializerImpl.java180 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 Ddocumentfragment.hxx121 virtual sal_Bool SAL_CALL hasChildNodes() in hasChildNodes() function in DOM::CDocumentFragment
123 return CNode::hasChildNodes(); in hasChildNodes()
H A Dnotation.hxx131 virtual sal_Bool SAL_CALL hasChildNodes() in hasChildNodes() function in DOM::CNotation
133 return CNode::hasChildNodes(); in hasChildNodes()
H A Dentity.hxx142 virtual sal_Bool SAL_CALL hasChildNodes() in hasChildNodes() function in DOM::CEntity
144 return CNode::hasChildNodes(); in hasChildNodes()
H A Dentityreference.hxx123 virtual sal_Bool SAL_CALL hasChildNodes() in hasChildNodes() function in DOM::CEntityReference
125 return CNode::hasChildNodes(); in hasChildNodes()
H A Dprocessinginstruction.hxx141 virtual sal_Bool SAL_CALL hasChildNodes() in hasChildNodes() function in DOM::CProcessingInstruction
143 return CNode::hasChildNodes(); in hasChildNodes()
H A Dattr.hxx154 virtual sal_Bool SAL_CALL hasChildNodes() in hasChildNodes() function in DOM::CAttr
156 return CNode::hasChildNodes(); in hasChildNodes()
H A Ddocumenttype.hxx159 virtual sal_Bool SAL_CALL hasChildNodes() in hasChildNodes() function in DOM::CDocumentType
161 return CNode::hasChildNodes(); in hasChildNodes()
H A Dcharacterdata.hxx172 virtual sal_Bool SAL_CALL hasChildNodes() in hasChildNodes() function in DOM::CCharacterData
174 return CNode::hasChildNodes(); in hasChildNodes()
H A Dcomment.hxx156 virtual sal_Bool SAL_CALL hasChildNodes() in hasChildNodes() function in DOM::CComment
158 return CCharacterData::hasChildNodes(); in hasChildNodes()
H A Dtext.hxx175 virtual sal_Bool SAL_CALL hasChildNodes() in hasChildNodes() function in DOM::CText
177 return CCharacterData::hasChildNodes(); in hasChildNodes()
H A Dcdatasection.hxx160 virtual sal_Bool SAL_CALL hasChildNodes() in hasChildNodes() function in DOM::CCDATASection
162 return CNode::hasChildNodes(); in hasChildNodes()
H A Delement.hxx220 virtual sal_Bool SAL_CALL hasChildNodes() in hasChildNodes() function in DOM::CElement
222 return CNode::hasChildNodes(); in hasChildNodes()
H A Ddocument.hxx302 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 Dcfgutil.cxx701 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 Dpythonscript.py653 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 DProviderBrowseNode.java108 if ( hasChildNodes() ) in getChildNodes()
144 public boolean hasChildNodes() { in hasChildNodes() method in ProviderBrowseNode
H A DParcelBrowseNode.java139 if ( hasChildNodes() ) in getChildNodes()
164 public boolean hasChildNodes() { in hasChildNodes() method in ParcelBrowseNode

123