Searched refs:getCellProperties (Results 1 – 10 of 10) sorted by relevance
/aoo4110/test/testuno/source/fvt/uno/sc/cell/ |
H A D | CellEffectOverline.java | 197 styleResults[i] = ((Short) SCUtil.getCellProperties(cells[i], inputType[0])).shortValue(); in testCharOverline() 200 hasColor[i] = ((Boolean) SCUtil.getCellProperties(cells[i], inputType[1])).booleanValue(); in testCharOverline() 201 colorResults[i] = ((Integer) SCUtil.getCellProperties(cells[i], inputType[2])).intValue(); in testCharOverline()
|
H A D | CellEffectUnderline.java | 196 styleResults[i] = ((Short) SCUtil.getCellProperties(cells[i], inputType[0])).shortValue(); in testCharUnderline() 198 hasColor[i] = ((Boolean) SCUtil.getCellProperties(cells[i], inputType[1])).booleanValue(); in testCharUnderline() 199 colorResults[i] = ((Integer) SCUtil.getCellProperties(cells[i], inputType[2])).intValue(); in testCharUnderline()
|
H A D | CellFontSize.java | 154 results[i] = ((Float) SCUtil.getCellProperties(cells[i], inputType)).floatValue(); in testCellFontSize()
|
H A D | CellColor.java | 160 results[i] = ((Integer) SCUtil.getCellProperties(cells[i], inputType)).intValue(); in testCellColor()
|
H A D | CellProtected.java | 165 results[i] = (CellProtection) SCUtil.getCellProperties(cells[i], inputType); in testCellProtected()
|
H A D | CellAlignment.java | 170 results[i] = (Enum) SCUtil.getCellProperties(cells[i], inputType); in testCellAlignment()
|
H A D | CellBorder.java | 208 results[i][j] = (BorderLine) SCUtil.getCellProperties(cells[i], borderType[j]); in testCellBorder()
|
/aoo4110/main/writerfilter/inc/resourcemodel/ |
H A D | TableData.hxx | 248 PropertiesPointer getCellProperties(unsigned int i) const in getCellProperties() function in writerfilter::RowData
|
H A D | TableManager.hxx | 993 pRowData->getCellProperties(nCell)); in resolveCurrentTable()
|
/aoo4110/test/testuno/source/testlib/uno/ |
H A D | SCUtil.java | 509 public static Object getCellProperties(XCell xCell, String propName) throws Exception { in getCellProperties() method in SCUtil
|
Completed in 29 milliseconds