summaryrefslogtreecommitdiff
path: root/sc/inc/table.hxx
AgeCommit message (Expand)AuthorFilesLines
2019-12-11sc: rowcol: tdf#50916 initial conversion of Valid* methodsNoel Grandin1-2/+5
2019-11-20tdf#128812 speed up loading calc doc with lots of countifNoel Grandin1-0/+1
2019-11-18cid#1399260 Uncaught exceptionCaolán McNamara1-2/+2
2019-11-15reduce iteration in ScViewData::GetScrPosNoel Grandin1-1/+1
2019-11-12Resolves: tdf#122232 Move TabStartCol logic to ScTable::GetNextPos()Eike Rathke1-1/+1
2019-11-12sc: rowcol: tdf#50916 convert core/data/table*Noel Grandin1-1/+2
2019-11-05make some classes module-privateNoel Grandin1-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-2/+3
2019-09-26loplugin:constmethod in scNoel Grandin1-1/+1
2019-09-05Resolves: tdf#126577 stop filling a series when threshold is reachedEike Rathke1-0/+2
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-1/+3
2019-05-14cache cell positions when searching in calc (tdf#108347)Luboš Luňák1-1/+1
2019-05-09loplugin:unusedmethodsNoel Grandin1-7/+0
2019-04-21tdf#81765 slow loading of .ods with >1000 of conditional formats, part 2Noel Grandin1-5/+3
2019-04-05tdf#50916 Makes numbers of columns dynamic.Noel Grandin1-6/+11
2019-02-28simplify CreateColumnIfNotExistsNoel Grandin1-10/+3
2019-02-05Allow computing spans of formula-groupsDennis Francis1-1/+1
2019-01-29pass ScConditionalFormat around by unique_ptrNoel Grandin1-1/+1
2019-01-16pass ScPostIt around by unique_ptrNoel Grandin1-1/+1
2018-12-14Encapsulate ScFunctionData members and abuse WelfordRunner membersEike Rathke1-1/+1
2018-12-08Clean up LIBO_INTERNAL_ONLY uses of SAL_WARN_UNUSED_RESULTStephan Bergmann1-4/+4
2018-12-07Find actual data area inside the main-range...Dennis Francis1-0/+2
2018-12-03make sure FetchVectorRefArray() never triggers Interpret()Luboš Luňák1-0/+3
2018-10-29sc: fix: range/step calculation for progress barSerge Krot1-0/+1
2018-10-17ScTable::CopyTable drop defaults from paramsNoel Grandin1-2/+2
2018-10-10ColumnSpanSet variant optimized for just one ScRangeLuboš Luňák1-0/+2
2018-08-28return by std::unique_ptr from CreateSortInfoArrayNoel Grandin1-2/+2
2018-08-17make GetCodeName accessor more standardCaolán McNamara1-1/+1
2018-08-17make GetName accessor more standardCaolán McNamara1-1/+1
2018-08-11loplugin:unusedmethodsNoel Grandin1-1/+0
2018-07-04Resolves: tdf#117458 let Enter move left/right again, tdf#68290 follow-upEike Rathke1-1/+1
2018-06-27use optional ScInterpreterContext in ScColumn::GetString()Luboš Luňák1-1/+2
2018-06-21Do dependency computation checks for OpenCL and...Dennis Francis1-1/+1
2018-06-20loplugin:useuniqueptr in ScColContainerNoel Grandin1-2/+2
2018-06-18tdf#42949 Fix IWYU warnings in sc/inc/[Tt]*Gabor Kelemen1-11/+5
2018-04-11pass EditTextObject around using std::unique_ptrNoel Grandin1-1/+1
2018-03-28loplugin:useuniqueptr in ScColumnNoel Grandin1-20/+20
2018-03-21tdf#68290 cursor moves with Enter in protected sheettagezi1-0/+2
2018-03-15loplugin:unused-returns in scNoel Grandin1-0/+1
2018-03-15tdf#50916 Refactor of the table7.cxx to allow dynamic column sizeBartosz Kosiorek1-17/+20
2018-02-21Use iterator pre-increment/decrementEike Rathke1-2/+2
2018-02-21Pass ScColumnsRange::Iterator as const&Eike Rathke1-4/+4
2018-02-03TypedWhichId in scNoel Grandin1-0/+4
2018-01-24loplugin:constparamsNoel Grandin1-5/+5
2018-01-23tdf#98931 Consider cell-anchored images when sortingSamuel Mehrbrodt1-2/+4
2018-01-22sc: std::iterator is deprecated in C++17Michael Stahl1-7/+8
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin1-1/+1
2017-12-19tdf#114479 : Use the SvNumberFormatter from ScInterpreterContextDennis Francis1-1/+1