summaryrefslogtreecommitdiff
path: root/sc/source/core/data/table1.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-02-12tdf#86470: Let's not forget to move onto the next column.Kohei Yoshida1-2/+2
2016-10-13tdf#96453, tdf#100793 rework transfer of data between cond format dlgsMarkus Mohrhard1-8/+1
2016-04-21lokit: add getPartHashHenry Castro1-0/+5
2016-03-24loplugin:constantparam in scNoel Grandin1-1/+1
2016-03-18let FindRangeNamesInUse() collect also sheet-local names, tdf#96915 relatedEike Rathke1-1/+1
2016-03-03loplugin:unuseddefaultparams in sc (part2)Noel Grandin1-2/+2
2016-02-22loplugin:commaoperator in sc/Noel Grandin1-4/+16
2016-02-18don't fill the matrix cell by cell, tdf#67071Markus Mohrhard1-2/+2
2016-02-10Refactor ScMarkData for tdf#50916Dennis Francis1-8/+3
2016-02-04Patch#1 : Dynamic column container in the pursuit of tdf#50916Dennis Francis1-7/+5
2016-02-03tdf#34873 : Better way to show autofilter countDennis Francis1-1/+0
2016-01-21tdf#34873 : Show autofilter row count in status barDennis Francis1-0/+1
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-11-24sc: Introduce Abstract Base Class for ScMatrix, for a future rework.Jan Holesovsky1-1/+1
2015-11-03cppcheck: noExplicitConstructorCaolán McNamara1-2/+2
2015-10-20loplugin:defaultparamsStephan Bergmann1-2/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-10-12cppcheck:variableScopeNoel Grandin1-2/+1
2015-09-21convert SC_LINK constants to scoped enumNoel Grandin1-2/+2
2015-09-18boost->stdCaolán McNamara1-30/+30
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara1-30/+30
2015-09-17boost->stdCaolán McNamara1-30/+30
2015-08-19sc: replace boost::ptr_set with std::set<std::unique_ptr>Michael Stahl1-1/+1
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-2/+2
2015-05-05rework the twisted ShrinkToUsedDataArea logicEike Rathke1-34/+34
2015-05-05rework Sort trim data area logicEike Rathke1-8/+11
2015-05-04assert(nStartRow <= nEndRow)Eike Rathke1-0/+4
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin1-5/+5
2015-02-13Translated german commments in sc/source/core/data/table1-3.cxxAlbert Thuswaldner1-47/+46
2015-01-14fdo#39468 Translate German Comments - replace '//!' with '//TODO:'Christian M. Heller1-8/+8
2014-12-08we need the SdrPage for deleting the notes, fdo#86166Markus Mohrhard1-0/+4
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky1-3/+3
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky1-3/+3
2014-10-23loplugin: cstylecastNoel Grandin1-2/+2
2014-10-22Store height array to RowHeightContext and reduce function arg counts.Kohei Yoshida1-20/+21
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon1-3/+3
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca1-3/+3
2014-07-18resolved fdo#81294 store correct sheet number during range names updateEike Rathke1-6/+12
2014-06-25remove whitespaceMarkus Mohrhard1-5/+0
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-4/+0
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-8/+0
2014-05-27resolved fdo#79228 resync ScPatternAttr if changed in GetNeededSize()Eike Rathke1-2/+2
2014-05-11fix-includes.pl: scThomas Arnhold1-1/+1
2014-04-27Avoid possible memory leaks in case of exceptionsTakeshi Abe1-3/+2
2014-04-06whitespace cleanup in scMarkus Mohrhard1-2/+0
2014-04-04coverity#738791 Uninitialized scalar fieldCaolán McNamara1-0/+3
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-2/+2
2014-03-22no need to use the getter hereEike Rathke1-12/+8
2014-03-21update enhanced protection rangesEike Rathke1-1/+24