Home
last modified time | relevance | path

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 DPocketExcelDecoder.java185 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 Dtablegeometry.hxx114 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 DCellFontSize.java136 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 DCellColor.java142 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 DCellProtected.java147 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 DCellAlignment.java152 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 DCellBorder.java187 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 DCellEffectOverline.java175 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 DCellEffectUnderline.java174 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 DSDraw.java237 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 DCellInfo.java41 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 DCellValue.java79 public int getCol() { in getCol() method in CellValue

Completed in 33 milliseconds