summaryrefslogtreecommitdiff
path: root/sc/source/core/data/table3.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-08-17Resolves: tdf#93098 replace remembered listener when replacing cellEike Rathke1-2/+14
2015-05-05loplugin:staticmethodsNoel Grandin1-2/+2
2015-05-05rework Sort trim data area logicEike Rathke1-14/+5
2015-05-04Resolves tdf#90757 ensure start row / end row order makes senseEike Rathke1-5/+4
2015-03-31Resolves: tdf#35636 implement match on empty cellsEike Rathke1-1/+1
2015-03-20fix commentsEike Rathke1-6/+6
2015-03-20Resolves: tdf#89958 filter ends with / does not end with correctionEike Rathke1-5/+5
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin1-3/+3
2015-02-13Translated german commments in sc/source/core/data/table1-3.cxxAlbert Thuswaldner1-47/+45
2015-02-05try to avoid overflows in some compare functionsMichael Stahl1-1/+1
2015-01-14fdo#39468 Translate German Comments - replace '//!' with '//TODO:'Christian M. Heller1-4/+4
2015-01-03boost::unordered_map->std::unordered_mapCaolán McNamara1-2/+2
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-05Fix 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-05loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann1-2/+3
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-25remove boost/unordered_map.hpp include from types.hxx.Kohei Yoshida1-0/+1
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