|
LibreOffice Module sc (master) 1
|
Parameter for data table aka multiple operations. More...
#include <paramisc.hxx>
Public Types | |
| enum | Mode { Column = 0 , Row = 1 , Both = 2 } |
Public Member Functions | |
| ScTabOpParam () | |
| ScTabOpParam (const ScTabOpParam &r) | |
| ScTabOpParam (const ScRefAddress &rFormulaCell, const ScRefAddress &rFormulaEnd, const ScRefAddress &rRowCell, const ScRefAddress &rColCell, Mode eMode) | |
| ScTabOpParam & | operator= (const ScTabOpParam &r) |
| bool | operator== (const ScTabOpParam &r) const |
Public Attributes | |
| ScRefAddress | aRefFormulaCell |
| ScRefAddress | aRefFormulaEnd |
| ScRefAddress | aRefRowCell |
| ScRefAddress | aRefColCell |
| Mode | meMode |
Parameter for data table aka multiple operations.
Definition at line 45 of file paramisc.hxx.
| enum ScTabOpParam::Mode |
| Enumerator | |
|---|---|
| Column | |
| Row | |
| Both | |
Definition at line 47 of file paramisc.hxx.
| ScTabOpParam::ScTabOpParam | ( | ) |
Definition at line 244 of file global2.cxx.
References meMode.
| ScTabOpParam::ScTabOpParam | ( | const ScTabOpParam & | r | ) |
Definition at line 246 of file global2.cxx.
References meMode.
| ScTabOpParam::ScTabOpParam | ( | const ScRefAddress & | rFormulaCell, |
| const ScRefAddress & | rFormulaEnd, | ||
| const ScRefAddress & | rRowCell, | ||
| const ScRefAddress & | rColCell, | ||
| Mode | eMode | ||
| ) |
Definition at line 255 of file global2.cxx.
| ScTabOpParam & ScTabOpParam::operator= | ( | const ScTabOpParam & | r | ) |
Definition at line 268 of file global2.cxx.
References aRefColCell, aRefFormulaCell, aRefFormulaEnd, aRefRowCell, and meMode.
| bool ScTabOpParam::operator== | ( | const ScTabOpParam & | r | ) | const |
Definition at line 278 of file global2.cxx.
References aRefColCell, aRefFormulaCell, aRefFormulaEnd, aRefRowCell, and meMode.
| ScRefAddress ScTabOpParam::aRefColCell |
Definition at line 52 of file paramisc.hxx.
Referenced by oox::xls::SheetDataBuffer::finalizeTableOperation(), ScDocument::InsertTableOp(), operator=(), operator==(), ScDocumentImport::setTableOpCells(), ScCellRangeObj::setTableOperation(), ImportExcel::TableOp(), and ScDocFunc::TabOp().
| ScRefAddress ScTabOpParam::aRefFormulaCell |
Definition at line 49 of file paramisc.hxx.
Referenced by oox::xls::SheetDataBuffer::finalizeTableOperation(), ScDocument::InsertTableOp(), operator=(), operator==(), ScDocumentImport::setTableOpCells(), ScCellRangeObj::setTableOperation(), ImportExcel::TableOp(), and ScDocFunc::TabOp().
| ScRefAddress ScTabOpParam::aRefFormulaEnd |
Definition at line 50 of file paramisc.hxx.
Referenced by oox::xls::SheetDataBuffer::finalizeTableOperation(), ScDocument::InsertTableOp(), operator=(), operator==(), ScDocumentImport::setTableOpCells(), ScCellRangeObj::setTableOperation(), ImportExcel::TableOp(), and ScDocFunc::TabOp().
| ScRefAddress ScTabOpParam::aRefRowCell |
Definition at line 51 of file paramisc.hxx.
Referenced by oox::xls::SheetDataBuffer::finalizeTableOperation(), ScDocument::InsertTableOp(), operator=(), operator==(), ScDocumentImport::setTableOpCells(), ScCellRangeObj::setTableOperation(), ImportExcel::TableOp(), and ScDocFunc::TabOp().
| Mode ScTabOpParam::meMode |
Definition at line 53 of file paramisc.hxx.
Referenced by oox::xls::SheetDataBuffer::finalizeTableOperation(), ScDocument::InsertTableOp(), operator=(), operator==(), ScDocumentImport::setTableOpCells(), ScCellRangeObj::setTableOperation(), ImportExcel::TableOp(), and ScDocFunc::TabOp().