summaryrefslogtreecommitdiff
path: root/sc/source/core/data/table1.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-07-20Fix typosAndrea Gelmini1-1/+1
2016-06-20Refactor ScMarkData for tdf#50916Dennis Francis1-8/+3
2016-06-16lokit: add getPartHashHenry Castro1-0/+5
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
2014-02-23Remove unneccessary commentsAlexander Wilms1-1/+1
2014-02-10use GetLastDataRow() also in ShrinkToUsedDataArea()Eike Rathke1-6/+3
2014-02-10actually the extra check isn't neededEike Rathke1-2/+2
2014-02-10cosmetical adapt to styleEike Rathke1-5/+5
2014-02-10do not loop 30 million cells to find a non-empty rowEike Rathke1-9/+3
2014-02-09fdo#74323: The end position is inclusive.Kohei Yoshida1-1/+1
2014-02-02fix typoCaolán McNamara1-2/+2
2014-02-02fix dbgutil build (probably)Caolán McNamara1-2/+4
2014-02-01Add RowHeightContext to stuff all parameters for SetOptimalHeights().Kohei Yoshida1-27/+16
2013-12-21Speedup destruction of sheets with too many listeners & broadcasters.Jan Holesovsky1-0/+3