Home
last modified time | relevance | path

Searched refs:TAG_LINE_BREAK (Results 1 – 9 of 9) sorted by relevance

/aoo4110/main/xmerge/source/xmerge/java/org/openoffice/xmerge/merger/diff/
H A DTextNodeIterator.java73 node.getNodeName().equals(OfficeConstants.TAG_LINE_BREAK)) { in nodeSupported()
/aoo4110/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/xslt/
H A DConverterCapabilitiesImpl.java67 else if (OfficeConstants.TAG_LINE_BREAK.equals(tag)) in canConvertTag()
/aoo4110/main/xmerge/source/aportisdoc/java/org/openoffice/xmerge/converter/xml/sxw/aportisdoc/
H A DConverterCapabilitiesImpl.java67 else if (OfficeConstants.TAG_LINE_BREAK.equals(tag)) in canConvertTag()
H A DDocumentSerializerImpl.java311 } else if (nodeName.equals(TAG_LINE_BREAK)) { in traverseParaElem()
/aoo4110/main/xmerge/source/pocketword/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/
H A DConverterCapabilitiesImpl.java67 else if (OfficeConstants.TAG_LINE_BREAK.equals(tag)) in canConvertTag()
H A DDocumentSerializerImpl.java321 else if (child.getNodeName().equals(TAG_LINE_BREAK)) { in traverseParagraphContents()
/aoo4110/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DConverterCapabilitiesImpl.java67 else if (OfficeConstants.TAG_LINE_BREAK.equals(tag)) in canConvertTag()
H A DDocumentSerializerImpl.java328 } else if (childNodeName.equals(TAG_LINE_BREAK)) { in traverseParaContents()
/aoo4110/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/
H A DOfficeConstants.java172 public final static String TAG_LINE_BREAK = "text:line-break"; field

Completed in 51 milliseconds