Searched refs:cellPos (Results 1 – 3 of 3) sorted by relevance
/aoo4110/main/qadevOOo/tests/java/mod/_sc/ |
H A D | ScAnnotationObj.java | 126 CellAddress cellPos = new CellAddress((short)0, 1, 2); in createTestEnvironment() local 139 new Type(XSpreadsheet.class),XAccess.getByIndex(cellPos.Sheet)); in createTestEnvironment() 142 oCell = oCRange.getCellByPosition(cellPos.Column, cellPos.Row); in createTestEnvironment() 165 tEnv.addObjRelation("CELLPOS", cellPos); in createTestEnvironment()
|
H A D | ScAnnotationTextCursor.java | 105 CellAddress cellPos = new CellAddress((short)0, 1, 2); in createTestEnvironment() local 118 XSpreadsheet oSheet = (XSpreadsheet)XAccess.getByIndex(cellPos.Sheet); in createTestEnvironment() 123 XCell oCell = oCRange.getCellByPosition(cellPos.Column, cellPos.Row); in createTestEnvironment()
|
H A D | ScAnnotationShapeObj.java | 136 CellAddress cellPos = new CellAddress((short) 0, 1, 2); in createTestEnvironment() local 154 XAccess.getByIndex(cellPos.Sheet)); in createTestEnvironment() 159 oCRange.getCellByPosition(cellPos.Column, cellPos.Row); in createTestEnvironment()
|
Completed in 20 milliseconds