/aoo4110/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/sxc/ |
H A D | SxcDocumentSerializer.java | 28 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 D | DocumentMergerImpl.java | 28 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 D | SxcDocumentDeserializer.java | 26 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 D | BookSettings.java | 29 import org.w3c.dom.NodeList; 179 NodeList nodeList = root.getChildNodes(); in readNode() 195 NodeList nodeList2 = child.getChildNodes(); in readNode()
|
H A D | SheetSettings.java | 27 import org.w3c.dom.NodeList; 335 NodeList nodeList = root.getChildNodes(); in readNode() 351 NodeList nodeList2 = child.getChildNodes(); in readNode()
|
/aoo4110/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/ |
H A D | DocumentSerializerImpl.java | 26 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 D | DocumentDeserializerImpl.java | 149 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()
|
/aoo4110/main/scripting/java/com/sun/star/script/framework/container/ |
H A D | ParcelDescriptor.java | 223 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 D | DeployedUnoPackagesDB.java | 83 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()
|
/aoo4110/main/xmerge/source/aportisdoc/java/org/openoffice/xmerge/converter/xml/sxw/aportisdoc/ |
H A D | DocumentSerializerImpl.java | 26 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()
|
/aoo4110/main/xmerge/source/pocketword/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/ |
H A D | DocumentSerializerImpl.java | 27 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 D | DocumentDeserializerImpl.java | 45 import org.w3c.dom.NodeList; 230 NodeList nl = firstSpan.getChildNodes(); in buildDocument() 282 NodeList nl = styleCat.writeNode(doc, "dummy").getChildNodes(); in buildDocument()
|
/aoo4110/main/xmerge/source/xmerge/java/org/openoffice/xmerge/merger/diff/ |
H A D | NodeIterator.java | 27 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()
|
/aoo4110/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/ |
H A D | SxcDocumentSerializerImpl.java | 26 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()
|
/aoo4110/test/testcommon/source/org/openoffice/test/common/ |
H A D | DataSheet.java | 29 import org.w3c.dom.NodeList; 52 NodeList nodes = doc.getElementsByTagName("Workbook"); in DataSheet() 78 NodeList nodes = workBookEl.getElementsByTagName("Worksheet"); in getTableElement()
|
/aoo4110/main/xmerge/source/xmerge/java/org/openoffice/xmerge/util/registry/ |
H A D | ConverterInfoReader.java | 140 NodeList converterNodes = document.getElementsByTagName(TAG_CONVERTER); in parseDocument() 189 NodeList detailNodes = e.getChildNodes(); in parseConverterNode() 248 NodeList tempNodes = e.getChildNodes(); in getTextValue()
|
/aoo4110/main/scripting/java/org/openoffice/netbeans/modules/office/actions/ |
H A D | ParcelDescriptorParserCookie.java | 26 import org.w3c.dom.NodeList; 33 public NodeList getScriptElements(); in getScriptElements()
|
H A D | ParcelDescriptorParserSupport.java | 32 import org.w3c.dom.NodeList; 77 public synchronized NodeList getScriptElements() in getScriptElements()
|
/aoo4110/main/xmerge/source/xmerge/java/org/openoffice/xmerge/merger/merge/ |
H A D | SheetMerge.java | 27 import org.w3c.dom.NodeList; 73 NodeList children = node.getChildNodes(); in clearRow()
|
H A D | SheetUtil.java | 28 import org.w3c.dom.NodeList; 65 NodeList paraNodes = in emptyCell()
|
/aoo4110/main/xmerge/workben/ |
H A D | XmlDiff.java | 44 import org.w3c.dom.NodeList; 252 NodeList node1Children = node1.getChildNodes(); in compareNode() 253 NodeList node2Children = node2.getChildNodes(); in compareNode()
|
/aoo4110/main/xmerge/source/palmtests/qa/comparator/ |
H A D | XmlDiff.java | 44 import org.w3c.dom.NodeList; 252 NodeList node1Children = node1.getChildNodes(); in compareNode() 253 NodeList node2Children = node2.getChildNodes(); in compareNode()
|
/aoo4110/main/scripting/java/org/openoffice/netbeans/modules/office/nodes/ |
H A D | ParcelDescriptorChildren.java | 30 import org.w3c.dom.NodeList; 50 NodeList nl; in refreshKeys()
|
H A D | ScriptNode.java | 53 NodeList nl = element.getElementsByTagName(LOGICAL_NAME); in init() 101 NodeList nl = element.getElementsByTagName(name); in getStringProperty()
|
/aoo4110/main/xmerge/source/minicalc/java/org/openoffice/xmerge/converter/xml/sxc/minicalc/ |
H A D | SxcDocumentSerializerImpl.java | 28 import org.w3c.dom.NodeList; 90 NodeList list = domDoc.getElementsByTagName(TAG_OFFICE_BODY); in serialize()
|