Home
last modified time | relevance | path

Searched refs:getCellProperties (Results 1 – 10 of 10) sorted by relevance

/aoo42x/test/testuno/source/fvt/uno/sc/cell/
H A DCellEffectOverline.java197 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 DCellEffectUnderline.java196 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 DCellFontSize.java154 results[i] = ((Float) SCUtil.getCellProperties(cells[i], inputType)).floatValue(); in testCellFontSize()
H A DCellColor.java160 results[i] = ((Integer) SCUtil.getCellProperties(cells[i], inputType)).intValue(); in testCellColor()
H A DCellProtected.java165 results[i] = (CellProtection) SCUtil.getCellProperties(cells[i], inputType); in testCellProtected()
H A DCellAlignment.java170 results[i] = (Enum) SCUtil.getCellProperties(cells[i], inputType); in testCellAlignment()
H A DCellBorder.java208 results[i][j] = (BorderLine) SCUtil.getCellProperties(cells[i], borderType[j]); in testCellBorder()
/aoo42x/main/writerfilter/inc/resourcemodel/
H A DTableData.hxx248 PropertiesPointer getCellProperties(unsigned int i) const in getCellProperties() function in writerfilter::RowData
H A DTableManager.hxx993 pRowData->getCellProperties(nCell)); in resolveCurrentTable()
/aoo42x/test/testuno/source/testlib/uno/
H A DSCUtil.java509 public static Object getCellProperties(XCell xCell, String propName) throws Exception { in getCellProperties() method in SCUtil

Completed in 40 milliseconds