Home
last modified time | relevance | path

Searched refs:cellNum (Results 1 – 7 of 7) sorted by relevance

/aoo4110/test/testuno/source/fvt/uno/sc/cell/
H A DCellAlignment.java141 int cellNum = 5; in testCellAlignment() local
142 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()
H A DCellEffectOverline.java165 int cellNum = 5; in testCharOverline() local
166 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()
H A DCellEffectUnderline.java164 int cellNum = 5; in testCharUnderline() local
165 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()
H A DCellProtected.java139 int cellNum = 5; in testCellProtected() local
140 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()
H A DCellBorder.java179 int cellNum = 10; in testCellBorder() local
180 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()
H A DCellFontSize.java128 int cellNum = inputData.length; in testCellFontSize() local
129 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()
H A DCellColor.java134 int cellNum = inputData.length; in testCellColor() local
135 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 27 milliseconds