Lines Matching refs:ScDPCacheTable

73 ScDPCacheTable::FilterItem::FilterItem() :  in FilterItem()
78 bool ScDPCacheTable::FilterItem::match( const ScDPItemData& rCellData ) const in match()
87 ScDPCacheTable::SingleFilter::SingleFilter(String aString, double fValue, bool bHasValue) in SingleFilter()
94 bool ScDPCacheTable::SingleFilter::match( const ScDPItemData& rCellData ) const in match()
99 const String ScDPCacheTable::SingleFilter::getMatchString() in getMatchString()
104 double ScDPCacheTable::SingleFilter::getMatchValue() const in getMatchValue()
109 bool ScDPCacheTable::SingleFilter::hasValue() const in hasValue()
116 ScDPCacheTable::GroupFilter::GroupFilter() in GroupFilter()
120 bool ScDPCacheTable::GroupFilter::match( const ScDPItemData& rCellData ) const in match()
132 void ScDPCacheTable::GroupFilter::addMatchItem(const String& rStr, double fVal, bool bHasValue) in addMatchItem()
141 size_t ScDPCacheTable::GroupFilter::getMatchItemCount() const in getMatchItemCount()
148 ScDPCacheTable::Criterion::Criterion() : in Criterion()
156 ScDPCacheTable::ScDPCacheTable( ScDocument* pDoc,long nId ) : in ScDPCacheTable() function in ScDPCacheTable
168 ScDPCacheTable::~ScDPCacheTable() in ~ScDPCacheTable()
172 sal_Int32 ScDPCacheTable::getRowSize() const in getRowSize()
177 sal_Int32 ScDPCacheTable::getColSize() const in getColSize()
182 void ScDPCacheTable::fillTable( const ScQueryParam& rQuery, sal_Bool* pSpecial, in fillTable()
238 void ScDPCacheTable::fillTable() in fillTable()
286 bool ScDPCacheTable::isRowActive(sal_Int32 nRow) const in isRowActive()
295 void ScDPCacheTable::filterByPageDimension(const vector<Criterion>& rCriteria, const hash_set<sal_I… in filterByPageDimension()
312 const ScDPItemData* ScDPCacheTable::getCell(SCCOL nCol, SCROW nRow, bool bRepeatIfEmpty) const in getCell()
318 void ScDPCacheTable::getValue( ScDPValueData& rVal, SCCOL nCol, SCROW nRow, bool bRepeatIfEmpty) c… in getValue()
330 String ScDPCacheTable::getFieldName(SCCOL nIndex) const in getFieldName()
335 sal_Int32 ScDPCacheTable::getFieldIndex(const String& rStr) const in getFieldIndex()
340 const ::std::vector<SCROW>& ScDPCacheTable::getFieldEntries( sal_Int32 nColumn ) const in getFieldEntries()
351 void ScDPCacheTable::filterTable(const vector<Criterion>& rCriteria, Sequence< Sequence<Any> >& rTa… in filterTable()
415 void ScDPCacheTable::clear() in clear()
421 void ScDPCacheTable::swap(ScDPCacheTable& rOther) in swap()
427 bool ScDPCacheTable::empty() const in empty()
432 bool ScDPCacheTable::isRowQualified(sal_Int32 nRow, const vector<Criterion>& rCriteria, in isRowQualified()
454 void ScDPCacheTable::InitNoneCache( ScDocument* pDoc ) in InitNoneCache()
462 ScDPTableDataCache* ScDPCacheTable::GetCache() const in GetCache()