/aoo41x/main/qadevOOo/tests/java/mod/_sc/ |
H A D | ScCellFieldObj.java | 151 XCell oCell = oSheet.getCellByPosition(2,3); in createTestEnvironment() local 152 oText = (XText)UnoRuntime.queryInterface(XText.class, oCell); in createTestEnvironment() 160 oCell = oSheet.getCellByPosition(1,4); in createTestEnvironment() 161 oText = (XText)UnoRuntime.queryInterface(XText.class, oCell); in createTestEnvironment()
|
H A D | ScChartsObj.java | 253 XCell oCell = null; in insertIntoCell() local 256 oCell = TT1.getCellByPosition(CellX, CellY); in insertIntoCell() 262 oCell.setValue(new Float(theValue).floatValue()); in insertIntoCell() 264 oCell.setFormula(theValue); in insertIntoCell()
|
H A D | ScIndexEnumeration_TableChartsEnumeration.java | 218 XCell oCell = null; in insertIntoCell() local 221 oCell = TT1.getCellByPosition(CellX, CellY); in insertIntoCell() 227 oCell.setValue(new Float(theValue).floatValue()); in insertIntoCell() 229 oCell.setFormula(theValue); in insertIntoCell()
|
H A D | ScChartObj.java | 270 XCell oCell = null; in insertIntoCell() local 273 oCell = TT1.getCellByPosition(CellX, CellY); in insertIntoCell() 279 oCell.setValue(new Float(theValue).floatValue()); in insertIntoCell() 281 oCell.setFormula(theValue); in insertIntoCell()
|
H A D | ScAnnotationObj.java | 136 XCell oCell = null; in createTestEnvironment() local 142 oCell = oCRange.getCellByPosition(cellPos.Column, cellPos.Row); in createTestEnvironment() 158 UnoRuntime.queryInterface(XSheetAnnotationAnchor.class, oCell); in createTestEnvironment()
|
H A D | ScCellFieldsObj.java | 129 XCell oCell = oSheet.getCellByPosition(2,3); in createTestEnvironment() local 130 oText = (XText)UnoRuntime.queryInterface(XText.class, oCell); in createTestEnvironment() 136 UnoRuntime.queryInterface(XTextFieldsSupplier.class, oCell); in createTestEnvironment()
|
H A D | ScAnnotationsObj.java | 124 XCell oCell = null; in createTestEnvironment() local 133 oCell = oCRange.getCellByPosition(10,10); in createTestEnvironment() 153 UnoRuntime.queryInterface(XSheetAnnotationAnchor.class, oCell); in createTestEnvironment()
|
H A D | ScIndexEnumeration_TextFieldEnumeration.java | 126 XCell oCell = oSheet.getCellByPosition(2,3); in createTestEnvironment() local 127 oText = (XText)UnoRuntime.queryInterface(XText.class, oCell); in createTestEnvironment() 133 UnoRuntime.queryInterface(XTextFieldsSupplier.class, oCell); in createTestEnvironment()
|
H A D | ScAnnotationShapeObj.java | 148 XCell oCell = null; in createTestEnvironment() local 158 oCell = in createTestEnvironment() 176 oCell); in createTestEnvironment()
|
H A D | ScAnnotationTextCursor.java | 123 XCell oCell = oCRange.getCellByPosition(cellPos.Column, cellPos.Row); in createTestEnvironment() local 126 UnoRuntime.queryInterface(XSheetAnnotationAnchor.class, oCell); in createTestEnvironment()
|
/aoo41x/main/qadevOOo/tests/java/mod/_sch/ |
H A D | ChXDiagram.java | 395 XCell oCell = null; in insertIntoCell() local 398 oCell = TT1.getCellByPosition(CellX, CellY); in insertIntoCell() 402 if (flag.equals("V")) {oCell.setValue((new Float(theValue)).floatValue());} in insertIntoCell() 403 else {oCell.setFormula(theValue);} in insertIntoCell()
|
/aoo41x/main/qadevOOo/tests/java/ifc/sheet/ |
H A D | _XArrayFormulaRange.java | 95 XCell oCell = null; in _setArrayFormula() local 101 oCell = oSheet.getCellByPosition(i, j); in _setArrayFormula() 108 value = oCell.getValue(); in _setArrayFormula()
|
/aoo41x/main/qadevOOo/tests/java/ifc/table/ |
H A D | _XAutoFormattable.java | 71 XCell oCell = cellRange.getCellByPosition(0, 0); in _autoFormat() local 73 XPropertySet.class, oCell); in _autoFormat()
|
/aoo41x/main/qadevOOo/tests/java/mod/_sw/ |
H A D | SwXTableCellText.java | 143 XCell oCell = oTable.getCellByName("A1"); in createTestEnvironment() local 145 UnoRuntime.queryInterface(XSimpleText.class, oCell); in createTestEnvironment()
|
/aoo41x/main/qadevOOo/runner/util/ |
H A D | SOfficeFactory.java | 321 com.sun.star.table.XCell oCell = ((XTextTable) oTable).getCellByName( in getFirstTableCell() local 323 return oCell; in getFirstTableCell()
|
/aoo41x/main/qadevOOo/tests/java/ifc/text/ |
H A D | _XTextTableCursor.java | 64 XCell oCell = null; field in _XTextTableCursor
|