summaryrefslogtreecommitdiff
path: root/sc/inc/column.hxx
AgeCommit message (Expand)AuthorFilesLines
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
2018-10-31tdf#42949 Fix IWYU warnings in sc/inc; sc/source/filter/inc/Gabor Kelemen1-3/+0
2018-10-29sc: fix: range/step calculation for progress barSerge Krot1-1/+2
2018-10-15loplugin:constfields in scNoel Grandin1-1/+1
2018-08-14loplugin:returnconstant in ScColumnNoel Grandin1-1/+1
2018-08-11loplugin:unusedmethodsNoel Grandin1-1/+0
2018-06-27use optional ScInterpreterContext in ScColumn::GetString()Luboš Luňák1-1/+1
2018-06-21Do dependency computation checks for OpenCL and...Dennis Francis1-1/+1
2018-06-11tdf#114710 : Fixes crash when pasting as GDI metafileDennis Francis1-2/+4
2018-05-08tdf#42949 Fix IWYU warnings in sc/inc/[bc]*Gabor Kelemen1-11/+0
2018-04-11pass EditTextObject around using std::unique_ptrNoel Grandin1-2/+2
2018-03-27tdf#106667 Hang when trying to open a dialog and the whole sheet is selectedNoel Grandin1-1/+1
2018-03-22loplugin:useuniqueptr in ScColumnNoel Grandin1-1/+1
2018-03-15tdf#50916 Refactor of the table7.cxx to allow dynamic column sizeBartosz Kosiorek1-1/+1
2018-02-03TypedWhichId in scNoel Grandin1-0/+4
2018-01-23tdf#98931 Consider cell-anchored images when sortingSamuel Mehrbrodt1-2/+9
2017-12-24sc: compact ScColumnAshod Nakashian1-7/+6
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin1-1/+1