summaryrefslogtreecommitdiff
path: root/sc/source/core/data/dpcache.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-07-07module svl: all String and some bool and related clean-upNorbert Thiebaud1-1/+1
2013-07-02OUString convertion for unotoolsNorbert Thiebaud1-3/+4
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-20/+20
2013-03-07fdo#54651: Only pick non-default number format for pivot field.Kohei Yoshida1-1/+3
2013-02-24loplugin: unused variablesThomas Arnhold1-2/+0
2012-12-18Check the validity of row ranges after after the data area shrinkage.Kohei Yoshida1-1/+10
2012-12-15fdo#35943: Better performance with pivot table refresh.Kohei Yoshida1-5/+40
2012-12-14Do extra check on source range to make sure no funny things happen.Kohei Yoshida1-0/+5
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-24/+14
2012-11-08fdo#54898: Test equality by order index (integer) which is more stable.Kohei Yoshida1-3/+3
2012-11-08Function object for printing bucket content. Used only for debugging.Kohei Yoshida1-4/+15
2012-11-08Dump source data for each field re-constructd from the index array.Kohei Yoshida1-0/+10
2012-09-18WaE: calm android tinderboxenMichael Meeks1-3/+3
2012-09-18Refactor fillTable (3-param variant) to skip trailing empty rows.Kohei Yoshida1-3/+4
2012-09-18Determine data size in cache that doesn't include trailing empty rows.Kohei Yoshida1-0/+20
2012-08-22fdo#53929: Pivot table uses case insensitive string comparison.Kohei Yoshida1-2/+2
2012-08-22Abstract database connection from pivot cache to hide UNO API.Kohei Yoshida1-106/+9
2012-08-22fdo#53640: Correctly cache source data coming from database backend.Kohei Yoshida1-3/+6
2012-07-05Use correct row indices to keep track of empty rows.Kohei Yoshida1-1/+21
2012-07-03fdo#51266: Properly set pivot item 'empty' on empty cells.Kohei Yoshida1-0/+2
2012-06-18convert LocaleDataWrapper to OUStringCaolán McNamara1-1/+1
2012-03-23Store the group type (aka date part) with the cache, and use that.Kohei Yoshida1-5/+27
2012-03-23(Hopefully) fixed the table reload bug coming from the pivot layout dialog.Kohei Yoshida1-0/+21
2012-03-23Dump item values too.Kohei Yoshida1-3/+12
2012-03-23Some misc changes & some dumping facility for pivot table for debugging.Kohei Yoshida1-0/+47
2012-03-19Record sort order during the first sort by the value, and use it the 2nd time.Kohei Yoshida1-2/+25
2012-03-16Use shared string pool to share string instances among string item values.Kohei Yoshida1-7/+21
2012-03-16New unit test for testing pivot cache.Kohei Yoshida1-1/+1
2012-03-16Prevent out-of-bound array access.Kohei Yoshida1-1/+1
2012-03-16Check all this in one place i.e. in ValidQuery().Kohei Yoshida1-0/+4
2012-03-16We don't ever compare equality of two caches.Kohei Yoshida1-38/+0
2012-03-15No need to trim capacity any more; it's allocated to the exact size.Kohei Yoshida1-6/+0
2012-03-15We don't need these extra order index array; items are already sorted.Kohei Yoshida1-23/+2
2012-03-15Consolidated file-local functions.Kohei Yoshida1-83/+79
2012-03-15Removed unused.Kohei Yoshida1-67/+0
2012-03-15Use the same algorithm for database initialization.Kohei Yoshida1-8/+19
2012-03-15Better algorithm to (re-)populate the cache.Kohei Yoshida1-2/+123
2012-03-15DataListType -> ItemsType.Kohei Yoshida1-11/+11
2012-03-14When changing grouping in one pivot table, update all linked tables.Kohei Yoshida1-0/+6
2012-03-14Rename ClearSource() to ClearTableData().Kohei Yoshida1-1/+1
2012-03-14Check the return value for negative index, to prevent crash.Kohei Yoshida1-1/+1
2012-03-12Remove unused code in dpcacheSantiago Martinez1-32/+0
2012-03-09Store only one number format per field.Kohei Yoshida1-12/+6
2012-03-09Some header cleanup.Kohei Yoshida1-2/+3
2012-03-09Use std::vector instead of boost::ptr_vector for ScDPItemData.Kohei Yoshida1-43/+48
2012-03-09Use flat_segment_tree to store the empty row flags.Kohei Yoshida1-8/+12
2012-03-09IsValid() is superfluous.Kohei Yoshida1-9/+0
2012-03-09dptablecache.* to dpcache.*Kohei Yoshida1-0/+1123