summaryrefslogtreecommitdiff
path: root/sc/inc/table.hxx
AgeCommit message (Expand)Author
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
2018-02-21Pass ScColumnsRange::Iterator as const&Eike Rathke
2018-02-03TypedWhichId in scNoel Grandin
2018-01-24loplugin:constparamsNoel Grandin
2018-01-23tdf#98931 Consider cell-anchored images when sortingSamuel Mehrbrodt
2018-01-22sc: std::iterator is deprecated in C++17Michael Stahl
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin
2017-12-19tdf#114479 : Use the SvNumberFormatter from ScInterpreterContextDennis Francis
2017-12-18Remove almost duplicate code blocks.Kohei Yoshida
2017-11-29loplugin:countusersofdefaultparams in scNoel Grandin
2017-11-21Move token-cache for doubles to ScInterpreterContext...Dennis Francis
2017-11-21Introduce ScInterpreterContextTor Lillqvist
2017-11-21Move formula tree manipulation out of multi-threaded parts of codeTor Lillqvist
2017-11-21First steps for Calc parallelismTor Lillqvist
2017-10-23loplugin:includeform: scStephan Bergmann
2017-10-17dyncolcontainer: use ScBitMaskCompressedArray for pColFlagsNoel Grandin
2017-10-17dyncolcontainer: use ScCompressedArray for pColWidthNoel Grandin
2017-09-08sc-perf: do not add a million empty filter entries just to sort and discardEike Rathke
2017-09-02dynamic column container: fix some more for loopsNoel Grandin