summaryrefslogtreecommitdiff
path: root/sc/source/core/data/table3.cxx
AgeCommit message (Expand)Author
2014-11-25fix fdo#79441 again and keep references to other sheets during sortEike Rathke
2014-11-20fdo#83765 do not update references in SortReorderByColumn() if disabledEike Rathke
2014-11-18Dedicated listener type tailored for formula groups.Kohei Yoshida
2014-11-04remove some unused code in scNoel Grandin
2014-10-31Removed duplicated includesAndrea Gelmini
2014-10-27fdo#85215: Ensure that formula broadcasting works after sort.Kohei Yoshida
2014-10-26fdo#85215: Don't adjust references wrt cell position when disabled.Kohei Yoshida
2014-10-06use comphelper::rng::uniform_*_distribution everywhereCaolán McNamara
2014-09-18fdo#83764: Ensure that the row position is below MAXROW.Kohei Yoshida
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-09-08coverity#708008 Uninitialized scalar fieldCaolán McNamara
2014-09-03fdo#81633: Add a new configuration option to toggle ref update on sort.Kohei Yoshida
2014-08-27assert on first useEike Rathke
2014-08-25Resolves fdo#81084 fdo#81696 fdo#80874 fdo#81010 : sort causes crashDeena Francis
2014-08-16don't call ScMarkData::GetMarkedRanges in ScColumn, related fdo#79422Markus Mohrhard
2014-08-14correct references after sort, fdo#79441Eike Rathke
2014-07-27fdo#81617: Split formula groups at sort range boundaries.Kohei Yoshida
2014-07-14-Wunused-variableNoel Grandin
2014-07-14loplugin:unreffunNoel Grandin
2014-07-13fdo#81309: Adjust references during sort.Kohei Yoshida
2014-07-11resolved fdo#79441 keep 3D references intact during sortEike Rathke
2014-06-25remove whitespaceMarkus Mohrhard
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-05-12o3tl::default_deleter->boost::checked_deleterCaolán McNamara
2014-05-12Move this function object to o3tl.Kohei Yoshida
2014-05-11fix-includes.pl: scThomas Arnhold
2014-05-01fdo#78079: Re-work sort by column to get it to do the right thing.Kohei Yoshida
2014-04-29fdo#74650: Speed up GetFilteredFilterEntries().Kohei Yoshida
2014-04-23SwapRow() is no more!Kohei Yoshida
2014-04-23Use scoped_ptr for this.Kohei Yoshida
2014-04-23New method SortReorderByRow() for the new row-based reordering.Kohei Yoshida
2014-04-23Apply sorted patterns as ranges instead of row-by-row.Kohei Yoshida
2014-04-23Skip reordering of cell formats when whole range is over one pattern entry.Kohei Yoshida
2014-04-23Handle reordering of row hidden and filtered flags during sort.Kohei Yoshida
2014-04-23Handle cell formats correctly during sort.Kohei Yoshida
2014-04-23Make sure to ignore trailing empty rows in all places.Kohei Yoshida
2014-04-23Move cell notes too when sorting.Kohei Yoshida
2014-04-23Add empty block at the top to keep row and element positions in sync.Kohei Yoshida
2014-04-23Use push_back() for mtv to remove the slow O(n^2) algorithm.Kohei Yoshida
2014-04-23Use correct index to access row arrays, to prevent out-of-range access.Kohei Yoshida
2014-04-23Use the mdds storage types directly rather than using CellValues.Kohei Yoshida
2014-04-23Handle sorting of broadcasters correctly.Kohei Yoshida
2014-04-23Retrieve and store broadcasters into data table.Kohei Yoshida
2014-04-23Correctly set the positions of sorted formula cells.Kohei Yoshida
2014-04-23Copy formula cells as well.Kohei Yoshida
2014-04-23I don't need this anymore.Kohei Yoshida
2014-04-23Avoid using SwapRow() when sorting.Kohei Yoshida
2014-04-23Store cell text attribute pointers during initialization.Kohei Yoshida
2014-04-23Use boost::scoped_ptr for this.Kohei Yoshida
2014-03-24Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe