Searched refs:nChildAttrNodes (Results 1 – 5 of 5) sorted by relevance
79 int nChildAttrNodes = childAttrNodes.getLength(); in ColumnStyle() local80 for (int j = 0; j < nChildAttrNodes; j++) { in ColumnStyle()
79 int nChildAttrNodes = childAttrNodes.getLength(); in RowStyle() local80 for (int j = 0; j < nChildAttrNodes; j++) { in RowStyle()
81 int nChildAttrNodes = childAttrNodes.getLength(); in CellStyle() local82 for (int j = 0; j < nChildAttrNodes; j++) { in CellStyle()
248 int nChildAttrNodes = childAttrNodes.getLength(); in ParaStyle() local249 for (int j = 0; j < nChildAttrNodes; j++) { in ParaStyle()
109 int nChildAttrNodes = childAttrNodes.getLength(); in TextStyle() local110 for (int j = 0; j < nChildAttrNodes; j++) { in TextStyle()
Completed in 41 milliseconds