summaryrefslogtreecommitdiff
path: root/sc/source/core/data/table3.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-12-08coverity#1257111 Uninitialized pointer fieldCaolán McNamara1-0/+1
2014-12-07add ReorderParam.mbHasHeaders to include in Undo range markEike Rathke1-0/+1
2014-12-06Fix incorrect adjustment of range references during sort.Kohei Yoshida1-1/+152
2014-12-05Ctrl+A and Data Sort took ages to broadcast ALL cellsEike Rathke1-11/+12
2014-12-05trim also empty leading column ranges, fdo#81501 follow-upEike Rathke1-1/+4
2014-12-05actually use identical code for both byRow and byCol, fdo#81501 follow-upEike Rathke1-7/+4
2014-12-05Fix high memory usage when sorting cells in Calc. (fdo#81501)Supreme Aryal1-0/+2
2014-12-05loplugin:unusedvariablecheckStephan Bergmann1-3/+0
2014-12-05-Werror,-WshadowStephan Bergmann1-6/+8
2014-12-05Create 2 variants of SortReorderByRow.Kohei Yoshida1-107/+211
2014-12-05Extract this code block into an own function.Kohei Yoshida1-100/+126
2014-12-02fdo#86762 re-establish listeners on moved broadcastersEike Rathke1-36/+64
2014-12-02fdo#86762 re-establish listeners to move cell broadcastersEike Rathke1-46/+99
2014-11-25fix fdo#79441 again and keep references to other sheets during sortEike Rathke1-0/+4
2014-11-20fdo#83765 do not update references in SortReorderByColumn() if disabledEike Rathke1-1/+2
2014-11-18Dedicated listener type tailored for formula groups.Kohei Yoshida1-4/+4
2014-11-04remove some unused code in scNoel Grandin1-30/+0
2014-10-31Removed duplicated includesAndrea Gelmini1-1/+0
2014-10-27fdo#85215: Ensure that formula broadcasting works after sort.Kohei Yoshida1-0/+15
2014-10-26fdo#85215: Don't adjust references wrt cell position when disabled.Kohei Yoshida1-2/+5
2014-10-06use comphelper::rng::uniform_*_distribution everywhereCaolán McNamara1-2/+3
2014-09-18fdo#83764: Ensure that the row position is below MAXROW.Kohei Yoshida1-2/+5
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-1/+1
2014-09-08coverity#708008 Uninitialized scalar fieldCaolán McNamara1-1/+2
2014-09-03fdo#81633: Add a new configuration option to toggle ref update on sort.Kohei Yoshida1-49/+66
2014-08-27assert on first useEike Rathke1-1/+3
2014-08-25Resolves fdo#81084 fdo#81696 fdo#80874 fdo#81010 : sort causes crashDeena Francis1-0/+4
2014-08-16don't call ScMarkData::GetMarkedRanges in ScColumn, related fdo#79422Markus Mohrhard1-1/+3
2014-08-14correct references after sort, fdo#79441Eike Rathke1-2/+65
2014-07-27fdo#81617: Split formula groups at sort range boundaries.Kohei Yoshida1-0/+8
2014-07-14-Wunused-variableNoel Grandin1-1/+1
2014-07-14loplugin:unreffunNoel Grandin1-1/+0
2014-07-13fdo#81309: Adjust references during sort.Kohei Yoshida1-127/+340
2014-07-11resolved fdo#79441 keep 3D references intact during sortEike Rathke1-1/+2
2014-06-25remove whitespaceMarkus Mohrhard1-7/+0
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-8/+0
2014-05-12o3tl::default_deleter->boost::checked_deleterCaolán McNamara1-2/+2
2014-05-12Move this function object to o3tl.Kohei Yoshida1-2/+2
2014-05-11fix-includes.pl: scThomas Arnhold1-1/+1
2014-05-01fdo#78079: Re-work sort by column to get it to do the right thing.Kohei Yoshida1-23/+72
2014-04-29fdo#74650: Speed up GetFilteredFilterEntries().Kohei Yoshida1-2/+7
2014-04-23SwapRow() is no more!Kohei Yoshida1-34/+0
2014-04-23Use scoped_ptr for this.Kohei Yoshida1-4/+3
2014-04-23New method SortReorderByRow() for the new row-based reordering.Kohei Yoshida1-178/+182
2014-04-23Apply sorted patterns as ranges instead of row-by-row.Kohei Yoshida1-3/+38
2014-04-23Skip reordering of cell formats when whole range is over one pattern entry.Kohei Yoshida1-1/+5
2014-04-23Handle reordering of row hidden and filtered flags during sort.Kohei Yoshida1-24/+112
2014-04-23Handle cell formats correctly during sort.Kohei Yoshida1-2/+12
2014-04-23Make sure to ignore trailing empty rows in all places.Kohei Yoshida1-24/+28
2014-04-23Move cell notes too when sorting.Kohei Yoshida1-6/+27