Home
last modified time | relevance | path

Searched refs:aColumnCell (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sc/workben/
H A Dtest.cxx819 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()
881 aColumnCell.Sheet = 1; // c25 in lcl_TabOp()
882 aColumnCell.Column = 2; in lcl_TabOp()
[all …]
/trunk/main/offapi/com/sun/star/sheet/
H A DXMultipleOperation.idl71 @param aColumnCell
88 [in] com::sun::star::table::CellAddress aColumnCell,
/trunk/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx5318 const table::CellAddress& aColumnCell, in setTableOperation() argument
5337 aParam.aRefColCell = ScRefAddress( (SCCOL)aColumnCell.Column, in setTableOperation()
5338 (SCROW)aColumnCell.Row, aColumnCell.Sheet, in setTableOperation()
/trunk/main/sc/inc/
H A Dcellsuno.hxx700 const ::com::sun::star::table::CellAddress& aColumnCell,

Completed in 118 milliseconds