Home
last modified time | relevance | path

Searched refs:NodeList (Results 1 – 25 of 50) sorted by relevance

12

/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DSxcDocumentSerializer.java28 import org.w3c.dom.NodeList;
153 NodeList nodeList = node.getChildNodes(); in traverseSettings()
193 NodeList nl = null; in loadStyles()
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()
[all …]
H A DDocumentMergerImpl.java28 import org.w3c.dom.NodeList;
83 NodeList workSheetList1 = in merge()
85 NodeList workSheetList2 = in merge()
133 NodeList officeBodyList = in merge()
165 private Node matchWorkSheet(Node orgSheet, NodeList modSheetList) { in matchWorkSheet()
H A DSxcDocumentDeserializer.java26 import org.w3c.dom.NodeList;
208 NodeList list = doc.getElementsByTagName(TAG_OFFICE_FONT_DECLS); in initFontTable()
245 NodeList list = doc.getElementsByTagName(TAG_OFFICE_BODY); in decode()
269 NodeList settingsList = settings.getElementsByTagName(TAG_OFFICE_SETTINGS); in decode()
616 NodeList nl = styleCat.writeNode(doc, "dummy").getChildNodes(); in processCells()
H A DBookSettings.java29 import org.w3c.dom.NodeList;
179 NodeList nodeList = root.getChildNodes(); in readNode()
195 NodeList nodeList2 = child.getChildNodes(); in readNode()
H A DSheetSettings.java27 import org.w3c.dom.NodeList;
335 NodeList nodeList = root.getChildNodes(); in readNode()
351 NodeList nodeList2 = child.getChildNodes(); in readNode()
/trunk/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DDocumentSerializerImpl.java26 import org.w3c.dom.NodeList;
145 NodeList nl = domDoc.getElementsByTagName(TAG_OFFICE_STYLES); in serialize()
154 NodeList list = domDoc.getElementsByTagName(TAG_OFFICE_BODY); in serialize()
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()
H A DDocumentDeserializerImpl.java149 NodeList nl = domDoc.getElementsByTagName(TAG_OFFICE_STYLES); in readStyleCatalog()
308 NodeList list = doc.getElementsByTagName(TAG_OFFICE_BODY); in buildDocument()
452 NodeList r = doc.getElementsByTagName(TAG_OFFICE_DOCUMENT_CONTENT); in buildDocument()
456 org.w3c.dom.NodeList nl; in buildDocument()
/trunk/main/scripting/java/com/sun/star/script/framework/container/
H A DParcelDescriptor.java223 NodeList scriptNodes; in getScriptEntries()
234 NodeList nl; in getScriptEntries()
278 NodeList props = ((Element)nl.item(0)).getElementsByTagName("prop"); in getScriptEntries()
318 NodeList nl = document.getElementsByTagName("languagedepprops"); in initLanguageProperties()
325 NodeList nl2 = e.getElementsByTagName("prop"); in initLanguageProperties()
345 NodeList scriptNodes; in clearEntries()
364 NodeList scriptNodes; in removeScriptEntry()
376 NodeList nl = in removeScriptEntry()
H A DDeployedUnoPackagesDB.java83 NodeList langNodes = null; in getDeployedPackages()
101 NodeList packages = null; in getDeployedPackages()
131 NodeList langNodes; in clearEntries()
154 NodeList langNodes = null; in removePackage()
172 NodeList packages = null; in removePackage()
200 NodeList langNodes = null; in addPackage()
/trunk/main/xmerge/java/aportisdoc/src/main/java/org/openoffice/xmerge/converter/xml/sxw/aportisdoc/
H A DDocumentSerializerImpl.java26 import org.w3c.dom.NodeList;
113 NodeList list = domDoc.getElementsByTagName(TAG_OFFICE_BODY); in serialize()
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()
/trunk/main/xmerge/java/pocketword/src/main/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/
H A DDocumentSerializerImpl.java27 import org.w3c.dom.NodeList;
105 NodeList list = doc.getElementsByTagName(TAG_OFFICE_BODY); in serialize()
132 NodeList nl = null; in loadStyles()
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 DDocumentDeserializerImpl.java45 import org.w3c.dom.NodeList;
230 NodeList nl = firstSpan.getChildNodes(); in buildDocument()
282 NodeList nl = styleCat.writeNode(doc, "dummy").getChildNodes(); in buildDocument()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/merger/diff/
H A DNodeIterator.java27 import org.w3c.dom.NodeList;
230 NodeList node1Children = node1.getChildNodes(); in childrenEqual()
231 NodeList node2Children = node2.getChildNodes(); in childrenEqual()
367 NodeList nodeList = node.getChildNodes(); in markTree()
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/
H A DSxcDocumentSerializerImpl.java26 import org.w3c.dom.NodeList;
81 NodeList list = domDoc.getElementsByTagName(TAG_OFFICE_BODY); in serialize()
92 NodeList settingsList = settingsDoc.getElementsByTagName(TAG_OFFICE_SETTINGS); in serialize()
/trunk/test/testcommon/source/org/openoffice/test/common/
H A DDataSheet.java29 import org.w3c.dom.NodeList;
52 NodeList nodes = doc.getElementsByTagName("Workbook"); in DataSheet()
78 NodeList nodes = workBookEl.getElementsByTagName("Worksheet"); in getTableElement()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/util/registry/
H A DConverterInfoReader.java140 NodeList converterNodes = document.getElementsByTagName(TAG_CONVERTER); in parseDocument()
189 NodeList detailNodes = e.getChildNodes(); in parseConverterNode()
248 NodeList tempNodes = e.getChildNodes(); in getTextValue()
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/actions/
H A DParcelDescriptorParserCookie.java26 import org.w3c.dom.NodeList;
33 public NodeList getScriptElements(); in getScriptElements()
H A DParcelDescriptorParserSupport.java32 import org.w3c.dom.NodeList;
77 public synchronized NodeList getScriptElements() in getScriptElements()
/trunk/main/xmerge/source/palmtests/qa/comparator/
H A DXmlDiff.java44 import org.w3c.dom.NodeList;
252 NodeList node1Children = node1.getChildNodes(); in compareNode()
253 NodeList node2Children = node2.getChildNodes(); in compareNode()
/trunk/main/xmerge/workben/
H A DXmlDiff.java44 import org.w3c.dom.NodeList;
252 NodeList node1Children = node1.getChildNodes(); in compareNode()
253 NodeList node2Children = node2.getChildNodes(); in compareNode()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/merger/merge/
H A DSheetMerge.java27 import org.w3c.dom.NodeList;
73 NodeList children = node.getChildNodes(); in clearRow()
H A DSheetUtil.java28 import org.w3c.dom.NodeList;
65 NodeList paraNodes = in emptyCell()
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/nodes/
H A DParcelDescriptorChildren.java30 import org.w3c.dom.NodeList;
50 NodeList nl; in refreshKeys()
/trunk/main/xmerge/source/minicalc/java/org/openoffice/xmerge/converter/xml/sxc/minicalc/
H A DSxcDocumentSerializerImpl.java28 import org.w3c.dom.NodeList;
90 NodeList list = domDoc.getElementsByTagName(TAG_OFFICE_BODY); in serialize()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/
H A DOfficeDocument.java49 import org.w3c.dom.NodeList;
304 NodeList nl = manifestDoc.getElementsByTagName(TAG_MANIFEST_FILE); in getEmbeddedObjects()
539 NodeList nodeList; in read()
790 NodeList nodeList; in write()

Completed in 88 milliseconds

12