summaryrefslogtreecommitdiff
path: root/sc/inc/table.hxx
AgeCommit message (Expand)Author
2022-05-31fix range checking in calls like ScDocument::GetNote()Luboš Luňák
2021-05-12autoinput: remove search/entry count limitsDennis Francis
2021-05-12Revert "autocomplete from superblock of str/edittext"Dennis Francis
2021-05-06autocomplete from superblock of str/edittextDennis Francis
2021-02-01Don't bother shrinking row height when changing just one row interactivelyTor Lillqvist
2020-07-24lok-freezepanes: Generalize FreezePanes* uno-commands...Dennis Francis
2020-07-06Allow print-twips version of ScDocument::GetNeededSize()...Dennis Francis
2020-06-22Introduce ITiledRenderable::getSheetGeometryData()Dennis Francis
2020-05-13reduce iteration in ScViewData::GetScrPosNoel Grandin
2020-04-19Resolves: tdf#131442 Sort must not contain matrix formula except 1x1 arrayEike Rathke
2019-11-20tdf#128812 speed up loading calc doc with lots of countifNoel Grandin
2019-11-12Resolves: tdf#122232 Move TabStartCol logic to ScTable::GetNextPos()Eike Rathke
2019-11-12sc: rowcol: tdf#50916 convert core/data/table*Noel Grandin
2019-11-05make some classes module-privateNoel Grandin
2019-10-17Reuse pre-allocated ScInterpreter for HandleStuffAfterParallelCalculationDennis Francis
2019-10-01Thread a group of formula-groups together if possibleDennis Francis
2019-09-26loplugin:constmethod in scNoel Grandin
2019-09-05Resolves: tdf#126577 stop filling a series when threshold is reachedEike Rathke
2019-05-16optimize ScHTMLExport::WriteTables() with large columnsLuboš Luňák
2019-05-16cache mdds access in ScTable::ValidQuery() (tdf#80853)Luboš Luňák
2019-05-14cache cell positions when searching in calc (tdf#108347)Luboš Luňák
2019-05-09loplugin:unusedmethodsNoel Grandin
2019-04-21tdf#81765 slow loading of .ods with >1000 of conditional formats, part 2Noel Grandin
2019-04-05tdf#50916 Makes numbers of columns dynamic.Noel Grandin
2019-02-28simplify CreateColumnIfNotExistsNoel Grandin
2019-02-05Allow computing spans of formula-groupsDennis Francis
2019-01-29pass ScConditionalFormat around by unique_ptrNoel Grandin
2019-01-16pass ScPostIt around by unique_ptrNoel Grandin
2018-12-14Encapsulate ScFunctionData members and abuse WelfordRunner membersEike Rathke
2018-12-08Clean up LIBO_INTERNAL_ONLY uses of SAL_WARN_UNUSED_RESULTStephan Bergmann
2018-12-07Find actual data area inside the main-range...Dennis Francis
2018-12-03make sure FetchVectorRefArray() never triggers Interpret()Luboš Luňák
2018-10-29sc: fix: range/step calculation for progress barSerge Krot
2018-10-17ScTable::CopyTable drop defaults from paramsNoel Grandin
2018-10-10ColumnSpanSet variant optimized for just one ScRangeLuboš Luňák
2018-08-28return by std::unique_ptr from CreateSortInfoArrayNoel Grandin
2018-08-17make GetCodeName accessor more standardCaolán McNamara
2018-08-17make GetName accessor more standardCaolán McNamara
2018-08-11loplugin:unusedmethodsNoel Grandin
2018-07-04Resolves: tdf#117458 let Enter move left/right again, tdf#68290 follow-upEike Rathke
2018-06-27use optional ScInterpreterContext in ScColumn::GetString()Luboš Luňák
2018-06-21Do dependency computation checks for OpenCL and...Dennis Francis
2018-06-20loplugin:useuniqueptr in ScColContainerNoel Grandin
2018-06-18tdf#42949 Fix IWYU warnings in sc/inc/[Tt]*Gabor Kelemen
2018-04-11pass EditTextObject around using std::unique_ptrNoel Grandin
2018-03-28loplugin:useuniqueptr in ScColumnNoel Grandin
2018-03-21tdf#68290 cursor moves with Enter in protected sheettagezi
2018-03-15loplugin:unused-returns in scNoel Grandin
2018-03-15tdf#50916 Refactor of the table7.cxx to allow dynamic column sizeBartosz Kosiorek
2018-02-21Use iterator pre-increment/decrementEike Rathke