Searched refs:getCol (Results 1 – 12 of 12) sorted by relevance
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/ |
H A D | PocketExcelDecoder.java | 185 maxCols = Math.max(maxCols, cell.getCol()); in setWorksheet() 280 col = cell.getCol(); in getColNumber() 306 + "," + cell.getCol() + ") to an empty string"); in getCellContents() 363 + "," + cell.getCol() + ") to an empty string"); in getCellValue()
|
/trunk/main/svtools/source/table/ |
H A D | tablegeometry.hxx | 114 ColPos getCol() const { return m_nColPos; } in getCol() function in svt::table::TableColumnGeometry 158 inline ColPos getColumn() const { return m_aCol.getCol(); } in getColumn()
|
/trunk/test/testuno/source/fvt/uno/sc/cell/ |
H A D | CellFontSize.java | 136 cells[i] = sheet.getCellByPosition(cInfo.getCol(), cInfo.getRow() + i); in testCellFontSize() 153 cells[i] = sheet.getCellByPosition(cInfo.getCol(), cInfo.getRow() + i); in testCellFontSize()
|
H A D | CellColor.java | 142 cells[i] = sheet.getCellByPosition(cInfo.getCol(), cInfo.getRow() + i); in testCellColor() 159 cells[i] = sheet.getCellByPosition(cInfo.getCol(), cInfo.getRow() + i); in testCellColor()
|
H A D | CellProtected.java | 147 cells[i] = sheet.getCellByPosition(cInfo.getCol() + i, cInfo.getRow()); in testCellProtected() 164 cells[i] = sheet.getCellByPosition(cInfo.getCol() + i, cInfo.getRow()); in testCellProtected()
|
H A D | CellAlignment.java | 152 cells[i] = sheet.getCellByPosition(cInfo.getCol(), cInfo.getRow() + i); in testCellAlignment() 169 cells[i] = sheet.getCellByPosition(cInfo.getCol(), cInfo.getRow() + i); in testCellAlignment()
|
H A D | CellBorder.java | 187 cells[i] = sheet.getCellByPosition(cInfo.getCol(), cInfo.getRow() + i); in testCellBorder() 206 cells[i] = sheet.getCellByPosition(cInfo.getCol(), cInfo.getRow() + i); in testCellBorder()
|
H A D | CellEffectOverline.java | 175 cells[i] = sheet.getCellByPosition(cInfo.getCol(), cInfo.getRow() + i); in testCharOverline() 196 cells[i] = sheet.getCellByPosition(cInfo.getCol(), cInfo.getRow() + i); in testCharOverline()
|
H A D | CellEffectUnderline.java | 174 cells[i] = sheet.getCellByPosition(cInfo.getCol(), cInfo.getRow() + i); in testCharUnderline() 195 cells[i] = sheet.getCellByPosition(cInfo.getCol(), cInfo.getRow() + i); in testCharUnderline()
|
/trunk/main/odk/examples/java/Drawing/ |
H A D | SDraw.java | 237 xSPS.setPropertyValue("FillColor", new Integer(getCol(r,g,b))); in createSequence() 255 public static int getCol(int r, int g, int b) { in getCol() method in SDraw
|
/trunk/test/testuno/source/testlib/uno/ |
H A D | CellInfo.java | 41 public int getCol() { in getCol() method in CellInfo
|
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/ |
H A D | CellValue.java | 79 public int getCol() { in getCol() method in CellValue
|
Completed in 32 milliseconds