summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan19-52/+52
2012-03-10Fix Possible null pointer dereferenceJulien Nabet1-2/+2
2012-03-10Fix Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-1/+1
2012-03-10Fix : statement following break will never be executedJulien Nabet1-2/+0
2012-03-10take explicit number format before implicit number format, fdo#47084Markus Mohrhard1-1/+1
2012-03-09vector and rtl::Reference over manual ref-counting.Kohei Yoshida2-32/+19
2012-03-09These don't have to be virtual.Kohei Yoshida1-2/+2
2012-03-09Keep vector as vector.Kohei Yoshida3-16/+17
2012-03-09Store only one number format per field.Kohei Yoshida2-13/+7
2012-03-09Some header cleanup.Kohei Yoshida4-8/+13
2012-03-09Use std::vector instead of boost::ptr_vector for ScDPItemData.Kohei Yoshida2-45/+51
2012-03-09Use flat_segment_tree to store the empty row flags.Kohei Yoshida2-10/+15
2012-03-09IsValid() is superfluous.Kohei Yoshida2-10/+0
2012-03-09dptablecache.* to dpcache.*Kohei Yoshida5-4/+4
2012-03-09Fix infinite looping memory devouring on refreshing table with date grouping.Kohei Yoshida1-7/+7
2012-03-09Use the common method over the local clone.Kohei Yoshida1-75/+2
2012-03-09Bit more organized & Error item has string too.Kohei Yoshida1-9/+14
2012-03-09use the target document not the source documentMarkus Mohrhard1-1/+1
2012-03-09Correct equality check & disable Dump() for normal build.Kohei Yoshida2-3/+12
2012-03-09Apparently nobody uses Hash() anymore.Kohei Yoshida2-16/+0
2012-03-09-Werror={deprecated-declarations,sign-compare,unused-parameter}Stephan Bergmann4-11/+10
2012-03-09Even more cleanup and fixing.Kohei Yoshida4-61/+29
2012-03-09Cleaned up code.Kohei Yoshida5-184/+17
2012-03-09Populate group dimensions directly to the cache.Kohei Yoshida9-247/+449
2012-03-09Added hook to create group field data at cache creation time.Kohei Yoshida11-28/+89
2012-03-09Get normal grouping to work again.Kohei Yoshida2-48/+20
2012-03-09Some adjustments.Kohei Yoshida3-39/+30
2012-03-09Properly display grouped range values for range-based grouping.Kohei Yoshida10-197/+264
2012-03-09These functions are no longer used.Kohei Yoshida1-29/+1
2012-03-09Get number-grouping to work again.Kohei Yoshida3-63/+68
2012-03-09More scope reduction.Kohei Yoshida1-84/+85
2012-03-09We can't deal with "date" field mixed with ordinary strings.Kohei Yoshida1-6/+1
2012-03-09Scope reduction.Kohei Yoshida1-88/+87
2012-03-09Bool-ness.Kohei Yoshida1-1/+1
2012-03-09Only load members of the clicked field, not of all fields.Kohei Yoshida5-67/+106
2012-03-09Fixed a bug on sorting members.Kohei Yoshida1-3/+3
2012-03-09Removed most of my debug statements.Kohei Yoshida4-112/+5
2012-03-09Display special first/last date names correctly.Kohei Yoshida16-92/+206
2012-03-09More on correctly formatting grouped values.Kohei Yoshida7-20/+40
2012-03-09Make sure to clear group field data when reloading the cache.Kohei Yoshida2-10/+29
2012-03-09We can't take a reference here since the value will change after removal.Kohei Yoshida1-1/+1
2012-03-09String and boolean cleanups.Kohei Yoshida1-8/+10
2012-03-09No need to create a copy just to refresh pivot table.Kohei Yoshida1-16/+8
2012-03-09Scope reduction.Kohei Yoshida1-316/+316
2012-03-09Fixed TestInclude for reverse-sorted dimensions.Kohei Yoshida3-30/+29
2012-03-09Display date group values correctly.Kohei Yoshida5-77/+48
2012-03-09Fix the result hierarchy construction. Still lots of places remain broken.Kohei Yoshida7-48/+137
2012-03-09At least pass all unit tests.Kohei Yoshida6-56/+53
2012-03-09Custom copy constructor and assignment operator to fix segfault.Kohei Yoshida2-1/+53
2012-03-09Massive rework to reduce the size of ScDPItemData.Kohei Yoshida16-337/+830