Searched refs:cellNum (Results 1 – 7 of 7) sorted by relevance
141 int cellNum = 5; in testCellAlignment() local142 XCell[] cells = new XCell[cellNum]; in testCellAlignment()143 Enum[] results = new Enum[cellNum]; in testCellAlignment()148 if (cellNum < 5) { in testCellAlignment()149 cellNum = 5; in testCellAlignment()151 for (int i = 0; i < cellNum; i++) { in testCellAlignment()160 for (int i = 0; i < cellNum; i++) { in testCellAlignment()168 for (int i = 0; i < cellNum; i++) { in testCellAlignment()174 for (int i = 0; i < cellNum; i++ ) { in testCellAlignment()
165 int cellNum = 5; in testCharOverline() local166 XCell[] cells = new XCell[cellNum]; in testCharOverline()167 int[] styleResults = new int[cellNum]; in testCharOverline()168 boolean[] hasColor = new boolean[cellNum]; in testCharOverline()169 int[] colorResults = new int[cellNum]; in testCharOverline()174 for (int i = 0; i < cellNum; i++) { in testCharOverline()183 for (int i = 0; i < cellNum; i++) { in testCharOverline()195 for (int i = 0; i < cellNum; i++) { in testCharOverline()207 for (int i = 0; i < cellNum; i++) { in testCharOverline()
164 int cellNum = 5; in testCharUnderline() local165 XCell[] cells = new XCell[cellNum]; in testCharUnderline()166 int[] styleResults = new int[cellNum]; in testCharUnderline()167 boolean[] hasColor = new boolean[cellNum]; in testCharUnderline()168 int[] colorResults = new int[cellNum]; in testCharUnderline()173 for (int i = 0; i < cellNum; i++) { in testCharUnderline()182 for (int i = 0; i < cellNum; i++) { in testCharUnderline()194 for (int i = 0; i < cellNum; i++) { in testCharUnderline()204 for (int i = 0; i < cellNum; i++) { in testCharUnderline()
139 int cellNum = 5; in testCellProtected() local140 XCell[] cells = new XCell[cellNum]; in testCellProtected()141 CellProtection[] results = new CellProtection[cellNum]; in testCellProtected()146 for (int i = 0; i < cellNum; i++) { in testCellProtected()155 for (int i = 0; i < cellNum; i++) { in testCellProtected()163 for (int i = 0; i < cellNum; i++) { in testCellProtected()170 for (int i = 0; i < cellNum; i++) { in testCellProtected()
179 int cellNum = 10; in testCellBorder() local180 XCell[] cells = new XCell[cellNum]; in testCellBorder()181 BorderLine[][] results = new BorderLine[cellNum][borderNum]; in testCellBorder()186 for (int i = 0; i < cellNum; i++) { in testCellBorder()195 for (int i = 0; i < cellNum; i++) { in testCellBorder()205 for (int i = 0; i < cellNum; i++) { in testCellBorder()214 for (int i = 0; i< cellNum; i++){ in testCellBorder()
128 int cellNum = inputData.length; in testCellFontSize() local129 XCell[] cells = new XCell[cellNum]; in testCellFontSize()130 double[] results = new double[cellNum]; in testCellFontSize()135 for (int i = 0; i < cellNum; i++) { in testCellFontSize()144 for (int i = 0; i < cellNum; i++) { in testCellFontSize()152 for (int i = 0; i < cellNum; i++) { in testCellFontSize()
134 int cellNum = inputData.length; in testCellColor() local135 XCell[] cells = new XCell[cellNum]; in testCellColor()136 int[] results = new int[cellNum]; in testCellColor()141 for (int i = 0; i < cellNum; i++) { in testCellColor()150 for (int i = 0; i < cellNum; i++) { in testCellColor()158 for (int i = 0; i < cellNum; i++) { in testCellColor()
Completed in 41 milliseconds