| 
    LibreOffice Module sc (master) 1
    
   | 
 
#include <pivottablebuffer.hxx>
Public Member Functions | |
| PTDataFieldModel () | |
| Number format for the result.  More... | |
| void | setBiffSubtotal (sal_Int32 nSubtotal) | 
| Sets the subtotal aggregation function for BIFF import.  More... | |
| void | setBiffShowDataAs (sal_Int32 nShowDataAs) | 
| Sets the 'show data as' type for BIFF import.  More... | |
Public Attributes | |
| OUString | maName | 
| sal_Int32 | mnField | 
| Name of the data field.  More... | |
| sal_Int32 | mnSubtotal | 
| Base pivot field.  More... | |
| sal_Int32 | mnShowDataAs | 
| Subtotal aggregation function.  More... | |
| sal_Int32 | mnBaseField | 
| Show data as, based on another field.  More... | |
| sal_Int32 | mnBaseItem | 
| Base field for 'show data as'.  More... | |
| sal_Int32 | mnNumFmtId | 
| Base item for 'show data as'.  More... | |
Definition at line 97 of file pivottablebuffer.hxx.
      
  | 
  explicit | 
Number format for the result.
Definition at line 233 of file pivottablebuffer.cxx.
| void oox::xls::PTDataFieldModel::setBiffShowDataAs | ( | sal_Int32 | nShowDataAs | ) | 
Sets the 'show data as' type for BIFF import.
Definition at line 249 of file pivottablebuffer.cxx.
References mnShowDataAs, STATIC_ARRAY_SELECT, and XML_TOKEN_INVALID.
Referenced by oox::xls::PivotTable::importPTDataField().
| void oox::xls::PTDataFieldModel::setBiffSubtotal | ( | sal_Int32 | nSubtotal | ) | 
Sets the subtotal aggregation function for BIFF import.
Definition at line 243 of file pivottablebuffer.cxx.
References mnSubtotal, STATIC_ARRAY_SELECT, and XML_TOKEN_INVALID.
Referenced by oox::xls::PivotTable::importPTDataField().
| OUString oox::xls::PTDataFieldModel::maName | 
Definition at line 99 of file pivottablebuffer.hxx.
Referenced by oox::xls::PivotTableField::convertDataField(), oox::xls::PivotTable::importDataField(), and oox::xls::PivotTable::importPTDataField().
| sal_Int32 oox::xls::PTDataFieldModel::mnBaseField | 
Show data as, based on another field.
Definition at line 103 of file pivottablebuffer.hxx.
Referenced by oox::xls::PivotTableField::convertDataField(), oox::xls::PivotTable::importDataField(), and oox::xls::PivotTable::importPTDataField().
| sal_Int32 oox::xls::PTDataFieldModel::mnBaseItem | 
Base field for 'show data as'.
Definition at line 104 of file pivottablebuffer.hxx.
Referenced by oox::xls::PivotTableField::convertDataField(), oox::xls::PivotTable::importDataField(), and oox::xls::PivotTable::importPTDataField().
| sal_Int32 oox::xls::PTDataFieldModel::mnField | 
Name of the data field.
Definition at line 100 of file pivottablebuffer.hxx.
Referenced by oox::xls::PivotTableField::convertDataField(), oox::xls::PivotTable::getCacheFieldOfDataField(), oox::xls::PivotTable::importDataField(), and oox::xls::PivotTable::importPTDataField().
| sal_Int32 oox::xls::PTDataFieldModel::mnNumFmtId | 
Base item for 'show data as'.
Definition at line 105 of file pivottablebuffer.hxx.
Referenced by oox::xls::PivotTable::importDataField(), and oox::xls::PivotTable::importPTDataField().
| sal_Int32 oox::xls::PTDataFieldModel::mnShowDataAs | 
Subtotal aggregation function.
Definition at line 102 of file pivottablebuffer.hxx.
Referenced by oox::xls::PivotTableField::convertDataField(), oox::xls::PivotTable::importDataField(), and setBiffShowDataAs().
| sal_Int32 oox::xls::PTDataFieldModel::mnSubtotal | 
Base pivot field.
Definition at line 101 of file pivottablebuffer.hxx.
Referenced by oox::xls::PivotTableField::convertDataField(), oox::xls::PivotTable::importDataField(), and setBiffSubtotal().