summaryrefslogtreecommitdiff
path: root/sc/inc/column.hxx
AgeCommit message (Expand)AuthorFilesLines
2022-03-05remove pAttrArray nullptr checksLuboš Luňák1-0/+163
2022-03-05introduce ScColumnData for ScColumn/ScTable code sharingLuboš Luňák1-24/+51
2022-02-26tdf#147298: Add a simple test case for formula cell tracking by column.Kohei Yoshida1-0/+2
2022-02-16do not allocate columns in ScTable::GetNumberFormat()Luboš Luňák1-1/+3
2022-02-10replace various sal_uLong that might overflow with huge sheetsLuboš Luňák1-3/+3
2022-02-04tdf#146795: Make sure to use valid position hints to avoid crash.Kohei Yoshida1-1/+1
2021-12-06make it clearer that ScHint is modifiedLuboš Luňák1-1/+1
2021-11-08optimize VLOOKUP by returning SharedString if possible (tdf#139444)Luboš Luňák1-5/+7
2021-11-08make a number of Calc functions return value by actually returning itLuboš Luňák1-12/+12
2021-11-05Blind fix for ubusan errorKohei Yoshida1-2/+0
2021-09-13Resolves: tdf#144135 Rework Sort with area extrasEike Rathke1-10/+7
2021-07-21pass sc::ColumnIterator by valueNoel Grandin1-1/+2
2021-05-25tdf#116413 keep AttachNewFormulaCell methods togetherscito1-3/+5
2021-05-21tdf#116413 after Paste Special with ADD and As Link attach dest cellsscito1-3/+4
2021-05-18loplugin:unusedmethodsNoel Grandin1-3/+0
2021-05-17small perf improvement in checking for noteNoel Grandin1-0/+1
2021-05-13tdf#142214: autoinput: remove search/entry count limitsDennis Francis1-1/+1
2021-04-14tdf#126678 - Consider "Include formats" option during sortAndreas Heinisch1-8/+10
2021-03-25tdf#140968 tdf#140978 XLSX import: fix lost rounded filtersBalazs Varga1-1/+4
2021-03-23tdf#124176 Use pragma once in s*Vincent LE GARREC1-4/+1
2020-10-20use tools::Long in scNoel1-2/+2
2020-09-16ScAttrArray never has a null ScDocument* memberCaolán McNamara1-1/+1
2020-09-16ScColumn::ScColumn never called with a null ScDocument*Caolán McNamara1-1/+1
2020-09-09sc: rowcol: convert more use of MAXROWCOUNTNoel Grandin1-1/+1
2020-07-06Allow print-twips version of ScDocument::GetNeededSize()...Dennis Francis1-1/+2
2020-04-08Resolves: tdf#131442 Sort must not contain matrix formula except 1x1 arrayEike Rathke1-1/+1
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin1-1/+1
2019-11-20tdf#128812 speed up loading calc doc with lots of countifNoel Grandin1-0/+1
2019-11-20cid#1399334 Uncaught exceptionCaolán McNamara1-1/+1
2019-11-18cid#1399260 Uncaught exceptionCaolán McNamara1-1/+1
2019-10-17Reuse pre-allocated ScInterpreter for HandleStuffAfterParallelCalculationDennis Francis1-1/+1
2019-10-01Thread a group of formula-groups together if possibleDennis Francis1-1/+2
2019-06-08loplugin:unusedmethodsNoel Grandin1-1/+0
2019-05-20cache mdds positions during ScDocument::CopyBlockFromClip() (tdf#112000)Luboš Luňák1-1/+1
2019-05-16optimize ScHTMLExport::WriteTables() with large columnsLuboš Luňák1-0/+1
2019-05-16cache mdds access in ScTable::ValidQuery() (tdf#80853)Luboš Luňák1-0/+2
2019-05-15cache cell positions when opening standard filter in calc (tdf#80853)Luboš Luňák1-0/+2
2019-05-14cache cell positions when searching in calc (tdf#108347)Luboš Luňák1-2/+14
2019-05-09loplugin:unusedmethodsNoel Grandin1-1/+0
2019-04-21tdf#81765 slow loading of .ods with >1000 of conditional formats, part 2Noel Grandin1-3/+4
2019-03-28tdf#120660: Populate rNewSharedRows even if no FC...Dennis Francis1-2/+3
2019-03-27return unique_ptr from CreateAttrIteratorNoel Grandin1-1/+1
2019-03-18Listening when grouping in ScColumn::AttachNewFormulaCells(), (tdf#123736)Eike Rathke1-1/+1
2019-03-16Related: tdf#123736 re-establish listeners also for vector unsharingEike Rathke1-3/+7
2019-03-13Resolves: tdf#123736 re-establish listeners for unshared formula groupsEike Rathke1-3/+14
2019-02-05Allow computing spans of formula-groupsDennis Francis1-1/+1
2019-01-16pass ScPostIt around by unique_ptrNoel Grandin1-2/+2
2018-12-14Encapsulate ScFunctionData members and abuse WelfordRunner membersEike Rathke1-1/+1
2018-12-07Find actual data area inside the main-range...Dennis Francis1-0/+1
2018-12-03make sure FetchVectorRefArray() never triggers Interpret()Luboš Luňák1-0/+3