Searched refs:aColumnCell (Results 1 – 4 of 4) sorted by relevance
| /AOO41X/main/sc/workben/ |
| H A D | test.cxx | 819 CellAddress aColumnCell; in lcl_TabOp() local 833 aColumnCell.Sheet = 0; // nicht benutzt in lcl_TabOp() 834 aColumnCell.Column = 0; in lcl_TabOp() 835 aColumnCell.Row = 0; in lcl_TabOp() 845 xGoal->setTableOperation( nMode, aFormulaRange, aColumnCell, aRowCell ); in lcl_TabOp() 857 aColumnCell.Sheet = 1; // b16 in lcl_TabOp() 858 aColumnCell.Column = 1; in lcl_TabOp() 859 aColumnCell.Row = 15; in lcl_TabOp() 869 xGoal->setTableOperation( nMode, aFormulaRange, aColumnCell, aRowCell ); in lcl_TabOp() 881 aColumnCell.Sheet = 1; // c25 in lcl_TabOp() [all …]
|
| /AOO41X/main/offapi/com/sun/star/sheet/ |
| H A D | XMultipleOperation.idl | 71 @param aColumnCell 88 [in] com::sun::star::table::CellAddress aColumnCell,
|
| /AOO41X/main/sc/source/ui/unoobj/ |
| H A D | cellsuno.cxx | 5318 const table::CellAddress& aColumnCell, in setTableOperation() argument 5337 aParam.aRefColCell = ScRefAddress( (SCCOL)aColumnCell.Column, in setTableOperation() 5338 (SCROW)aColumnCell.Row, aColumnCell.Sheet, in setTableOperation()
|
| /AOO41X/main/sc/inc/ |
| H A D | cellsuno.hxx | 700 const ::com::sun::star::table::CellAddress& aColumnCell,
|