summaryrefslogtreecommitdiff
path: root/sc/source/core/data/documen2.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-04-11ofz#32908 avoid TimeoutCaolán McNamara1-2/+3
2021-04-09Recheck include/ with IWYUGabor Kelemen1-0/+1
2021-02-23loplugin:constantparamNoel1-2/+2
2021-02-09tdf#104502 sc: skip hidden columns at printing pagesAttila Szűcs1-2/+2
2021-01-16tdf#97087 Give unique, comphrehensible names to idleshomeboy4451-0/+1
2020-11-30it does not work to clear data of other thread's thread_localLuboš Luňák1-1/+1
2020-11-30add ThreadPool::isIdle() to avoid incorrect detection of "no tasks"Luboš Luňák1-1/+1
2020-11-27tdf#42949 Fix new IWYU warnings in directory sc/Gabor Kelemen1-1/+0
2020-09-30loplugin:reducevarscope in scNoel1-2/+1
2020-09-24some places where ScDocument* is never passed a nullptrCaolán McNamara1-1/+1
2020-09-24ScCellFormat::GetString never called with a null ScDocument*Caolán McNamara1-1/+1
2020-09-23some places where ScDocument* is never passed a nullptrCaolán McNamara1-6/+6
2020-09-16ScFormulaCell ctor variant never called with null ScDocument*Caolán McNamara1-3/+3
2020-09-16ScTable ctor never called with a null ScDocument*Caolán McNamara1-6/+6
2020-09-16TransferDrawPage always dereferences its ScDocument* argumentCaolán McNamara1-1/+1
2020-09-16TransferTab always dereferences its ScDocument* argumentCaolán McNamara1-22/+22
2020-09-13CompileFormulaContext never constructed with a null ScDocumentCaolán McNamara1-1/+1
2020-08-11use unique_ptr for ScLookupCacheMapNoel Grandin1-6/+6
2020-08-04fix leak in CppunitTest_sc_ucalcNoel Grandin1-7/+2
2020-07-30loplugin:flatten in sc/core/dataNoel Grandin1-67/+67
2020-06-09delay and batch calls to StartListeningFormulaCells() (tdf#133302)Luboš Luňák1-0/+3
2020-06-02purge shared string pool if ScDocument is closed (tdf#125428)Luboš Luňák1-0/+3
2020-05-30pass ScSheetLimits aroundNoel Grandin1-8/+12
2020-02-22ScGlobal - change direct access to a static ptr for a getterTomaž Vajngerl1-3/+3
2020-01-28New loplugin:unsignedcompareStephan Bergmann1-1/+2
2020-01-24loplugin:makeshared in scNoel Grandin1-1/+1
2019-12-14sc: rowcol: convert mark dataNoel Grandin1-1/+1
2019-12-13sc: rowcol: tdf#50916 create ScSheetLimits to hold by rtl::ReferenceNoel Grandin1-5/+3
2019-11-27sc: rowcol: tdf#50916 add UI to turn jumbo sheets onNoel Grandin1-0/+11
2019-11-11sc: rowcol: tdf#50916 convert mark data structuresNoel Grandin1-0/+1
2019-10-24sc: rowcol: tdf#50916 convert documen*Noel Grandin1-18/+18
2019-10-09sc: rowcol: store sheet maximum sizes in ScDocument.Michael Meeks1-0/+2
2019-08-07tdf#126673 Auto-fit column and auto-fit row don't work with line breakNoel Grandin1-2/+3
2019-06-25tdf#94677 Calc is slow opening large CSV, avoid reset SetUpdateModeNoel Grandin1-3/+2
2019-05-17avoid two lookups in ScDocument::GetLookupCacheNoel Grandin1-5/+5
2019-05-16optimize ScHTMLExport::WriteTables() with large columnsLuboš Luňák1-0/+8
2019-05-10pass SfxItemSet by unique_ptr to ScEditEngineDefaulterNoel Grandin1-2/+2
2019-03-21Increase the life-cycle of threads in thread-pool...Dennis Francis1-0/+4
2019-02-18tdf#122624 XLSX OLE in DOCX: import view positionsLászló Németh1-0/+2
2019-02-11new loplugin writeonlyvarsNoel Grandin1-3/+0
2019-02-11tdf#121388 : Disable threading and dep evaluation for IF...Dennis Francis1-0/+1
2019-02-09Simplify containers iterations in sc/source/core/data/[b-d].cxxArkadiy Illarionov1-5/+3
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen1-2/+1
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen1-0/+1
2018-11-15Cache the vConditions array...Dennis Francis1-3/+2
2018-11-08tdf#42949 Fix IWYU warnings in sc/source/core/data/*cxxGabor Kelemen1-24/+0
2018-10-22Remove ScLookupCache from ScLookupCacheMap it had been added toStephan Bergmann1-19/+7
2018-10-17ScTable::CopyTable drop defaults from paramsNoel Grandin1-1/+2
2018-10-15loplugin:constfields in scNoel Grandin1-1/+2
2018-10-10make VLOOKUP in Calc thread-safeLuboš Luňák1-60/+41