Home
last modified time | relevance | path

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

/trunk/main/sc/workben/
H A Dtest.cxx820 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 …]
/trunk/main/offapi/com/sun/star/sheet/
H A DXMultipleOperation.idl78 @param aRowCell
89 [in] com::sun::star::table::CellAddress aRowCell );
/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DSpreadsheetSample.java498 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()
/trunk/main/odk/examples/CLI/CSharp/Spreadsheet/
H A DSpreadsheetSample.cs461 unoidl.com.sun.star.table.CellAddress aRowCell = in doCellRangeSamples()
469 aColCell, aRowCell ); in doCellRangeSamples()
479 aColCell, aRowCell ); in doCellRangeSamples()
/trunk/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx5319 const table::CellAddress& aRowCell ) in setTableOperation() argument
5334 aParam.aRefRowCell = ScRefAddress( (SCCOL)aRowCell.Column, in setTableOperation()
5335 (SCROW)aRowCell.Row, aRowCell.Sheet, in setTableOperation()
/trunk/main/sc/inc/
H A Dcellsuno.hxx701 const ::com::sun::star::table::CellAddress& aRowCell )

Completed in 95 milliseconds