summaryrefslogtreecommitdiff
path: root/sc/source/filter/oox/workbookfragment.cxx
AgeCommit message (Expand)Author
2021-03-16check for quit when calling Yield in loopNoel Grandin
2020-03-10tdf#93831 xlsx file full of pictures of numbers slow to openNoel Grandin
2019-10-01tdf#119021 Support lock down settings of Formula tab pageGabor Kelemen
2019-06-21reference childwins are all weldedCaolán McNamara
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen
2019-02-09loplugin:indentation in scNoel Grandin
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen
2019-01-24Simplify containers iterations in sc/source/filter/[h-o]*Arkadiy Illarionov
2018-12-19tdf#42949 Fix IWYU warnings in sc/source/filter/oox/*cxxGabor Kelemen
2018-10-16tdf#42949 Fix IWYU warnings in sc/source/ui/inc/[a-e]*Gabor Kelemen
2018-09-24make all the related inheritences formatted the same wayCaolán McNamara
2018-09-11tdf#42949 Fix IWYU warnings in sc/source/filter/inc/[n-w]*Gabor Kelemen
2018-09-04tdf#42949 Fix IWYU warnings in sc/source/filter/inc/[a-l]*Gabor Kelemen
2018-08-01Add missing sal/log.hxx headersGabor Kelemen
2018-07-17OOXML import: CalcFormulaTree() is unnecessary, tdf#94925 follow-upEike Rathke
2018-07-14Broadcast formula cells marked for recalc, tdf#94925 relatedEike Rathke
2018-07-04Make ThreadPool::pushTask take param by std::unique_ptrNoel Grandin
2018-06-06tdf#42949 Fix IWYU warnings in sc/inc/[a,c]*Gabor Kelemen
2018-05-12Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen
2018-03-18unify the message dialogs with extra widgets casesCaolán McNamara
2018-02-26convert remaining ErrorBox to weld::MessageDialogCaolán McNamara
2018-01-01loplugin:passstuffbyref improved return in scNoel Grandin
2017-10-23loplugin:includeform: scStephan Bergmann
2017-09-12clang-tidy modernize-use-emplace in scNoel Grandin
2017-09-02tdf#111974: Ensure sufficient space for all sheets in FormulaBuffer...Dennis Francis
2017-08-29loplugin:constparam in sc part9Noel Grandin
2017-08-23convert message box style bits to scoped enumNoel Grandin
2017-05-12remove unused uno::Reference varsNoel Grandin
2017-05-10loplugin:checkunusedparams in sc(part4)Noel Grandin
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin
2017-02-15convert WorksheetType to scoped enumNoel Grandin
2017-02-03TyposJulien Nabet
2017-01-25cleanup css includes and using namespacesJochen Nitschke
2017-01-24use rtl::Reference in FastParserNoel Grandin
2016-12-23tdf#97597: Make the document import state more multi-thread friendly.Kohei Yoshida
2016-12-05loplugin:unnecessaryoverride (dtors) in scStephan Bergmann
2016-11-19tdf#48140 Remove not used UNO headers from filtersBartosz Kosiorek
2016-11-03remove unused BiffInputStreamNoel Grandin
2016-10-28tdf#63846 assign macros after VBA project fully loaded.Justin Luth
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-07-19clang-tidy performance-unnecessary-value-param in scStephan Bergmann
2016-07-18add tagging to ThreadTasks so we don't need more one poolNoel Grandin
2016-06-15tdf#98955 hardware_concurrency not ideal for thread poolsAshod Nakashian
2016-05-10tdf#42949: clean up includes in include/oox/helper with iwyuJorenz Paragas
2016-05-07clang-tidy modernize-loop-convert in scNoel Grandin
2016-05-03tdf#42949: clean up includes in include/oox/drawingml with iwyuJorenz Paragas
2016-04-21new plugin stylepoliceNoel Grandin
2016-01-11loplugin:privatebase: Make derivation from Timer explicitly privateStephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-02cppcheck: noExplicitConstructorCaolán McNamara