summaryrefslogtreecommitdiff
path: root/sc/source/core/data/dptablecache.cxx
AgeCommit message (Expand)Author
2012-03-09dptablecache.* to dpcache.*Kohei Yoshida
2012-03-09-Werror={deprecated-declarations,sign-compare,unused-parameter}Stephan Bergmann
2012-03-09Even more cleanup and fixing.Kohei Yoshida
2012-03-09Cleaned up code.Kohei Yoshida
2012-03-09Populate group dimensions directly to the cache.Kohei Yoshida
2012-03-09Added hook to create group field data at cache creation time.Kohei Yoshida
2012-03-09Properly display grouped range values for range-based grouping.Kohei Yoshida
2012-03-09Removed most of my debug statements.Kohei Yoshida
2012-03-09Display special first/last date names correctly.Kohei Yoshida
2012-03-09More on correctly formatting grouped values.Kohei Yoshida
2012-03-09Make sure to clear group field data when reloading the cache.Kohei Yoshida
2012-03-09Fixed TestInclude for reverse-sorted dimensions.Kohei Yoshida
2012-03-09Display date group values correctly.Kohei Yoshida
2012-03-09Fix the result hierarchy construction. Still lots of places remain broken.Kohei Yoshida
2012-03-09At least pass all unit tests.Kohei Yoshida
2012-03-09Massive rework to reduce the size of ScDPItemData.Kohei Yoshida
2012-03-09Date field is now determined outside of ScDPItemData.Kohei Yoshida
2012-03-09ScDPItemData no longer stores number format.Kohei Yoshida
2012-03-09Group by Field struct, instead of keeping 2 dimensional arrays in each.Kohei Yoshida
2012-02-28Simplified it a bit.Kohei Yoshida
2012-02-28AddLabel to take string as its argument.Kohei Yoshida
2012-02-28We only use the string part. Let's make it more obvious.Kohei Yoshida
2012-02-28Using hash set for this would be more appropriate.Kohei Yoshida
2012-02-28bnc#520828: Correctly import fields with same name in excel's pivot tables.Kohei Yoshida
2012-02-19Get rid of size() == 0Elton Chung
2012-02-09String to rtl::OUString.Kohei Yoshida
2012-02-09Cleaned up more header include silliness.Kohei Yoshida
2012-02-09Cleaning up ScDPItemData a bit...Kohei Yoshida
2012-02-09Moved definitions of ScDPItemData where they belong.Kohei Yoshida
2012-01-17remove unused ScDP* methodsThomas Arnhold
2012-01-13Avoid double deletion during data cache object destruction.Kohei Yoshida
2012-01-13Use a copy; the container gets modified during iteration.Kohei Yoshida
2012-01-13Make sure no live ScDPObject instances hold reference to the deleted cache.Kohei Yoshida
2012-01-12fdo#43077: Finally, remove data cache when nobody references it.Kohei Yoshida
2012-01-12fdo#43077: Now, refreshing a table should refresh all linked tables.Kohei Yoshida
2012-01-12fdo#43077: Have cache instance keep track of who is referencing it.Kohei Yoshida
2011-11-28fdo#43304: Allow empty field labels in pivot tables.Kohei Yoshida
2011-11-27remove include of pch header from scNorbert Thiebaud
2011-11-15Unused local var.Kohei Yoshida
2011-11-15Used std::vector instead of C-style array.Kohei Yoshida
2011-11-15This can be for loop instead.Kohei Yoshida
2011-11-15This bool array is not used here.Kohei Yoshida
2011-11-14No more pSpecial treatment of empty / non-empty queries.Kohei Yoshida
2011-11-07Encapsulated empty and non-empty filter criteria.Kohei Yoshida
2011-11-07Changed data storage structure in ScQueryEntry.Kohei Yoshida
2011-11-05Moved ScQueryEntry into its own file set.Kohei Yoshida
2011-11-04Remove direct access to the query string (pStr).Kohei Yoshida
2011-11-04const correct ness etc & mutable only for lazy-initializing accessor.Kohei Yoshida
2011-05-27Replace DBG_* with OSL_* in sc/source/coreJacek Wolszczak
2011-05-02Typo.Kohei Yoshida