summaryrefslogtreecommitdiff
path: root/sc/source/core/data/documen8.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-04-29remove support for BITMASK in vcl backendsNoel Grandin1-1/+1
2021-04-09Recheck include/ with IWYUGabor Kelemen1-0/+1
2020-12-07avoid possible nullptr dereferenceLuboš Luňák1-1/+2
2020-11-30clean up ScDocumentThreadSpecificLuboš Luňák1-5/+2
2020-11-30it does not work to clear data of other thread's thread_localLuboš Luňák1-0/+5
2020-11-27tdf#42949 Fix new IWYU warnings in directory sc/Gabor Kelemen1-2/+0
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel1-6/+6
2020-11-06tdf#134161: Revert "tdf#132137 Rename Default Style in Calc."Xisco Fauli1-1/+1
2020-09-24ScCellFormat::GetString never called with a null ScDocument*Caolán McNamara1-2/+2
2020-09-23some places where ScDocument* is never passed a nullptrCaolán McNamara1-9/+9
2020-07-30loplugin:flatten in sc/core/dataNoel Grandin1-48/+48
2020-07-29replace and drop MiscCfgCaolán McNamara1-9/+7
2020-06-10tdf#132137 Rename Default Style in Calc.Srijan Bhatia1-1/+1
2020-05-05IdleCalcTextWidthScope uses SfxStyleSheetBasePool::FindCaolán McNamara1-10/+0
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin1-2/+2
2020-01-26rename some local variablesNoel Grandin1-1/+1
2019-12-13sc: rowcol: tdf#50916 pass ScDocument* around in data/Noel Grandin1-2/+2
2019-12-07rename ScEditEngineDefaulter::SetTextCaolán McNamara1-2/+2
2019-10-24sc: rowcol: tdf#50916 convert documen*Noel Grandin1-5/+5
2019-10-17Reuse pre-allocated ScInterpreter for HandleStuffAfterParallelCalculationDennis Francis1-2/+2
2019-10-15new loplugin:bufferaddNoel Grandin1-5/+4
2019-10-01Thread a group of formula-groups together if possibleDennis Francis1-7/+7
2019-08-20loplugin:constvars in package..scNoel Grandin1-1/+1
2019-08-13Replace Calcs Idle time tracking with TaskStopwatchJan-Marek Glogowski1-12/+4
2019-08-07tdf#126685 CRASH: selecting all in sheetNoel Grandin1-2/+1
2019-06-21reference childwins are all weldedCaolán McNamara1-3/+3
2019-06-18tdf#39593 Remove ScModelObj::getImplementationArkadiy Illarionov1-2/+3
2019-05-10pass SfxItemSet by unique_ptr to ScEditEngineDefaulterNoel Grandin1-6/+5
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen1-0/+1
2019-04-05tdf#50916 Makes numbers of columns dynamic.Noel Grandin1-0/+3
2019-02-09Simplify containers iterations in sc/source/core/data/[b-d].cxxArkadiy Illarionov1-4/+7
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen1-2/+1
2018-12-20tdf#42949 Fix IWYU warnings in include/vcl/[t-u]*Gabor Kelemen1-0/+1
2018-11-15loplugin:staticmethods in scNoel Grandin1-1/+1
2018-11-14make ScInterpreterContext also accessible without passing it aroundLuboš Luňák1-0/+2
2018-11-08tdf#42949 Fix IWYU warnings in sc/source/core/data/*cxxGabor Kelemen1-11/+0
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-3/+3
2018-10-15loplugin:constfields in scNoel Grandin1-3/+3
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-1/+1
2018-08-11loplugin:unusedmethodsNoel Grandin1-10/+0
2018-08-01Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-05use std::unique_ptr for ScTable in ScDocumentNoel Grandin1-2/+2
2018-06-25loplugin:useuniqueptr in ScDocumentNoel Grandin1-5/+5
2018-06-15move SetNumberFormat() calls out of calc threadsLuboš Luňák1-0/+5
2018-05-31move mbThreadedGroupCalcInProgress from ScDocument to ScGlobalLuboš Luňák1-2/+2
2018-05-11Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen1-1/+1
2018-04-19convert SFXSTYLEBIT to scoped enumNoel Grandin1-1/+1
2018-03-20drop unnecessary includesCaolán McNamara1-1/+0
2018-02-22weld native message dialogsCaolán McNamara1-2/+5
2018-02-05Turn assert into SAL_WARNEike Rathke1-1/+4