Searched refs:CellX (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/qadevOOo/tests/java/mod/_sc/ |
H A D | ScChartsObj.java | 251 int CellX, int CellY, String theValue, XSpreadsheet TT1, String flag) { in insertIntoCell() argument 256 oCell = TT1.getCellByPosition(CellX, CellY); in insertIntoCell()
|
H A D | ScIndexEnumeration_TableChartsEnumeration.java | 216 int CellX, int CellY, String theValue, XSpreadsheet TT1, String flag) { in insertIntoCell() argument 221 oCell = TT1.getCellByPosition(CellX, CellY); in insertIntoCell()
|
H A D | ScChartObj.java | 268 int CellX, int CellY, String theValue, XSpreadsheet TT1, String flag) in insertIntoCell() argument 273 oCell = TT1.getCellByPosition(CellX, CellY); in insertIntoCell()
|
/aoo42x/main/qadevOOo/tests/java/mod/_sch/ |
H A D | ChXDiagram.java | 393 int CellX, int CellY, String theValue, XSpreadsheet TT1, String flag) { in insertIntoCell() argument 398 oCell = TT1.getCellByPosition(CellX, CellY); in insertIntoCell()
|
/aoo42x/main/odk/examples/java/Spreadsheet/ |
H A D | SCalc.java | 359 public static void insertIntoCell(int CellX, int CellY, String theValue, in insertIntoCell() argument 365 xCell = TT1.getCellByPosition(CellX, CellY); in insertIntoCell()
|
Completed in 18 milliseconds