summaryrefslogtreecommitdiff
path: root/sc/source/core/data/table3.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-07-20loplugin:privatebase: Publicly derive from binary_/unary_functionStephan Bergmann1-4/+4
2016-07-12Bin silly 'STATIC DATA' commentsTor Lillqvist1-4/+0
2016-03-03tdf#97215 Sorting with update reference causes crashArul Michael1-9/+8
2015-11-13sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-2/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-11/+11
2015-11-03cppcheck: noExplicitConstructorCaolán McNamara1-6/+6
2015-11-02avoid construction of ScRefCellValue with default ctor, tdf#95419 relatedEike Rathke1-6/+3
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-4/+4
2015-09-18boost->stdCaolán McNamara1-8/+7
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara1-7/+8
2015-09-17boost->stdCaolán McNamara1-8/+7
2015-09-13replace boost::ptr_container with std::container<std::unique_ptr>Derrick Rocha1-20/+19
2015-08-27Clean up sEmptyStephan Bergmann1-2/+2
2015-08-13Resolves: tdf#93098 replace remembered listener when replacing cellEike Rathke1-2/+14
2015-08-04sc: inline some use-once typedefsNoel Grandin1-5/+2
2015-07-06improve the returnbyref lopluginNoel Grandin1-12/+7
2015-06-22Fix typosAndrea Gelmini1-1/+1
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-2/+2
2015-06-12spellingAntoine Cœur1-6/+6
2015-06-06Typo: emty->emptyJulien Nabet1-1/+1
2015-06-01loplugin:loopvartoosmallNoel Grandin1-5/+5
2015-06-01fdo#39468 Translate German Comments - last bits of sc/source/core/data/Christian M. Heller1-1/+1
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