Searched refs:aRowCell (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/sc/workben/ |
H A D | test.cxx | 820 CellAddress aRowCell; in lcl_TabOp() local 836 aRowCell.Sheet = 1; // c5 in lcl_TabOp() 837 aRowCell.Column = 2; in lcl_TabOp() 838 aRowCell.Row = 4; in lcl_TabOp() 845 xGoal->setTableOperation( nMode, aFormulaRange, aColumnCell, aRowCell ); in lcl_TabOp() 860 aRowCell.Sheet = 0; // nicht benutzt in lcl_TabOp() 861 aRowCell.Column = 0; in lcl_TabOp() 862 aRowCell.Row = 0; in lcl_TabOp() 884 aRowCell.Sheet = 1; // c26 in lcl_TabOp() 885 aRowCell.Column = 2; in lcl_TabOp() [all …]
|
/aoo4110/main/offapi/com/sun/star/sheet/ |
H A D | XMultipleOperation.idl | 78 @param aRowCell 89 [in] com::sun::star::table::CellAddress aRowCell );
|
/aoo4110/main/odk/examples/CLI/CSharp/Spreadsheet/ |
H A D | SpreadsheetSample.cs | 461 unoidl.com.sun.star.table.CellAddress aRowCell = in doCellRangeSamples() 469 aColCell, aRowCell ); in doCellRangeSamples() 479 aColCell, aRowCell ); in doCellRangeSamples()
|
/aoo4110/main/odk/examples/DevelopersGuide/Spreadsheet/ |
H A D | SpreadsheetSample.java | 498 com.sun.star.table.CellAddress aRowCell = createCellAddress( xSheet, "F26" ); in doCellRangeSamples() local 504 aFormulaRange, com.sun.star.sheet.TableOperationMode.BOTH, aColCell, aRowCell ); in doCellRangeSamples() 514 aFormulaRange, com.sun.star.sheet.TableOperationMode.COLUMN, aColCell, aRowCell ); in doCellRangeSamples()
|
/aoo4110/main/sc/source/ui/unoobj/ |
H A D | cellsuno.cxx | 5319 const table::CellAddress& aRowCell ) in setTableOperation() argument 5334 aParam.aRefRowCell = ScRefAddress( (SCCOL)aRowCell.Column, in setTableOperation() 5335 (SCROW)aRowCell.Row, aRowCell.Sheet, in setTableOperation()
|
/aoo4110/main/sc/inc/ |
H A D | cellsuno.hxx | 701 const ::com::sun::star::table::CellAddress& aRowCell )
|
Completed in 174 milliseconds