LibreOffice Module sc (master) 1
|
This structure stores dimension information used when calculating results. More...
#include <dptabdat.hxx>
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 |
ScDPInitState * | pInitState |
ScDPResultMember * | pColRoot |
ScDPResultMember * | pRowRoot |
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.
ScDPTableData::CalcInfo::CalcInfo | ( | ) |
Definition at line 32 of file dptabdat.cxx.
::std::vector<ScDPDimension*> ScDPTableData::CalcInfo::aColDims |
Definition at line 72 of file dptabdat.hxx.
Referenced by ScDPSource::CreateRes_Impl(), ScDPSource::FillCalcInfo(), and ScDPTableData::ProcessRowData().
::std::vector<sal_Int32> ScDPTableData::CalcInfo::aColLevelDims |
Definition at line 71 of file dptabdat.hxx.
Referenced by ScDPGroupTableData::CalcResults(), ScDPSource::FillCalcInfo(), and ScDPTableData::FillRowDataFromCacheTable().
::std::vector<ScDPLevel*> ScDPTableData::CalcInfo::aColLevels |
Definition at line 73 of file dptabdat.hxx.
Referenced by ScDPSource::CreateRes_Impl(), ScDPSource::FillCalcInfo(), and ScDPTableData::ProcessRowData().
::std::vector<sal_Int32> ScDPTableData::CalcInfo::aDataSrcCols |
Definition at line 78 of file dptabdat.hxx.
Referenced by ScDPSource::CreateRes_Impl(), and ScDPTableData::FillRowDataFromCacheTable().
::std::vector<sal_Int32> ScDPTableData::CalcInfo::aPageDims |
Definition at line 77 of file dptabdat.hxx.
Referenced by ScDPGroupTableData::CalcResults(), ScDPSource::CreateRes_Impl(), and ScDPTableData::FillRowDataFromCacheTable().
::std::vector<ScDPDimension*> ScDPTableData::CalcInfo::aRowDims |
Definition at line 75 of file dptabdat.hxx.
Referenced by ScDPSource::CreateRes_Impl(), ScDPSource::FillCalcInfo(), and ScDPTableData::ProcessRowData().
::std::vector<sal_Int32> ScDPTableData::CalcInfo::aRowLevelDims |
Definition at line 74 of file dptabdat.hxx.
Referenced by ScDPGroupTableData::CalcResults(), ScDPSource::FillCalcInfo(), and ScDPTableData::FillRowDataFromCacheTable().
::std::vector<ScDPLevel*> ScDPTableData::CalcInfo::aRowLevels |
Definition at line 76 of file dptabdat.hxx.
Referenced by ScDPSource::CreateRes_Impl(), ScDPSource::FillCalcInfo(), and ScDPTableData::ProcessRowData().
ScDPResultMember* ScDPTableData::CalcInfo::pColRoot |
Definition at line 81 of file dptabdat.hxx.
Referenced by ScDPSource::CreateRes_Impl(), and ScDPTableData::ProcessRowData().
ScDPInitState* ScDPTableData::CalcInfo::pInitState |
Definition at line 80 of file dptabdat.hxx.
Referenced by ScDPSource::CreateRes_Impl(), and ScDPTableData::ProcessRowData().
ScDPResultMember* ScDPTableData::CalcInfo::pRowRoot |
Definition at line 82 of file dptabdat.hxx.
Referenced by ScDPSource::CreateRes_Impl(), and ScDPTableData::ProcessRowData().