summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2012-03-13some more test documentsCaolán McNamara
2012-03-13add some testsCaolán McNamara
2012-03-13Get drill-down by double-click to work with number-grouped data.Kohei Yoshida
2012-03-13Forgot to add break here...Kohei Yoshida
2012-03-13only shrink to used area in text export, fdo#46230, related n#677811Markus Mohrhard
2012-03-12Remove unused code in dpitemdataSantiago Martinez
2012-03-12Remove unused code in dptabresSantiago Martinez
2012-03-12Remove unused code in dpcacheSantiago Martinez
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-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan
2012-03-10Fix Possible null pointer dereferenceJulien Nabet
2012-03-10Fix Prefer prefix ++/-- operators for non-primitive typesJulien Nabet
2012-03-10Fix : statement following break will never be executedJulien Nabet
2012-03-10take explicit number format before implicit number format, fdo#47084Markus Mohrhard
2012-03-09vector and rtl::Reference over manual ref-counting.Kohei Yoshida
2012-03-09These don't have to be virtual.Kohei Yoshida
2012-03-09Keep vector as vector.Kohei Yoshida
2012-03-09Store only one number format per field.Kohei Yoshida
2012-03-09Some header cleanup.Kohei Yoshida
2012-03-09Use std::vector instead of boost::ptr_vector for ScDPItemData.Kohei Yoshida
2012-03-09Use flat_segment_tree to store the empty row flags.Kohei Yoshida
2012-03-09IsValid() is superfluous.Kohei Yoshida
2012-03-09dptablecache.* to dpcache.*Kohei Yoshida
2012-03-09Fix infinite looping memory devouring on refreshing table with date grouping.Kohei Yoshida
2012-03-09Use the common method over the local clone.Kohei Yoshida
2012-03-09Bit more organized & Error item has string too.Kohei Yoshida
2012-03-09use the target document not the source documentMarkus Mohrhard
2012-03-09Correct equality check & disable Dump() for normal build.Kohei Yoshida
2012-03-09Apparently nobody uses Hash() anymore.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-09Get normal grouping to work again.Kohei Yoshida
2012-03-09Some adjustments.Kohei Yoshida
2012-03-09Properly display grouped range values for range-based grouping.Kohei Yoshida
2012-03-09These functions are no longer used.Kohei Yoshida
2012-03-09Get number-grouping to work again.Kohei Yoshida
2012-03-09More scope reduction.Kohei Yoshida
2012-03-09We can't deal with "date" field mixed with ordinary strings.Kohei Yoshida
2012-03-09Scope reduction.Kohei Yoshida
2012-03-09Bool-ness.Kohei Yoshida
2012-03-09Only load members of the clicked field, not of all fields.Kohei Yoshida
2012-03-09Fixed a bug on sorting members.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