Home
last modified time | relevance | path

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

/trunk/main/xmerge/java/pocketword/src/main/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/
H A DDocumentDeserializerImpl.java163 Element listNode = null; in buildDocument() local
264 if (listNode == null) { in buildDocument()
265 listNode = doc.createElement(TAG_UNORDERED_LIST); in buildDocument()
269 listNode.appendChild(listItem); in buildDocument()
272 if (listNode != null) { in buildDocument()
273 bodyNode.appendChild(listNode); in buildDocument()
274 listNode = null; in buildDocument()
/trunk/main/desktop/source/deployment/registry/
H A Ddp_backenddb.cxx419 const Reference<css::xml::dom::XElement> listNode( in writeSimpleList() local
424 listNode, css::uno::UNO_QUERY_THROW)); in writeSimpleList()
432 listNode->appendChild(memberNode); in writeSimpleList()

Completed in 29 milliseconds