LibreOffice Module sc (master) 1
|
#include <pivottablebuffer.hxx>
Public Member Functions | |
PTLocationModel () | |
Number of columns in page filter area. More... | |
Public Attributes | |
ScRange | maRange |
sal_Int32 | mnFirstHeaderRow |
Target cell range for the pivot table. More... | |
sal_Int32 | mnFirstDataRow |
First row of header cells (relative in pivot table). More... | |
sal_Int32 | mnFirstDataCol |
First row of data cells (relative in pivot table). More... | |
sal_Int32 | mnRowPageCount |
First column of data cells (relative in pivot table). More... | |
sal_Int32 | mnColPageCount |
Number of rows in page filter area. More... | |
Definition at line 270 of file pivottablebuffer.hxx.
|
explicit |
Number of columns in page filter area.
Definition at line 957 of file pivottablebuffer.cxx.
ScRange oox::xls::PTLocationModel::maRange |
Definition at line 272 of file pivottablebuffer.hxx.
Referenced by oox::xls::PivotTable::finalizeImport(), oox::xls::PivotTable::importLocation(), and oox::xls::PivotTable::importPTLocation().
sal_Int32 oox::xls::PTLocationModel::mnColPageCount |
Number of rows in page filter area.
Definition at line 277 of file pivottablebuffer.hxx.
Referenced by oox::xls::PivotTable::importLocation(), and oox::xls::PivotTable::importPTLocation().
sal_Int32 oox::xls::PTLocationModel::mnFirstDataCol |
First row of data cells (relative in pivot table).
Definition at line 275 of file pivottablebuffer.hxx.
Referenced by oox::xls::PivotTable::importLocation(), and oox::xls::PivotTable::importPTLocation().
sal_Int32 oox::xls::PTLocationModel::mnFirstDataRow |
First row of header cells (relative in pivot table).
Definition at line 274 of file pivottablebuffer.hxx.
Referenced by oox::xls::PivotTable::importLocation(), and oox::xls::PivotTable::importPTLocation().
sal_Int32 oox::xls::PTLocationModel::mnFirstHeaderRow |
Target cell range for the pivot table.
Definition at line 273 of file pivottablebuffer.hxx.
Referenced by oox::xls::PivotTable::importLocation(), and oox::xls::PivotTable::importPTLocation().
sal_Int32 oox::xls::PTLocationModel::mnRowPageCount |
First column of data cells (relative in pivot table).
Definition at line 276 of file pivottablebuffer.hxx.
Referenced by oox::xls::PivotTable::importLocation(), and oox::xls::PivotTable::importPTLocation().