Home
last modified time | relevance | path

Searched refs:xCellAddr (Results 1 – 6 of 6) sorted by relevance

/aoo41x/test/testuno/source/fvt/uno/sc/rowcolumn/
H A DCreateShowHideEditDeleteComments.java116 XCellAddressable xCellAddr = (XCellAddressable) in testCreateEditDeleteComments() local
118 CellAddress aAddress = xCellAddr.getCellAddress(); in testCreateEditDeleteComments()
177 XCellAddressable xCellAddr = (XCellAddressable) in testShowHideComments() local
179 CellAddress aAddress = xCellAddr.getCellAddress(); in testShowHideComments()
/aoo41x/test/testuno/source/fvt/uno/sc/data/
H A DDataSort.java288 XCellAddressable xCellAddr = (XCellAddressable) UnoRuntime in sortOption() local
290 CellAddress copytoAddress = xCellAddr.getCellAddress(); in sortOption()
H A DStandardFilterOption.java297 …XCellAddressable xCellAddr = (XCellAddressable) UnoRuntime.queryInterface(XCellAddressable.class, … in testStandardFilterOptionCopyOutput() local
298 CellAddress copytoAddress = xCellAddr.getCellAddress(); in testStandardFilterOptionCopyOutput()
/aoo41x/main/qadevOOo/tests/java/ifc/sheet/
H A D_XDataPilotTable2.java561 XCellAddressable xCellAddr = (XCellAddressable)UnoRuntime.queryInterface( in getLastUsedCellAddress() local
564 return xCellAddr.getCellAddress(); in getLastUsedCellAddress()
/aoo41x/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DSpreadsheetSample.java270 com.sun.star.sheet.XCellAddressable xCellAddr = (com.sun.star.sheet.XCellAddressable) in doCellSamples() local
272 com.sun.star.table.CellAddress aAddress = xCellAddr.getCellAddress(); in doCellSamples()
/aoo41x/main/odk/examples/CLI/CSharp/Spreadsheet/
H A DSpreadsheetSample.cs155 unoidl.com.sun.star.sheet.XCellAddressable xCellAddr = in doCellSamples()
158 xCellAddr.getCellAddress(); in doCellSamples()

Completed in 48 milliseconds