summaryrefslogtreecommitdiff
path: root/sc/source/core/data/column2.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-02-21Some more unit conversion unificationMike Kaganski1-6/+11
2021-02-08Remove unneeded breaksAndrea Gelmini1-3/+0
2021-01-02introduce Degree100 strong_int typeNoel1-5/+5
2020-11-27tdf#42949 Fix new IWYU warnings in directory sc/Gabor Kelemen1-1/+0
2020-11-12Revert "remove Fraction::operator tools::Long()"Noel Grandin1-2/+2
2020-11-12remove Fraction::operator tools::Long()Noel1-2/+2
2020-10-20use tools::Long in scNoel1-32/+32
2020-09-24ScCellFormat::GetString never called with a null ScDocument*Caolán McNamara1-4/+4
2020-09-17TokenStringContext never called with a null ScDocument*Caolán McNamara1-1/+1
2020-09-17ColumnStorageDumper ctor never called with null ScDocument*Caolán McNamara1-4/+4
2020-09-16ScAttrArray never has a null ScDocument* memberCaolán McNamara1-80/+80
2020-09-09sc: rowcol: convert more use of MAXROWCOUNTNoel Grandin1-6/+6
2020-09-03Make ImpSvNumberformatScan::GetColor constMike Kaganski1-4/+4
2020-07-06Allow print-twips version of ScDocument::GetNeededSize()...Dennis Francis1-34/+66
2020-05-29loplugin:simplifybool in oox..sdNoel Grandin1-1/+1
2020-05-25tdf#88109 speed up calc autofillNoel Grandin1-10/+23
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin1-16/+16
2020-02-12clang-analyzer-deadcode.DeadStoresNoel Grandin1-1/+1
2020-01-28New loplugin:unsignedcompareStephan Bergmann1-5/+5
2019-12-13sc: rowcol: tdf#50916 pass ScDocument* around in data/Noel Grandin1-6/+6
2019-12-12sc: rowcol: tdf#50916 pass ScDocument to the token classesNoel Grandin1-1/+1
2019-12-11Related: tdf#129300 add ScIndentItem to provide a descriptionCaolán McNamara1-1/+1
2019-12-11Related: tdf#129300 add ScLineBreakCell to provide a descriptionCaolán McNamara1-1/+1
2019-12-10Related: tdf#129300 add ScRotateValueItem description in degreesCaolán McNamara1-1/+1
2019-12-07rename ScEditEngineDefaulter::SetTextCaolán McNamara1-1/+1
2019-10-29sc: rowcol: tdf#50916 convert core/toolNoel Grandin1-1/+1
2019-10-24sc: rowcol: tdf#50916 convert column*Noel Grandin1-15/+15
2019-10-17Reuse pre-allocated ScInterpreter for HandleStuffAfterParallelCalculationDennis Francis1-2/+2
2019-10-01Thread a group of formula-groups together if possibleDennis Francis1-2/+3
2019-09-26loplugin:constmethod in scNoel Grandin1-1/+1
2019-09-01Fix '..'Andrea Gelmini1-1/+1
2019-08-12Fix typosAndrea Gelmini1-1/+1
2019-08-07tdf#126673 Auto-fit column and auto-fit row don't work with line breakNoel Grandin1-1/+3
2019-06-25improve loplugin:simplifyconstructNoel Grandin1-1/+1
2019-06-25tdf#94677 Calc is slow opening large CSV, avoid reset SetUpdateModeNoel Grandin1-3/+1
2019-06-03Avoid overflow with large row heightsStephan Bergmann1-3/+6
2019-05-31Avoid overflow in ScColumn::GetOptimalColWidthStephan Bergmann1-1/+3
2019-05-22New loplugin:dataStephan Bergmann1-3/+3
2019-05-16cache mdds access in ScTable::ValidQuery() (tdf#80853)Luboš Luňák1-0/+16
2019-05-15cache cell positions when opening standard filter in calc (tdf#80853)Luboš Luňák1-0/+16
2019-05-14cache cell positions when searching in calc (tdf#108347)Luboš Luňák1-0/+5
2019-05-10pass SfxItemSet by unique_ptr to ScEditEngineDefaulterNoel Grandin1-6/+6
2019-03-04tdf#121040 sc: use pixel-per-twips in X for horizontal value conversionSerge Krot1-1/+1
2019-02-28avoid std::out_of_range thrown by mdds (tdf#122643)Luboš Luňák1-1/+1
2019-02-12tdf#121040 sc: cell with ### has too big heightSerge Krot1-3/+13
2019-02-09Simplify containers iterations in sc/source/core/data/[b-d].cxxArkadiy Illarionov1-83/+44
2019-02-05Allow computing spans of formula-groupsDennis Francis1-64/+2
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen1-7/+5
2019-01-16pass ScPostIt around by unique_ptrNoel Grandin1-3/+3
2018-12-14Encapsulate ScFunctionData members and abuse WelfordRunner membersEike Rathke1-6/+6