Home
last modified time | relevance | path

Searched refs:paraNode (Results 1 – 2 of 2) sorted by relevance

/trunk/main/xmerge/java/aportisdoc/src/main/java/org/openoffice/xmerge/converter/xml/sxw/aportisdoc/
H A DDocumentDeserializerImpl.java154 Element paraNode = doc.createElement(TAG_PARAGRAPH); in buildDocument() local
166 addTextNode(doc, paraNode, text, startIndex, i - 1); in buildDocument()
172 paraNode.appendChild(tabNode); in buildDocument()
181 addTextNode(doc, paraNode, text, startIndex, i - 1); in buildDocument()
186 bodyNode.appendChild(paraNode); in buildDocument()
189 paraNode = doc.createElement(TAG_PARAGRAPH); in buildDocument()
211 addTextNode(doc, paraNode, text, in buildDocument()
222 paraNode.appendChild(spaceNode); in buildDocument()
261 addTextNode(doc, paraNode, text, startIndex, lastIndex); in buildDocument()
266 bodyNode.appendChild(paraNode); in buildDocument()
/trunk/main/xmerge/java/pocketword/src/main/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/
H A DDocumentDeserializerImpl.java169 Element paraNode = doc.createElement(TAG_PARAGRAPH); in buildDocument() local
174 paraNode.setAttribute(ATTRIBUTE_TEXT_STYLE_NAME, in buildDocument()
180 paraNode.setAttribute(ATTRIBUTE_TEXT_STYLE_NAME, pStyle.getName()); 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()
276 bodyNode.appendChild(paraNode); in buildDocument()

Completed in 19 milliseconds