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.java365 xImpFoo.hasChildNodes()); in testXDocument()
380 xImpBar.hasChildNodes()); in testXDocument()
397 xDocClone.hasChildNodes()); in testXDocument()
593 xDFClone.hasChildNodes()); in testXDocumentFragment()
604 xDFClone.hasChildNodes()); in testXDocumentFragment()
1633 xCDSClone.hasChildNodes()); in testXCDataSection()
1642 xCDSClone.hasChildNodes()); in testXCDataSection()
1937 xERClone.hasChildNodes()); in testXEntityReference()
2141 xPIClone.hasChildNodes()); in testXProcessingInstruction()
2150 xPIClone.hasChildNodes()); in testXProcessingInstruction()
[all …]
/trunk/main/scripting/source/provider/
H A DBrowseNodeFactoryImpl.cxx134 hasChildNodes() in hasChildNodes() function in browsenodefactory::BrowseNodeAggregator
143 if ( m_Nodes[ i ]->hasChildNodes() ) in hasChildNodes()
239 virtual sal_Bool SAL_CALL hasChildNodes() in hasChildNodes() function in browsenodefactory::LocationBrowseNode
450 if ( hasChildNodes() ) in getChildNodes()
495 hasChildNodes() in hasChildNodes() function in browsenodefactory::DefaultBrowseNode
498 return m_xWrappedBrowseNode->hasChildNodes(); in hasChildNodes()
604 hasChildNodes() in hasChildNodes() function in browsenodefactory::DefaultRootBrowseNode
657 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/scripting/source/pyprov/
H A Dpythonscript.py481 def hasChildNodes(self): member in ScriptBrowseNode
613 def hasChildNodes(self): member in FileBrowseNode
653 def hasChildNodes( self ): member in DirBrowseNode
852 def hasChildNodes( self ): member in PackageBrowseNode
974 def hasChildNodes( self ): member in PythonScriptProvider
975 return self.dirBrowseNode.hasChildNodes()
/trunk/main/unoxml/source/dom/
H A Ddocumentfragment.hxx138 virtual sal_Bool SAL_CALL hasChildNodes() in hasChildNodes() function in DOM::CDocumentFragment
141 return CNode::hasChildNodes(); in hasChildNodes()
H A Dentityreference.hxx140 virtual sal_Bool SAL_CALL hasChildNodes() in hasChildNodes() function in DOM::CEntityReference
143 return CNode::hasChildNodes(); in hasChildNodes()
H A Dnotation.hxx148 virtual sal_Bool SAL_CALL hasChildNodes() in hasChildNodes() function in DOM::CNotation
151 return CNode::hasChildNodes(); in hasChildNodes()
H A Dprocessinginstruction.hxx159 virtual sal_Bool SAL_CALL hasChildNodes() in hasChildNodes() function in DOM::CProcessingInstruction
162 return CNode::hasChildNodes(); in hasChildNodes()
H A Ddocumenttype.hxx176 virtual sal_Bool SAL_CALL hasChildNodes() in hasChildNodes() function in DOM::CDocumentType
179 return CNode::hasChildNodes(); in hasChildNodes()
H A Dentity.hxx159 virtual sal_Bool SAL_CALL hasChildNodes() in hasChildNodes() function in DOM::CEntity
162 return CNode::hasChildNodes(); in hasChildNodes()
H A Dattr.hxx171 virtual sal_Bool SAL_CALL hasChildNodes() in hasChildNodes() function in DOM::CAttr
174 return CNode::hasChildNodes(); in hasChildNodes()
H A Dcharacterdata.hxx195 virtual sal_Bool SAL_CALL hasChildNodes() in hasChildNodes() function in DOM::CCharacterData
198 return CNode::hasChildNodes(); in hasChildNodes()
H A Dcdatasection.hxx184 virtual sal_Bool SAL_CALL hasChildNodes() in hasChildNodes() function in DOM::CCDATASection
187 return CNode::hasChildNodes(); in hasChildNodes()
H A Dcomment.hxx179 virtual sal_Bool SAL_CALL hasChildNodes() in hasChildNodes() function in DOM::CComment
182 return CCharacterData::hasChildNodes(); in hasChildNodes()
H A Dtext.hxx198 virtual sal_Bool SAL_CALL hasChildNodes() in hasChildNodes() function in DOM::CText
201 return CCharacterData::hasChildNodes(); in hasChildNodes()
H A Delement.hxx254 virtual sal_Bool SAL_CALL hasChildNodes() in hasChildNodes() function in DOM::CElement
257 return CNode::hasChildNodes(); in hasChildNodes()
H A Ddocument.hxx336 virtual sal_Bool SAL_CALL hasChildNodes() in hasChildNodes() function in DOM::CDocument
339 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/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

Completed in 1429 milliseconds

123