Home
last modified time | relevance | path

Searched refs:aColCell (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DSpreadsheetSample.java497 com.sun.star.table.CellAddress aColCell = createCellAddress( xSheet, "E27" ); in doCellRangeSamples() local
504 aFormulaRange, com.sun.star.sheet.TableOperationMode.BOTH, aColCell, aRowCell ); in doCellRangeSamples()
507 aColCell = createCellAddress( xSheet, "E33" ); in doCellRangeSamples()
514 aFormulaRange, com.sun.star.sheet.TableOperationMode.COLUMN, aColCell, aRowCell ); in doCellRangeSamples()
/aoo42x/main/odk/examples/CLI/CSharp/Spreadsheet/
H A DSpreadsheetSample.cs459 unoidl.com.sun.star.table.CellAddress aColCell = in doCellRangeSamples()
469 aColCell, aRowCell ); in doCellRangeSamples()
472 aColCell = createCellAddress( xSheet, "E33" ); in doCellRangeSamples()
479 aColCell, aRowCell ); in doCellRangeSamples()

Completed in 32 milliseconds