Home
last modified time | relevance | path

Searched refs:childAttrNodes (Results 1 – 5 of 5) sorted by relevance

/aoo42x/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DColumnStyle.java77 NamedNodeMap childAttrNodes = child.getAttributes(); in ColumnStyle() local
78 if (childAttrNodes != null) { in ColumnStyle()
79 int nChildAttrNodes = childAttrNodes.getLength(); in ColumnStyle()
81 Node attr = childAttrNodes.item(j); in ColumnStyle()
H A DRowStyle.java77 NamedNodeMap childAttrNodes = child.getAttributes(); in RowStyle() local
78 if (childAttrNodes != null) { in RowStyle()
79 int nChildAttrNodes = childAttrNodes.getLength(); in RowStyle()
81 Node attr = childAttrNodes.item(j); in RowStyle()
H A DCellStyle.java79 NamedNodeMap childAttrNodes = child.getAttributes(); in CellStyle() local
80 if (childAttrNodes != null) { in CellStyle()
81 int nChildAttrNodes = childAttrNodes.getLength(); in CellStyle()
83 Node attr = childAttrNodes.item(j); in CellStyle()
/aoo42x/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/
H A DParaStyle.java246 NamedNodeMap childAttrNodes = child.getAttributes(); in ParaStyle() local
247 if (childAttrNodes != null) { in ParaStyle()
248 int nChildAttrNodes = childAttrNodes.getLength(); in ParaStyle()
250 Node attr = childAttrNodes.item(j); in ParaStyle()
H A DTextStyle.java107 NamedNodeMap childAttrNodes = child.getAttributes(); in TextStyle() local
108 if (childAttrNodes != null) { in TextStyle()
109 int nChildAttrNodes = childAttrNodes.getLength(); in TextStyle()
111 Node attr = childAttrNodes.item(j); in TextStyle()

Completed in 24 milliseconds