Searched refs:aCacheTable (Results 1 – 4 of 4) sorted by relevance
100 aCacheTable.clear(); in DisposeData()106 return aCacheTable.getColSize(); in GetColumnCount()118 else if (nColumn >= aCacheTable.getColSize()) in getDimensionName()125 return aCacheTable.getFieldName((SCCOL)nColumn); in getDimensionName()132 long nColCount = aCacheTable.getColSize(); in IsDateDimension()196 if (!aCacheTable.empty()) in CreateCacheTable()200 aCacheTable.fillTable( aQuery, pSpecial, in CreateCacheTable()207 aCacheTable.filterByPageDimension( in FilterCacheTable()214 sal_Int32 nRowSize = aCacheTable.getRowSize(); in GetDrillDownData()218 aCacheTable.filterTable( in GetDrillDownData()[all …]
213 …aCacheTable( pDoc, GetCacheId() ) // base class ID is initialized with the GetCacheId call abo… in ScDatabaseDPData()225 aCacheTable.clear(); in DisposeData()246 return aCacheTable.getFieldName((SCCOL)nColumn); in getDimensionName()268 if (!aCacheTable.empty()) in CreateCacheTable()271 aCacheTable.fillTable(); in CreateCacheTable()277 aCacheTable.filterByPageDimension( in FilterCacheTable()284 sal_Int32 nRowSize = aCacheTable.getRowSize(); in GetDrillDownData()288 aCacheTable.filterTable( in GetDrillDownData()295 CalcResultsFromCacheTable( aCacheTable, rInfo, bAutoShow); in CalcResults()300 return aCacheTable; in GetCacheTable()
69 ScDPCacheTable aCacheTable; member in ScDatabaseDPData
76 ScDPCacheTable aCacheTable; member in ScSheetDPData
Completed in 27 milliseconds