Searched refs:aColumnCell (Results 1 – 4 of 4) sorted by relevance
819 CellAddress aColumnCell; in lcl_TabOp() local833 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()881 aColumnCell.Sheet = 1; // c25 in lcl_TabOp()882 aColumnCell.Column = 2; in lcl_TabOp()[all …]
71 @param aColumnCell88 [in] com::sun::star::table::CellAddress aColumnCell,
5318 const table::CellAddress& aColumnCell, in setTableOperation() argument5337 aParam.aRefColCell = ScRefAddress( (SCCOL)aColumnCell.Column, in setTableOperation()5338 (SCROW)aColumnCell.Row, aColumnCell.Sheet, in setTableOperation()
700 const ::com::sun::star::table::CellAddress& aColumnCell,
Completed in 86 milliseconds