/aoo41x/main/sw/qa/complex/writer/ |
H A D | TextPortionEnumerationTest.java | 2030 .appendChild( url1.dup().appendChild( new TextNode("3") ) ) in testRangeHyperlinkHyperlink() 2039 .appendChild( url1.dup().appendChild( new TextNode("3") ) ) in testRangeHyperlinkHyperlink() 2048 .appendChild( url1.dup().appendChild( new TextNode("3") ) ) in testRangeHyperlinkHyperlink() 2049 .appendChild( url4.dup().appendChild( new TextNode("4") ) ) in testRangeHyperlinkHyperlink() 2051 .appendChild( url4.dup().appendChild( new TextNode("7") ) ) in testRangeHyperlinkHyperlink() 2059 .appendChild( url1.dup().appendChild( new TextNode("3") ) ) in testRangeHyperlinkHyperlink() 2060 .appendChild( url4.dup().appendChild( new TextNode("4") ) ) in testRangeHyperlinkHyperlink() 2062 .appendChild( url4.dup().appendChild( new TextNode("7") ) ) in testRangeHyperlinkHyperlink() 2093 .appendChild( url1.dup().appendChild( new TextNode("3") ) ) in testRangeHyperlinkRuby() 2128 .appendChild( url5.dup().appendChild( new TextNode("7") ) ) in testRangeHyperlinkRuby() [all …]
|
/aoo41x/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/ |
H A D | OfficeDocument.java | 797 rootNode.appendChild(tmpNode); in write() 803 rootNode.appendChild(tmpNode); in write() 810 rootNode.appendChild(tmpNode); in write() 823 rootNode.appendChild(tmpNode); in write() 985 root.appendChild(child); in initContentDOM() 988 root.appendChild(child); in initContentDOM() 991 root.appendChild(child); in initContentDOM() 1009 root.appendChild(child); in initSettingsDOM() 1051 doc.appendChild(root); in createSettingsDOM() 1090 doc.appendChild(root); in createDOM() [all …]
|
H A D | EmbeddedXMLObject.java | 260 root.appendChild(contentNode); in writeManifestData() 270 root.appendChild(settingsNode); in writeManifestData() 288 root.appendChild(objectNode); in writeManifestData()
|
/aoo41x/main/unoxml/qa/complex/unoxml/ |
H A D | DOMTest.java | 2286 xDoc.appendChild(xRoot); in testXNodeList_ChildList() 2296 xRoot.appendChild(xFoo); in testXNodeList_ChildList() 2300 xRoot.appendChild(xBar); in testXNodeList_ChildList() 2305 xRoot.appendChild(xBaz); in testXNodeList_ChildList() 2330 xDoc.appendChild(xRoot); in testXNodeList_ElementList() 2344 xFoo1.appendChild(xBar); in testXNodeList_ElementList() 2353 xBar.appendChild(xFoo2); in testXNodeList_ElementList() 2466 xDoc.appendChild(xRoot); in testXXPathAPI() 2468 xFoo1.appendChild(xBar); in testXXPathAPI() 2469 xBar.appendChild(xFoo2); in testXXPathAPI() [all …]
|
/aoo41x/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/sxc/ |
H A D | SxcDocumentDeserializer.java | 221 root.appendChild(tableElement); in initFontTable() 298 root.appendChild(configItemSetEntry); in processSettings() 324 root.appendChild(namedExpressionsElement); in processNameDefinition() 359 root.appendChild(tableElement); in processTable() 416 root.appendChild(colElement); in processColumns() 520 root.appendChild(rowElement); in processCells() 593 rowElement.appendChild(cellElement); in processCells() 597 cellElement.appendChild(textElement); in processCells() 619 autoStylesNode.appendChild(nl.item(0)); in processCells() 661 root.appendChild(rowElement); in addEmptyRows() [all …]
|
H A D | BookSettings.java | 128 configItem.appendChild(settings.createTextNode(value)); in addConfigItem() 130 root.appendChild(configItem); in addConfigItem() 151 root.appendChild(configItemMapNamed); in writeNode()
|
H A D | SheetSettings.java | 246 configItem.appendChild(settings.createTextNode(value)); in addConfigItem() 248 root.appendChild(configItem); in addConfigItem() 285 root.appendChild(configItemMapEntry); in writeNode()
|
/aoo41x/main/xmerge/source/pocketword/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/ |
H A D | DocumentDeserializerImpl.java | 213 span.appendChild(children[j]); in buildDocument() 241 paraNode.appendChild(nl.item(0)); in buildDocument() 245 paraNode.appendChild(firstSpan); in buildDocument() 250 paraNode.appendChild((Node)textSpans.elementAt(i)); in buildDocument() 268 listItem.appendChild(paraNode); in buildDocument() 269 listNode.appendChild(listItem); in buildDocument() 273 bodyNode.appendChild(listNode); in buildDocument() 276 bodyNode.appendChild(paraNode); in buildDocument() 285 autoStylesNode.appendChild(nl.item(0)); in buildDocument()
|
/aoo41x/main/desktop/source/deployment/registry/ |
H A D | dp_backenddb.cxx | 307 xParent->appendChild( in writeVectorOfPair() 316 vectorNode->appendChild( in writeVectorOfPair() 323 pairNode->appendChild( in writeVectorOfPair() 330 firstNode->appendChild( in writeVectorOfPair() 337 pairNode->appendChild( in writeVectorOfPair() 344 secondNode->appendChild( in writeVectorOfPair() 422 xParent->appendChild( in writeSimpleList() 465 xParent->appendChild(dataNode); in writeSimpleElement() 469 dataNode->appendChild(dataValue); in writeSimpleElement() 520 root->appendChild(keyNode); in writeKeyElement() [all …]
|
/aoo41x/main/scripting/java/com/sun/star/script/framework/container/ |
H A D | ParcelDescriptor.java | 407 item.appendChild(tempitem); in addScriptEntry() 415 tempitem.appendChild(document.createTextNode(description)); in addScriptEntry() 416 item.appendChild(tempitem); in addScriptEntry() 418 root.appendChild(item); in addScriptEntry() 422 root.appendChild(item); in addScriptEntry() 426 root.appendChild(item); in addScriptEntry() 438 item.appendChild(tempitem); in addScriptEntry() 440 root.appendChild(item); in addScriptEntry() 444 main.appendChild(root); in addScriptEntry()
|
/aoo41x/test/testcommon/source/org/openoffice/test/common/ |
H A D | DataSheet.java | 64 doc.appendChild(workBookEl); in DataSheet() 88 workBookEl.appendChild(worksheetEl); in getTableElement() 90 worksheetEl.appendChild(tableEl); in getTableElement() 99 rowEl.appendChild(cellEl); in addRow() 101 cellEl.appendChild(dataEl); in addRow() 117 tableEl.appendChild(rowEl); in addRow()
|
H A D | XMLReporter.java | 81 testsuiteEl.appendChild(testcaseEl); in testStarted() 98 testcaseEl.appendChild(failureEl); in testFailure() 105 testcaseEl.appendChild(errorEl); in testFailure() 123 testcaseEl.appendChild(ignoredEl); in testIgnored() 160 doc.appendChild(testsuiteEl); in startSuite() 179 testsuiteEl.appendChild(props); in store() 193 props.appendChild(prop); in store()
|
/aoo41x/main/toolkit/src2xml/source/ |
H A D | boxer.py | 46 root.appendChild(self.rows[y][xs[0]]) 50 root.appendChild(hbox) 53 hbox.appendChild(elem) 86 newnode.appendChild(widget) 90 newnode.appendChild(vbox)
|
/aoo41x/main/xmerge/source/aportisdoc/java/org/openoffice/xmerge/converter/xml/sxw/aportisdoc/ |
H A D | DocumentDeserializerImpl.java | 172 paraNode.appendChild(tabNode); in buildDocument() 186 bodyNode.appendChild(paraNode); in buildDocument() 222 paraNode.appendChild(spaceNode); in buildDocument() 266 bodyNode.appendChild(paraNode); in buildDocument() 293 para.appendChild(textNode); in addTextNode()
|
/aoo41x/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/ |
H A D | DocumentDeserializerImpl.java | 389 bodyNode.appendChild(currPara); in buildDocument() 404 currPara.appendChild(trNodes[ii]); in buildDocument() 435 textSpanNode.appendChild(trNodes[ii]); in buildDocument() 437 currPara.appendChild(textSpanNode); in buildDocument() 509 declNode.appendChild(fontNode); in buildDocument() 515 declNode.appendChild(fontNode); in buildDocument() 532 autoStylesNode.appendChild(nl.item(0)); in buildDocument()
|
/aoo41x/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/xslt/ |
H A D | DocumentSerializerImpl.java | 154 rootNode.appendChild(tmpNode); in serialize() 160 rootNode.appendChild(tmpNode); in serialize() 166 rootNode.appendChild(tmpNode); in serialize() 171 rootNode.appendChild(tmpNode); in serialize()
|
/aoo41x/main/xmlsecurity/tools/uno/ |
H A D | SAXEventCollector.java | 133 m_currentElement.appendChild(newElement); in startElement() 164 m_currentElement.appendChild(newText); in characters() 179 m_currentElement.appendChild(newPI); in processingInstruction()
|
/aoo41x/main/sd/source/ui/unoidl/ |
H A D | randomnode.cxx | 142 …Reference< XAnimationNode > SAL_CALL appendChild( const Reference< XAnimationNode >& newChild ) th… 630 return appendChild( newChild ); in insertBefore() 639 return appendChild( newChild ); in insertAfter() 648 return appendChild( newChild ); in replaceChild() 663 Reference< XAnimationNode > SAL_CALL RandomAnimationNode::appendChild( const Reference< XAnimationN… in appendChild() function in sd::RandomAnimationNode
|
/aoo41x/main/qadevOOo/tests/java/ifc/awt/tree/ |
H A D | _XMutableTreeNode.java | 78 oObj.appendChild(myNode); in _appendChild() 87 oObj.appendChild(myNode); in _appendChild() 97 oObj.appendChild(oObj); in _appendChild()
|
/aoo41x/main/sd/source/core/ |
H A D | CustomAnimationEffect.cxx | 1054 xNewContainer->appendChild( xChildNode ); in setIterateType() 1652 xContainer->appendChild( xChild ); in setAudio() 1677 xContainer->appendChild( xChild ); in setStopAudio() 1911 xEffectContainer->appendChild( xAnimateMotion ); in append() 2061 mxSequenceRoot->appendChild( xOnClickContainerNode ); in implRebuild() 2077 xWithContainer->appendChild( xEffectNode ); in implRebuild() 2229 xNextClickContainer->appendChild( xNode ); in stl_process_after_effect_node_func() 2260 xNewClickContainer->appendChild( xNode ); in stl_process_after_effect_node_func() 2283 xNextContainer->appendChild( rNode.mxNode ); in stl_process_after_effect_node_func() 3386 mxTimingRootNode->appendChild( xMainSequenceNode ); in createMainSequence() [all …]
|
/aoo41x/main/unoxml/source/dom/ |
H A D | saxbuilder.cxx | 265 m_aNodeStack.top()->appendChild(Reference< XNode >(aElement, UNO_QUERY)), in startElement() 339 m_aNodeStack.top()->appendChild(Reference< XNode >(aText, UNO_QUERY)); in characters() 365 m_aNodeStack.top()->appendChild(Reference< XNode >(aInstruction, UNO_QUERY)); in processingInstruction()
|
H A D | documentfragment.hxx | 63 virtual Reference< XNode > SAL_CALL appendChild(const Reference< XNode >& newChild) in appendChild() function in DOM::CDocumentFragment 66 return CNode::appendChild(newChild); in appendChild()
|
H A D | entityreference.hxx | 65 virtual Reference< XNode > SAL_CALL appendChild(const Reference< XNode >& newChild) in appendChild() function in DOM::CEntityReference 68 return CNode::appendChild(newChild); in appendChild()
|
H A D | notation.hxx | 73 virtual Reference< XNode > SAL_CALL appendChild(const Reference< XNode >& newChild) in appendChild() function in DOM::CNotation 76 return CNode::appendChild(newChild); in appendChild()
|
/aoo41x/main/forms/qa/org/openoffice/xforms/ |
H A D | Instance.java | 98 XNode node = _parentElement.appendChild( in createElement() 195 XNode node = _parentElement.appendChild( in createAttribute()
|