summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/dbdata.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-11-19c++20: use std::erase(_if) instead of std::remove(_if)+erase (part 8)Julien Nabet1-1/+1
2023-11-18Remove useless using + once use of replace pair by std::pairJulien Nabet1-7/+1
2023-11-11sc: extend backcolor areaHenry Castro1-0/+17
2023-05-25merge some stringaddsNoel Grandin1-7/+2
2023-03-16tdf#154061 Make sure table column attributes size is correctParis Oplopoios1-1/+6
2022-11-30xlsx: Import table column attribute XML_totalsRowFunctionofftkp1-3/+14
2022-09-29Fix incrementing number in dbrange names during copying, tdf#145054 follow-upEike Rathke1-18/+40
2022-09-28fix bug in lcl_IncrementNumberInNamedRangeNoel Grandin1-1/+2
2022-08-07clang-tidy modernize-pass-by-value in scNoel Grandin1-2/+2
2022-07-12elide some dynamic_castNoel Grandin1-5/+2
2022-04-19new loplugin:stringviewvar looks for OUString vars that can beNoel Grandin1-3/+3
2022-03-28-Werror,-Wunused-but-set-variableStephan Bergmann1-1/+1
2022-03-25loplugin:constantparamNoel Grandin1-4/+3
2022-02-17Handle the possible case of broadcasted row block, tdf#119083 follow-upEike Rathke1-4/+19
2022-02-09Fix copying range when it doesn't contain a numberSamuel Mehrbrodt1-6/+20
2022-01-27Fix copying named DB when it doesn't contain a '_'Samuel Mehrbrodt1-1/+3
2022-01-27tdf#145054 Copy named DBs too when copying sheetSamuel Mehrbrodt1-0/+47
2021-12-22tdf#145057 Fix saving color filter when multiple data ranges in sheetSamuel Mehrbrodt1-0/+14
2021-12-21Fix formatting (wrong indentation)Samuel Mehrbrodt1-33/+32
2021-12-06process broadcasts for adjacent cells together (tdf#119083)Luboš Luňák1-3/+3
2021-12-06rename In() to Contains()Luboš Luňák1-1/+1
2021-11-11Drop ScGlobal::GetEmptyOUString() and EMPTY_OUSTRINGMike Kaganski1-3/+3
2021-10-11loplugin:moveparam in scNoel Grandin1-2/+2
2021-10-07Blind fix crash in ScDBData::UpdateReference(), tdf#126926 follow-upEike Rathke1-6/+7
2021-09-17rather return ref from GetTransliterationNoel Grandin1-2/+2
2021-09-17rather return ref from getCharClassPtrNoel Grandin1-2/+2
2021-07-30tdf#126926 sc DBData: delete the database rangeTünde Tóth1-41/+36
2021-04-30tdf#141946 sc: fix broken filter criteria when inserting columnTünde Tóth1-5/+5
2021-04-29tdf#48025 sc: fix broken filter criteria when deleting columnsTünde Tóth1-2/+22
2021-02-28tdf#124701 sc status bar: hide bad filtered row countBalazs Varga1-2/+5
2020-11-27tdf#42949 Fix new IWYU warnings in directory sc/Gabor Kelemen1-1/+0
2020-10-20use tools::Long in scNoel1-4/+4
2020-09-25change pointers to references where never possible to be nullptrsCaolán McNamara1-1/+1
2020-09-23some places where ScDocument* is never passed a nullptrCaolán McNamara1-17/+17
2020-07-29loplugin:flatten in sc/core/toolNoel Grandin1-33/+33
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin1-20/+20
2020-02-22ScGlobal - change direct access to a static ptr for a getterTomaž Vajngerl1-2/+2
2020-01-28New loplugin:unsignedcompareStephan Bergmann1-1/+2
2019-10-29sc: rowcol: tdf#50916 convert core/toolNoel Grandin1-2/+2
2019-09-01Fix '..'Andrea Gelmini1-2/+2
2019-08-20loplugin:constvars in package..scNoel Grandin1-1/+1
2019-01-31Simplify containers iterations in sc/source/core/[o-t]*Arkadiy Illarionov1-8/+6
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen1-2/+1
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen1-0/+1
2018-10-22pvs-studio: V794 The assignment operator should be protectedCaolán McNamara1-42/+44
2018-10-15loplugin:constfields in scNoel Grandin1-20/+20
2018-10-08use more std::unique_ptr in ScDBCollection::NamedDBsNoel Grandin1-2/+2
2018-09-20Resolves: tdf#119954 do not copy the old parent, init with new parent insteadEike Rathke1-3/+3
2018-08-29Replace find_if with proper quantifier algorithmsArkadiy Illarionov1-3/+3
2018-08-01Add missing sal/log.hxx headersGabor Kelemen1-0/+1