Lines Matching refs:ScSheetDPData
60 ScSheetDPData::ScSheetDPData( ScDocument* pD, const ScSheetSourceDesc& rDesc , long nCacheId) : in ScSheetDPData() function in ScSheetDPData
93 ScSheetDPData::~ScSheetDPData() in ~ScSheetDPData()
98 void ScSheetDPData::DisposeData() in DisposeData()
103 long ScSheetDPData::GetColumnCount() in GetColumnCount()
109 String ScSheetDPData::getDimensionName(long nColumn) in getDimensionName()
129 sal_Bool ScSheetDPData::IsDateDimension(long nDim) in IsDateDimension()
148 sal_uLong ScSheetDPData::GetNumberFormat(long nDim) in GetNumberFormat()
176 sal_Bool ScSheetDPData::getIsDataLayoutDimension(long nColumn) in getIsDataLayoutDimension()
182 void ScSheetDPData::SetEmptyFlags( sal_Bool bIgnoreEmptyRowsP, sal_Bool bRepeatIfEmptyP ) in SetEmptyFlags()
188 bool ScSheetDPData::IsRepeatIfEmpty() in IsRepeatIfEmpty()
193 void ScSheetDPData::CreateCacheTable() in CreateCacheTable()
204 void ScSheetDPData::FilterCacheTable(const vector<ScDPCacheTable::Criterion>& rCriteria, const hash… in FilterCacheTable()
211 void ScSheetDPData::GetDrillDownData(const vector<ScDPCacheTable::Criterion>& rCriteria, const hash… in GetDrillDownData()
222 void ScSheetDPData::CalcResults(CalcInfo& rInfo, bool bAutoShow) in CalcResults()
228 const ScDPCacheTable& ScSheetDPData::GetCacheTable() const in GetCacheTable()