summaryrefslogtreecommitdiff
path: root/sc/source/core/data/dpcachetable.cxx
AgeCommit message (Expand)Author
2012-10-31Rename the files to reflect the class name change.Kohei Yoshida
2012-10-31Rename ScDPCacheTable to ScDPFilteredCache.Kohei Yoshida
2012-10-31Since the cache there is never NULL, let's take a reference instead.Kohei Yoshida
2012-10-31The cache inside ScDPCacheTable (I should rename this) is never NULL.Kohei Yoshida
2012-10-30fdo#56325: Don't forget to build_tree() in fillTable().Kohei Yoshida
2012-10-30Somehow that comment makes no sense.Kohei Yoshida
2012-10-30dump() method for ScDPCacheTable (for debugging only).Kohei Yoshida
2012-10-30Somehow the indentation was messed up in this method.Kohei Yoshida
2012-09-18Some cleanups.Kohei Yoshida
2012-09-18Use mdds::flat_segment_tree to store row flags.Kohei Yoshida
2012-09-18Do the same for the no-parameter variant of fillTable().Kohei Yoshida
2012-09-18Refactor fillTable (3-param variant) to skip trailing empty rows.Kohei Yoshida
2012-09-18Determine data size in cache that doesn't include trailing empty rows.Kohei Yoshida
2012-09-18Reduce indentation by early bailout.Kohei Yoshida
2012-03-16We shouldn't skip empty columns, or else column index becomes out of sync.Kohei Yoshida
2012-03-16Check all this in one place i.e. in ValidQuery().Kohei Yoshida
2012-03-12Nobody uses this now.Kohei Yoshida
2012-03-12Get double-click drill-down of pivot data to work again.Kohei Yoshida
2012-03-09Massive rework to reduce the size of ScDPItemData.Kohei Yoshida
2012-02-10Fixed the accidental swapping of equality / non-equality condition.Kohei Yoshida
2012-02-09String to rtl::OUString.Kohei Yoshida
2012-02-09Cleaned up more header include silliness.Kohei Yoshida
2012-01-12fdo#43077: Have cache instance keep track of who is referencing it.Kohei Yoshida
2011-11-27remove include of pch header from scNorbert Thiebaud
2011-11-14No more pSpecial treatment of empty / non-empty queries.Kohei Yoshida
2011-11-05Moved ScQueryEntry into its own file set.Kohei Yoshida
2011-06-10fdo#33137: Prevent crash on pivot table with invalid database connection.Kohei Yoshida
2011-05-03fdo#36771: Treat filter by "filter" and filter by "page" separate.Kohei Yoshida
2011-05-02Fixed indentation and naming inconsistencies.Kohei Yoshida
2011-04-28Centrally manage cached grid data for data pilot tables.Kohei Yoshida
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida
2011-03-01Check for existance of cache before creating a new one.Kohei Yoshida
2011-03-01Renamed ScDPTableDataCache to simply ScDPCache.Kohei Yoshida
2011-03-01Finally get the refresh to work properly.Kohei Yoshida
2011-02-28Data cache is now stored in the cashe table object for now.Kohei Yoshida
2011-02-28Make sure everybody calls ScDPCacheTable::getOrder() publicly.Kohei Yoshida
2011-02-28Make sure nobody modifies the table cache outside of ScDPCacheTable.Kohei Yoshida
2011-02-06port repository calc to boost unordered containersFridrich Štrba
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko
2011-01-12Moved the dp cache handling code from ScDocument to ScDPCollection.Kohei Yoshida
2011-01-12Cleaned up inconsistent coding styles.Kohei Yoshida
2011-01-09Removed unnecessary commentsChristina Rossmanith
2010-12-20callcatcher + 1 RTL_CONSTASCII_USTRINGPARAMserval
2010-11-12More datapilt-related cleanups.Kohei Yoshida
2010-11-12Removed more useless comments, fixed indentations etc.Kohei Yoshida
2010-11-12More formatting & indentation fix.Kohei Yoshida
2010-11-12A bit of cleanup of the data pilot code.Kohei Yoshida
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth
2010-04-09calcautocrash: #i110721# move MacroInterpretIncrementer to ScDPTableDataCache...Niklas Nebel
2010-04-01#i10000# some catch-up fixesVladimir Glazunov