LibreOffice Module sc (master) 1
Public Member Functions | Public Attributes | List of all members
oox::xls::TableModel Struct Reference

#include <tablebuffer.hxx>

Collaboration diagram for oox::xls::TableModel:
[legend]

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...
 

Detailed Description

Definition at line 28 of file tablebuffer.hxx.

Constructor & Destructor Documentation

◆ TableModel()

oox::xls::TableModel::TableModel ( )
explicit

Number of totals rows.

Definition at line 41 of file tablebuffer.cxx.

References mnId.

Member Data Documentation

◆ maDisplayName

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().

◆ maProgName

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().

◆ maRange

ScRange oox::xls::TableModel::maRange

◆ mnHeaderRows

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().

◆ mnId

sal_Int32 oox::xls::TableModel::mnId

◆ mnTotalsRows

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().

◆ mnType

sal_Int32 oox::xls::TableModel::mnType

Unique table identifier.

Definition at line 34 of file tablebuffer.hxx.

Referenced by oox::xls::Table::importTable().


The documentation for this struct was generated from the following files: