summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/dbfunc3.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-05-25lokit: notify clients of various sheet geometry invalidationsDennis Francis1-0/+34
2020-04-16cid#1462266: Logically dead code (sc/dbfunc3)Julien Nabet1-1/+1
2020-04-15loplugin:buriedassign in scNoel Grandin1-5/+16
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin1-1/+1
2020-02-21Drop o3tl::optional wrapperStephan Bergmann1-1/+1
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann1-1/+1
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+4
2019-11-06loplugin:unusedvariablecheck tweak to find more stuffNoel Grandin1-1/+0
2019-10-22sc: rowcol: tdf#50916 convert cellshNoel Grandin1-14/+15
2019-08-15loplugin:sequenceloop in scNoel Grandin1-1/+1
2019-08-12Fix typosAndrea Gelmini1-1/+1
2019-08-12tdf#42949 Fix IWYU warnings in sc/source/ui/{view,xmlsource}/*cxxGabor Kelemen1-12/+0
2019-08-09Simplify Sequence iterations in scArkadiy Illarionov1-5/+2
2019-06-21reference childwins are all weldedCaolán McNamara1-2/+2
2019-05-12drop intermediate vcl::WindowCaolán McNamara1-3/+2
2019-04-19optimise find/insert patternNoel Grandin1-2/+1
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen1-4/+3
2019-01-16use unique_ptr in scNoel Grandin1-5/+5
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen1-0/+1
2018-12-25Simplify containers iterations in sc/source/ui/{view,xmlsource}Arkadiy Illarionov1-24/+12
2018-11-14tdf#42949 Fix IWYU warnings in include/svl/*Gabor Kelemen1-0/+1
2018-11-06tdf#42949 Fix IWYU warnings in sc/source/ui/inc/[m-z]*Gabor Kelemen1-0/+1
2018-11-03tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-19/+16
2018-10-15loplugin:constfields in scNoel Grandin1-1/+1
2018-10-09use unique_ptr in SfxUndoManager::AddUndoActionNoel Grandin1-3/+3
2018-08-31use std::unique_ptr in various sc undo codeNoel Grandin1-3/+3
2018-08-31pass ScDBData by std::unique_ptrNoel Grandin1-10/+10
2018-08-28loplugin:useuniqueptr pass ScDocument by unique_ptr in undo codeNoel Grandin1-6/+6
2018-08-24loplugin:useuniqueptr for ScOutlineTable in the undo codeNoel Grandin1-3/+3
2018-08-16loplugin:returnconstant in ScOutlineDocFuncNoel Grandin1-2/+2
2018-07-13merge IUndoManager into SfxUndoManagerNoel Grandin1-1/+1
2018-07-07Fix typosAndrea Gelmini1-1/+1
2018-05-12Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen1-5/+6
2018-04-11new loplugin:unusedvariablemoreNoel Grandin1-2/+0
2018-03-28use boost::optional in sc and svgioNoel Grandin1-1/+1
2018-03-16loplugin:useuniqueptr in ScDPSaveDimensionNoel Grandin1-6/+5
2018-03-10don't use heap for elements in ScRangeListNoel Grandin1-6/+6
2018-02-27convert Redline warning dialog to .ui to get helpidsCaolán McNamara1-6/+10
2018-02-03TypedWhichId in scNoel Grandin1-2/+2
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin1-2/+2
2017-12-16lok: sc: header, cursor and selection overlays issues wrt autofilterMarco Cecchetti1-8/+5
2017-11-29lok - calc: outline and group handlingMarco Cecchetti1-0/+53
2017-11-15Fix typosAndrea Gelmini1-3/+3
2017-10-23loplugin:includeform: scStephan Bergmann1-33/+33
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-3/+3
2017-10-21coverity#1401307 document checked 'Uncaught exception'Caolán McNamara1-1/+1
2017-10-11Replace list by vector "DataPilotSort" from dbfunc3 (sc)Julien Nabet1-12/+7
2017-09-06tdf#111305: Fix group name refresh in pivot tableDimitri Bouron1-0/+14
2017-08-25Allow non-modal Dialogs during FileImport/LoadArmin Le Grand1-1/+1
2017-08-23convert message box style bits to scoped enumNoel Grandin1-5/+5