Home
last modified time | relevance | path

Searched refs:appendChild (Results 1 – 25 of 75) sorted by relevance

123

/AOO41X/main/sw/qa/complex/writer/
H A DTextPortionEnumerationTest.java104 TreeNode appendChild(TreeNode child) in appendChild() method in TreeNode
236 TreeNode appendChild(TreeNode t) { in appendChild() method in ContentNode
652 node.appendChild(temp); in convertChildren()
703 m_Stack.peek().appendChild(node); in convertChildren()
800 m_Stack.peek().appendChild(node); in convertChildren()
1271 root.appendChild(text); in testText()
1280 root.appendChild(txtf); in testTextField()
1289 root.appendChild(cchr); in testControlChar()
1299 root.appendChild(spbk); in testSoftPageBreak()
1300 root.appendChild(text); in testSoftPageBreak()
[all …]
/AOO41X/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/
H A DOfficeDocument.java552 rootNode.appendChild(tmpNode); in read()
558 rootNode.appendChild(tmpNode); in read()
564 rootNode.appendChild(tmpNode); in read()
576 rootNode.appendChild(tmpNode); in read()
582 rootNode.appendChild(tmpNode); in read()
589 rootNode.appendChild(tmpNode); in read()
596 rootNode.appendChild(tmpNode); in read()
606 rootNode.appendChild(tmpNode); in read()
615 rootNode.appendChild(tmpNode); in read()
695 manifestRoot.appendChild(domEntry); in write()
[all …]
H A DEmbeddedXMLObject.java260 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 DDOMTest.java263 XNode xRet = xElemFooNs.appendChild(xElemFoo); in testXDocument()
267 XNode xRet = xDoc.appendChild(xElemFooNs); in testXDocument()
481 xDoc.appendChild(null); in testXDocument()
579 xDF.appendChild(xElemFoo); in testXDocumentFragment()
683 xDF.appendChild(null); in testXDocumentFragment()
799 xElemFoo.appendChild(xElemFooNs); in testXElement()
1066 xElemFoo.appendChild(null); in testXElement()
1172 XNode xInserted = xElemFoo.appendChild(xAttr); in testXAttr()
1281 xAttr.appendChild(null); in testXAttr()
1513 xText.appendChild(null); in testXText()
[all …]
/AOO41X/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/sxc/
H A DSxcDocumentDeserializer.java221 root.appendChild(tableElement); in initFontTable()
296 configItemMapIndexed.appendChild(configItemMapEntry); in processSettings()
297 configItemSetEntry.appendChild(configItemMapIndexed); in processSettings()
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()
[all …]
H A DBookSettings.java128 configItem.appendChild(settings.createTextNode(value)); in addConfigItem()
130 root.appendChild(configItem); in addConfigItem()
151 root.appendChild(configItemMapNamed); in writeNode()
H A DSheetSettings.java246 configItem.appendChild(settings.createTextNode(value)); in addConfigItem()
248 root.appendChild(configItem); in addConfigItem()
285 root.appendChild(configItemMapEntry); in writeNode()
H A DNameDefinition.java150 root.appendChild(namedRangeElement); in writeNode()
158 root.appendChild(namedExpressionElement); in writeNode()
/AOO41X/main/xmerge/source/pocketword/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/
H A DDocumentDeserializerImpl.java213 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 Ddp_backenddb.cxx103 m_doc->appendChild(Reference<css::xml::dom::XNode>( in getDocument()
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()
432 listNode->appendChild(memberNode); in writeSimpleList()
437 memberNode->appendChild(textNode); in writeSimpleList()
[all …]
/AOO41X/main/scripting/java/com/sun/star/script/framework/container/
H A DParcelDescriptor.java407 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 DDataSheet.java64 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 DXMLReporter.java81 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 Dboxer.py46 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 DDocumentDeserializerImpl.java172 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 DDocumentDeserializerImpl.java389 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 DDocumentSerializerImpl.java154 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 DSAXEventCollector.java133 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 Drandomnode.cxx142 …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.java78 oObj.appendChild(myNode); in _appendChild()
87 oObj.appendChild(myNode); in _appendChild()
97 oObj.appendChild(oObj); in _appendChild()
/AOO41X/main/sd/source/core/
H A DCustomAnimationEffect.cxx1054 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()
2071 xOnClickContainer->appendChild( xWithContainerNode ); 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()
[all …]
/AOO41X/main/unoxml/source/dom/
H A Dsaxbuilder.cxx265 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 Dnotation.hxx73 virtual Reference< XNode > SAL_CALL appendChild(const Reference< XNode >& newChild) in appendChild() function in DOM::CNotation
76 return CNode::appendChild(newChild); in appendChild()
H A Dentityreference.hxx65 virtual Reference< XNode > SAL_CALL appendChild(const Reference< XNode >& newChild) in appendChild() function in DOM::CEntityReference
68 return CNode::appendChild(newChild); in appendChild()
/AOO41X/main/forms/qa/org/openoffice/xforms/
H A DInstance.java98 XNode node = _parentElement.appendChild( in createElement()
195 XNode node = _parentElement.appendChild( in createAttribute()

123