Home
last modified time | relevance | path

Searched refs:attrNodes (Results 1 – 10 of 10) sorted by relevance

/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/merger/merge/
H A DSheetUtil.java55 NamedNodeMap attrNodes = node.getAttributes(); in emptyCell() local
57 if (attrNodes != null) { in emptyCell()
79 int len = attrNodes.getLength(); in emptyCell()
82 Node attr = attrNodes.item(i); in emptyCell()
95 attrNodes.removeNamedItem(attr.getNodeName()); in emptyCell()
H A DPositionBaseRowMerge.java213 NamedNodeMap attrNodes = modCell.getAttributes(); in mergeCells() local
215 if (attrNodes != null) { in mergeCells()
241 int len = attrNodes.getLength(); in mergeCells()
244 Node attr = attrNodes.item(i); in mergeCells()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/
H A DStyle.java74 NamedNodeMap attrNodes = node.getAttributes(); in Style() local
75 if (attrNodes != null) { in Style()
76 int len = attrNodes.getLength(); in Style()
78 Node attr = attrNodes.item(i); in Style()
H A DTextStyle.java88 NamedNodeMap attrNodes = node.getAttributes(); in TextStyle() local
89 if (attrNodes != null) { in TextStyle()
90 int len = attrNodes.getLength(); in TextStyle()
92 Node attr = attrNodes.item(i); in TextStyle()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DColumnStyle.java58 NamedNodeMap attrNodes = node.getAttributes(); in ColumnStyle() local
59 if (attrNodes != null) { in ColumnStyle()
60 int len = attrNodes.getLength(); in ColumnStyle()
62 Node attr = attrNodes.item(i); in ColumnStyle()
H A DRowStyle.java58 NamedNodeMap attrNodes = node.getAttributes(); in RowStyle() local
59 if (attrNodes != null) { in RowStyle()
60 int len = attrNodes.getLength(); in RowStyle()
62 Node attr = attrNodes.item(i); in RowStyle()
H A DCellStyle.java60 NamedNodeMap attrNodes = node.getAttributes(); in CellStyle() local
61 if (attrNodes != null) { in CellStyle()
62 int len = attrNodes.getLength(); in CellStyle()
64 Node attr = attrNodes.item(i); in CellStyle()
H A DSxcDocumentSerializer.java977 NamedNodeMap attrNodes = node.getAttributes(); in getAttribute() local
979 if (attrNodes != null) { in getAttribute()
980 Node attr = attrNodes.getNamedItem(attribute); in getAttribute()
/trunk/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DDocumentSerializerImpl.java520 NamedNodeMap attrNodes = node.getAttributes(); in findAttribute() local
521 if (attrNodes != null) { in findAttribute()
522 int len = attrNodes.getLength(); in findAttribute()
524 Node attr = attrNodes.item(i); in findAttribute()
/trunk/main/xmerge/java/pocketword/src/main/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/
H A DDocumentSerializerImpl.java418 NamedNodeMap attrNodes = node.getAttributes(); in getAttribute() local
420 if (attrNodes != null) { in getAttribute()
421 Node attr = attrNodes.getNamedItem(attribute); in getAttribute()

Completed in 35 milliseconds