| /trunk/main/xmerge/java/aportisdoc/src/main/java/org/openoffice/xmerge/converter/xml/sxw/aportisdoc/ |
| H A D | DocumentSerializerImpl.java | 158 if (nodeName.equals(TAG_PARAGRAPH) || in traverseBody() 446 if (nodeName.equals(TAG_PARAGRAPH)) { in traverseListHeader() 493 if (nodeName.equals(TAG_PARAGRAPH)) { in traverseListItem()
|
| H A D | DocumentDeserializerImpl.java | 154 Element paraNode = doc.createElement(TAG_PARAGRAPH); in buildDocument() 189 paraNode = doc.createElement(TAG_PARAGRAPH); in buildDocument()
|
| H A D | ConverterCapabilitiesImpl.java | 51 else if (OfficeConstants.TAG_PARAGRAPH.equals(tag)) in canConvertTag()
|
| /trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/merger/diff/ |
| H A D | CellNodeIterator.java | 100 OfficeConstants.TAG_PARAGRAPH).item(0); in childrenEqual() 102 OfficeConstants.TAG_PARAGRAPH).item(0); in childrenEqual()
|
| H A D | ParaNodeIterator.java | 50 private static final String SUPPORTED_TAG1 = OfficeConstants.TAG_PARAGRAPH;
|
| /trunk/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/ |
| H A D | DocumentSerializerImpl.java | 195 if (nodeName.equals(TAG_PARAGRAPH) || in traverseBody() 439 if (nodeName.equals(TAG_PARAGRAPH)) { in traverseListHeader() 486 if (nodeName.equals(TAG_PARAGRAPH)) { in traverseListItem()
|
| H A D | ConverterCapabilitiesImpl.java | 51 else if (OfficeConstants.TAG_PARAGRAPH.equals(tag)) in canConvertTag()
|
| H A D | DocumentDeserializerImpl.java | 328 currPara = doc.createElement(TAG_PARAGRAPH); in buildDocument()
|
| /trunk/main/xmerge/java/pocketword/src/main/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/ |
| H A D | DocumentSerializerImpl.java | 190 if (nodeName.equals(TAG_PARAGRAPH) in traverseBody() 404 if (nodeName.equals(TAG_PARAGRAPH)) { in traverseListItem()
|
| H A D | ConverterCapabilitiesImpl.java | 51 else if (OfficeConstants.TAG_PARAGRAPH.equals(tag)) in canConvertTag()
|
| H A D | DocumentDeserializerImpl.java | 169 Element paraNode = doc.createElement(TAG_PARAGRAPH); in buildDocument()
|
| /trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/ |
| H A D | SxcDocumentSerializer.java | 767 if (childName.equals(TAG_PARAGRAPH)) { in traverseCell() 937 NodeList list = element.getElementsByTagName(TAG_PARAGRAPH); in getDecimalPlaces()
|
| H A D | SxcDocumentDeserializer.java | 596 Element textElement = (Element) doc.createElement(TAG_PARAGRAPH); in processCells()
|
| /trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/merger/merge/ |
| H A D | SheetUtil.java | 66 cell.getElementsByTagName(OfficeConstants.TAG_PARAGRAPH); in emptyCell()
|
| H A D | PositionBaseRowMerge.java | 220 modCell.getElementsByTagName(OfficeConstants.TAG_PARAGRAPH); in mergeCells()
|
| /trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/xslt/ |
| H A D | ConverterCapabilitiesImpl.java | 51 else if (OfficeConstants.TAG_PARAGRAPH.equals(tag)) in canConvertTag()
|
| /trunk/main/xmerge/source/minicalc/java/org/openoffice/xmerge/converter/xml/sxc/minicalc/ |
| H A D | ConverterCapabilitiesImpl.java | 48 else if (OfficeConstants.TAG_PARAGRAPH.equals(tag)) in canConvertTag()
|
| /trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/ |
| H A D | ConverterCapabilitiesImpl.java | 48 else if (OfficeConstants.TAG_PARAGRAPH.equals(tag)) in canConvertTag()
|
| /trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/ |
| H A D | OfficeConstants.java | 157 public final static String TAG_PARAGRAPH = "text:p"; field
|