summaryrefslogtreecommitdiff
path: root/sc/source/core/data/table2.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-04-21tdf#81765 slow loading of .ods with >1000 of conditional formats, part 3Noel Grandin1-1/+1
2019-04-21tdf#81765 slow loading of .ods with >1000 of conditional formats, part 2Noel Grandin1-0/+19
2019-04-18tdf#124822 CRASH: cutting and undoingNoel Grandin1-0/+1
2019-04-18tdf#124818 CRASH selecting all and switching spreadsheetNoel Grandin1-1/+2
2019-04-18tdf#124815 CRASH: inserting a columnNoel Grandin1-1/+1
2019-04-17tdf#124778 View - Comments causes crashNoel Grandin1-1/+2
2019-04-12crashtesting: failed on reexport of fdo64646-4.xlsCaolán McNamara1-2/+2
2019-04-08Fix out-of-bounds error when adding a commentJens Carl1-1/+3
2019-04-08ofz#14088 ofz#14090 another batch of oss-fuzz failuresCaolán McNamara1-1/+1
2019-04-08ofz#14086 another batch of oss-fuzz failuresCaolán McNamara1-1/+1
2019-04-06ofz#14093 bunch of new ofz detected crashes related to tdf#50916Caolán McNamara1-4/+6
2019-04-05tdf#50916 Makes numbers of columns dynamic.Noel Grandin1-31/+48
2019-03-16Related: tdf#123736 re-establish listeners also for vector unsharingEike Rathke1-1/+1
2019-02-13Simplify containers iterations in sc/source/core/dataArkadiy Illarionov1-21/+15
2019-01-29pass ScConditionalFormat around by unique_ptrNoel Grandin1-9/+8
2019-01-16pass ScPostIt around by unique_ptrNoel Grandin1-5/+5
2018-11-10tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-20/+9
2018-11-08tdf#42949 Fix IWYU warnings in sc/source/core/data/*cxxGabor Kelemen1-9/+1
2018-10-15loplugin:constfields in scNoel Grandin1-9/+9
2018-09-17New loplugin:externalStephan Bergmann1-1/+1
2018-08-31tdf#117781: don't remove already applied conditional format dataMike Kaganski1-2/+1
2018-08-28tdf#42949 Fix IWYU warnings in sc/source/core/inc/*Gabor Kelemen1-0/+1
2018-08-14loplugin:returnconstant in ScColumnNoel Grandin1-1/+2
2018-07-14tdf#91385, recalc cond format formulas during hard recalcMarkus Mohrhard1-0/+2
2018-06-27use optional ScInterpreterContext in ScColumn::GetString()Luboš Luňák1-2/+2
2018-06-26tdf#112452 : Refine the fix for tdf#94561Dennis Francis1-3/+4
2018-06-20loplugin:useuniqueptr in ScColContainerNoel Grandin1-1/+1
2018-06-18tdf#42949 Fix IWYU warnings in sc/inc/[Tt]*Gabor Kelemen1-0/+1
2018-06-06tdf#42949 Fix IWYU warnings in sc/inc/[a,c]*Gabor Kelemen1-0/+1
2018-05-11tdf#117522 Calc Column Width after Insert ColumnsNoel Grandin1-0/+3
2018-04-17loplugin:constparamsNoel Grandin1-1/+1
2018-04-16tdf#42949 Remove unnecessary localization headers from scGabor Kelemen1-1/+0
2018-04-11pass EditTextObject around using std::unique_ptrNoel Grandin1-3/+2
2018-03-28loplugin:useuniqueptr in ScColumnNoel Grandin1-26/+18
2018-03-15tdf#50916 Refactor of the table7.cxx to allow dynamic column sizeBartosz Kosiorek1-5/+10
2018-03-10don't use heap for elements in ScRangeListNoel Grandin1-27/+26
2018-02-24better same document test for conditional format copy&pasteMarkus Mohrhard1-1/+1
2018-02-23deduplicate cond format against source format if possibleMarkus Mohrhard1-9/+31
2018-01-24loplugin:constparamsNoel Grandin1-2/+2
2018-01-12More loplugin:cstylecast: scStephan Bergmann1-6/+6
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin1-1/+1
2017-12-18Remove almost duplicate code blocks.Kohei Yoshida1-0/+15
2017-12-11tdf#95295: don't add duplicate conditional formatsMike Kaganski1-0/+24
2017-11-29ofz#4406: don't increment ScCompressedArray::Iterator past endCaolán McNamara1-4/+4
2017-11-26Convert ScFormatEntryType to scoped enumTor Lillqvist1-3/+3
2017-11-25Revert "ofz#4406: don't increment ScCompressedArray::Iterator past end"Caolán McNamara1-12/+7
2017-11-24ofz#4406: don't increment ScCompressedArray::Iterator past endCaolán McNamara1-7/+12
2017-11-23Move the need for several ugly const_casts deeper down to just one placeTor Lillqvist1-2/+2
2017-11-23TypedWhichId create custom get methods in ScPatternAttrNoel Grandin1-2/+2
2017-11-23TypedWhichId for sc constantsNoel Grandin1-3/+3