summaryrefslogtreecommitdiff
path: root/sc/source/core/data/fillinfo.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-03-13tdf#160117: check bAnyConditionMike Kaganski1-2/+2
2024-02-10perf: limit to max 1024 rows in cases where we originally allocated 1024 rowsCaolán McNamara1-2/+7
2024-01-27ITEM: Cleanup some Pool stuff with DefaultsArmin Le Grand (allotropia)1-3/+3
2024-01-23we seem to need three extra rows in ScTableInfoNoel Grandin1-3/+3
2024-01-20cool#6893 reduce allocation in ScGridWindow::PaintTileNoel Grandin1-5/+8
2024-01-12ITEM: No longer register Items at PoolArmin Le Grand (allotropia)1-6/+9
2023-12-28Decouple ScPatternAttr from SfxItemPoolArmin Le Grand (allotropia)1-2/+2
2023-11-07ITEM: Get away from classic 'poolable' Item flagArmin Le Grand (allotropia)1-6/+6
2023-11-01sc: Don't end handleConditionalFormat earlyofftkp1-10/+4
2023-07-25tdf#155322 sc: fix conditional format color scale in merged cellsTibor Nagy1-0/+20
2023-06-27tdf#123026 sc xlsx: provide per-sheet optimal row height settingJustin Luth1-2/+2
2023-04-27sc: pivot table compact layoutDennis Francis1-1/+10
2022-09-14fix off-by-one in Calc shadow handling (tdf#150931)Luboš Luňák1-2/+2
2022-06-16make meType in ScCellValue privateNoel Grandin1-1/+1
2022-03-05introduce ScColumnData for ScColumn/ScTable code sharingLuboš Luňák1-1/+1
2022-03-01use SfxItemSet::GetItemIfSet in sc/source/core/dataNoel Grandin1-24/+22
2022-02-27prefix CellInfo and BasicCellInfo with ScLuboš Luňák1-11/+11
2022-02-27do not allocate so many CellInfo objects in FillInfo()Luboš Luňák1-26/+30
2022-02-26do not repeatedly call ColHidden()Luboš Luňák1-2/+7
2022-02-10avoid destructing many unique_ptr's most of which are nullptrLuboš Luňák1-4/+7
2022-02-10clean up accessing CellInfo array in RowInfoLuboš Luňák1-99/+92
2022-02-08MAXCOL/MAXROW -> ScSheetLimits in fillinfo.cxxLuboš Luňák1-8/+8
2021-05-24fix leak in conditional formatNoel Grandin1-1/+1
2021-04-09Recheck include/ with IWYUGabor Kelemen1-0/+1
2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin1-4/+4
2020-10-20use tools::Long in scNoel1-8/+8
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin1-1/+1
2020-02-12clang-analyzer-deadcode.DeadStoresNoel Grandin1-37/+0
2020-01-17use std::vector in ScMarkArray, instead of re-inventing the wheelNoel Grandin1-3/+3
2019-12-13sc: rowcol: tdf#50916 pass ScDocument* around in data/Noel Grandin1-2/+2
2019-08-12Fix typosAndrea Gelmini1-1/+1
2019-06-03Avoid overflow with large row heightsStephan Bergmann1-3/+3
2019-05-31Avoid overflow when scaling column widthStephan Bergmann1-3/+3
2019-05-16tdf#42949 Fix IWYU warnings in include/svx/[e-g]*Gabor Kelemen1-0/+1
2019-04-27tdf#124997: only skip parsing non-empty cells for unallocated columnsMike Kaganski1-9/+16
2019-04-21tdf#81765 slow loading of .ods with >1000 of conditional formats, part 3Noel Grandin1-2/+2
2019-04-20simplify SfxPoolItemArray_Impl (tdf#81765 related)Noel Grandin1-10/+1
2019-04-05tdf#50916 Makes numbers of columns dynamic.Noel Grandin1-1/+1
2019-02-13Simplify containers iterations in sc/source/core/dataArkadiy Illarionov1-3/+5
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen1-2/+1
2019-01-24loplugin:constparams in scNoel Grandin1-2/+2
2018-11-25tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-1/+1
2018-11-08tdf#42949 Fix IWYU warnings in sc/source/core/data/*cxxGabor Kelemen1-3/+0
2018-10-15loplugin:constfields in scNoel Grandin1-1/+1
2018-10-01loplugin:useuniqueptr in ScCondFormatDataNoel Grandin1-6/+6
2018-05-11silence Werror=class-memaccessCaolán McNamara1-1/+1
2018-03-22loplugin:useuniqueptr in ScColumnNoel Grandin1-1/+1
2018-02-03TypedWhichId in scNoel Grandin1-5/+4
2018-01-12More loplugin:cstylecast: scStephan Bergmann1-3/+3
2017-11-23TypedWhichId create custom get methods in ScPatternAttrNoel Grandin1-20/+13