Searched refs:TAG_PARAGRAPH (Results 1 – 19 of 19) sorted by relevance
158 if (nodeName.equals(TAG_PARAGRAPH) || in traverseBody()446 if (nodeName.equals(TAG_PARAGRAPH)) { in traverseListHeader()493 if (nodeName.equals(TAG_PARAGRAPH)) { in traverseListItem()
154 Element paraNode = doc.createElement(TAG_PARAGRAPH); in buildDocument()189 paraNode = doc.createElement(TAG_PARAGRAPH); in buildDocument()
51 else if (OfficeConstants.TAG_PARAGRAPH.equals(tag)) in canConvertTag()
100 OfficeConstants.TAG_PARAGRAPH).item(0); in childrenEqual()102 OfficeConstants.TAG_PARAGRAPH).item(0); in childrenEqual()
50 private static final String SUPPORTED_TAG1 = OfficeConstants.TAG_PARAGRAPH;
195 if (nodeName.equals(TAG_PARAGRAPH) || in traverseBody()439 if (nodeName.equals(TAG_PARAGRAPH)) { in traverseListHeader()486 if (nodeName.equals(TAG_PARAGRAPH)) { in traverseListItem()
328 currPara = doc.createElement(TAG_PARAGRAPH); in buildDocument()
190 if (nodeName.equals(TAG_PARAGRAPH) in traverseBody()404 if (nodeName.equals(TAG_PARAGRAPH)) { in traverseListItem()
169 Element paraNode = doc.createElement(TAG_PARAGRAPH); in buildDocument()
767 if (childName.equals(TAG_PARAGRAPH)) { in traverseCell()937 NodeList list = element.getElementsByTagName(TAG_PARAGRAPH); in getDecimalPlaces()
596 Element textElement = (Element) doc.createElement(TAG_PARAGRAPH); in processCells()
66 cell.getElementsByTagName(OfficeConstants.TAG_PARAGRAPH); in emptyCell()
220 modCell.getElementsByTagName(OfficeConstants.TAG_PARAGRAPH); in mergeCells()
48 else if (OfficeConstants.TAG_PARAGRAPH.equals(tag)) in canConvertTag()
157 public final static String TAG_PARAGRAPH = "text:p"; field
Completed in 104 milliseconds