LibreOffice Module sc (master) 1
|
#include <tablebuffer.hxx>
Public Member Functions | |
TableModel () | |
Number of totals rows. More... | |
Public Attributes | |
ScRange | maRange |
OUString | maProgName |
Original (unchecked) range of the table. More... | |
OUString | maDisplayName |
Programmatical name. More... | |
sal_Int32 | mnId |
Display name. More... | |
sal_Int32 | mnType |
Unique table identifier. More... | |
sal_Int32 | mnHeaderRows |
Table type (worksheet, query, etc.). More... | |
sal_Int32 | mnTotalsRows |
Number of header rows. More... | |
Definition at line 28 of file tablebuffer.hxx.
|
explicit |
OUString oox::xls::TableModel::maDisplayName |
Programmatical name.
Definition at line 32 of file tablebuffer.hxx.
Referenced by oox::xls::Table::finalizeImport(), oox::xls::Table::getDisplayName(), and oox::xls::Table::importTable().
OUString oox::xls::TableModel::maProgName |
Original (unchecked) range of the table.
Definition at line 31 of file tablebuffer.hxx.
Referenced by oox::xls::Table::importTable().
ScRange oox::xls::TableModel::maRange |
Definition at line 30 of file tablebuffer.hxx.
Referenced by oox::xls::Table::applyAutoFilters(), oox::xls::Table::finalizeImport(), oox::xls::Table::getOriginalRange(), and oox::xls::Table::importTable().
sal_Int32 oox::xls::TableModel::mnHeaderRows |
Table type (worksheet, query, etc.).
Definition at line 35 of file tablebuffer.hxx.
Referenced by oox::xls::Table::finalizeImport(), oox::xls::Table::getHeaderRows(), and oox::xls::Table::importTable().
sal_Int32 oox::xls::TableModel::mnId |
Display name.
Definition at line 33 of file tablebuffer.hxx.
Referenced by oox::xls::Table::finalizeImport(), oox::xls::Table::getTableId(), and oox::xls::Table::importTable().
sal_Int32 oox::xls::TableModel::mnTotalsRows |
Number of header rows.
Definition at line 36 of file tablebuffer.hxx.
Referenced by oox::xls::Table::finalizeImport(), oox::xls::Table::getTotalsRows(), and oox::xls::Table::importTable().
sal_Int32 oox::xls::TableModel::mnType |
Unique table identifier.
Definition at line 34 of file tablebuffer.hxx.
Referenced by oox::xls::Table::importTable().