Searched refs:borderType (Results 1 – 2 of 2) sorted by relevance
177 String[] borderType = {"LeftBorder", "RightBorder", "TopBorder", "BottomBorder"}; in testCellBorder() local178 int borderNum = borderType.length; in testCellBorder()197 SCUtil.setCellProperties(cells[i], borderType[j], borderLine); in testCellBorder()208 results[i][j] = (BorderLine) SCUtil.getCellProperties(cells[i], borderType[j]); in testCellBorder()216 … assertEquals("Incorrect cell border(" + borderType[j] + ") value got in ." + fileType + " file.", in testCellBorder()
1195 FrameBorderType borderType = FRAMEBORDER_NONE; in GetFocus() local1197 borderType = FRAMEBORDER_LEFT; in GetFocus()1199 borderType = FRAMEBORDER_RIGHT; in GetFocus()1201 borderType = FRAMEBORDER_TOP; in GetFocus()1203 borderType = FRAMEBORDER_BOTTOM; in GetFocus()1205 borderType = FRAMEBORDER_HOR; in GetFocus()1207 borderType = FRAMEBORDER_VER; in GetFocus()1209 borderType = FRAMEBORDER_TLBR; in GetFocus()1211 borderType = FRAMEBORDER_BLTR; in GetFocus()1212 SelectBorder(borderType); in GetFocus()
Completed in 16 milliseconds