LibreOffice Module sc (master) 1
Public Member Functions | Public Attributes | List of all members
ScDPTableData::CalcInfo Struct Reference

This structure stores dimension information used when calculating results. More...

#include <dptabdat.hxx>

Collaboration diagram for ScDPTableData::CalcInfo:
[legend]

Public Member Functions

 CalcInfo ()
 

Public Attributes

::std::vector< sal_Int32 > aColLevelDims
 
::std::vector< ScDPDimension * > aColDims
 
::std::vector< ScDPLevel * > aColLevels
 
::std::vector< sal_Int32 > aRowLevelDims
 
::std::vector< ScDPDimension * > aRowDims
 
::std::vector< ScDPLevel * > aRowLevels
 
::std::vector< sal_Int32 > aPageDims
 
::std::vector< sal_Int32 > aDataSrcCols
 
ScDPInitStatepInitState
 
ScDPResultMemberpColRoot
 
ScDPResultMemberpRowRoot
 

Detailed Description

This structure stores dimension information used when calculating results.

These data are read only during result calculation, so it should be passed as a const instance.

Definition at line 69 of file dptabdat.hxx.

Constructor & Destructor Documentation

◆ CalcInfo()

ScDPTableData::CalcInfo::CalcInfo ( )

Definition at line 32 of file dptabdat.cxx.

Member Data Documentation

◆ aColDims

::std::vector<ScDPDimension*> ScDPTableData::CalcInfo::aColDims

◆ aColLevelDims

::std::vector<sal_Int32> ScDPTableData::CalcInfo::aColLevelDims

◆ aColLevels

::std::vector<ScDPLevel*> ScDPTableData::CalcInfo::aColLevels

◆ aDataSrcCols

::std::vector<sal_Int32> ScDPTableData::CalcInfo::aDataSrcCols

◆ aPageDims

::std::vector<sal_Int32> ScDPTableData::CalcInfo::aPageDims

◆ aRowDims

::std::vector<ScDPDimension*> ScDPTableData::CalcInfo::aRowDims

◆ aRowLevelDims

::std::vector<sal_Int32> ScDPTableData::CalcInfo::aRowLevelDims

◆ aRowLevels

::std::vector<ScDPLevel*> ScDPTableData::CalcInfo::aRowLevels

◆ pColRoot

ScDPResultMember* ScDPTableData::CalcInfo::pColRoot

Definition at line 81 of file dptabdat.hxx.

Referenced by ScDPSource::CreateRes_Impl(), and ScDPTableData::ProcessRowData().

◆ pInitState

ScDPInitState* ScDPTableData::CalcInfo::pInitState

Definition at line 80 of file dptabdat.hxx.

Referenced by ScDPSource::CreateRes_Impl(), and ScDPTableData::ProcessRowData().

◆ pRowRoot

ScDPResultMember* ScDPTableData::CalcInfo::pRowRoot

Definition at line 82 of file dptabdat.hxx.

Referenced by ScDPSource::CreateRes_Impl(), and ScDPTableData::ProcessRowData().


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