summaryrefslogtreecommitdiff
path: root/sc/source/ui/dataprovider/dataprovider.cxx
AgeCommit message (Expand)Author
2023-09-15reduce casting around ScDocShellNoel Grandin
2022-08-07clang-tidy modernize-pass-by-value in scNoel Grandin
2021-09-22Extend loplugin:stringviewparam to starts/endsWith: scStephan Bergmann
2021-09-17rather return ref from getCharClassPtrNoel Grandin
2020-09-23some places where ScDocument* is never passed a nullptrCaolán McNamara
2020-05-30pass ScSheetLimits aroundNoel Grandin
2020-02-22ScGlobal - change direct access to a static ptr for a getterTomaž Vajngerl
2020-01-24loplugin:makeshared in scNoel Grandin
2020-01-10use more std::make_sharedNoel Grandin
2019-11-11sc: rowcol: tdf#50916 convert mark data structuresNoel Grandin
2019-10-22sc: rowcol: tdf#50916 convert some in uiAron Budea
2019-07-20loplugin:referencecasting in scNoel Grandin
2019-06-11loplugin:virtualdown in DataProviderNoel Grandin
2019-04-17loplugin:sequentialassign in scNoel Grandin
2019-02-27tdf#42949 Fix IWYU warnings in sc/source/ui/d*/*cxxGabor Kelemen
2018-11-27tdf#42949 Fix IWYU warnings in include/vcl/[f-h]*Gabor Kelemen
2018-11-15loplugin:staticmethods in scNoel Grandin
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen
2018-10-16tdf#42949 Fix IWYU warnings in sc/source/ui/inc/[a-e]*Gabor Kelemen
2018-10-15loplugin:constfields in scNoel Grandin
2018-09-28Added base as a data providerVikas
2018-09-06clang-tidy performance-unnecessary-value-paramNoel Grandin
2018-08-29loplugin:constantparam (2)Noel Grandin
2018-08-01Add missing sal/log.hxx headersGabor Kelemen
2018-07-27sc: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann
2018-07-08Added XML data providerVikas Mahato
2018-07-06add a selection for the DB range to Dataprovider dlgMarkus Mohrhard
2017-10-23loplugin:includeform: scStephan Bergmann
2017-10-12adapt dataprovider to the requirements of the new UIMarkus Mohrhard
2017-09-12clang-tidy modernize-use-emplace in scNoel Grandin
2017-08-25coverity#1416669 Uninitialized scalar fieldCaolán McNamara
2017-08-24loplugin:constparam in sc part5Noel Grandin
2017-08-20external data: add a way to get the available data sourcesfor a providerMarkus Mohrhard
2017-08-20external data: forgot to add the new html provider to the listMarkus Mohrhard
2017-08-16external data: apply the transformation still in the fetch threadMarkus Mohrhard
2017-08-14external data: add initial work for data transformationsMarkus Mohrhard
2017-08-14external data: avoid crash due to exception when downloading failsMarkus Mohrhard
2017-08-12external data: introduce a deterministic mode for the testsMarkus Mohrhard
2017-08-12external data: add html data providerMarkus Mohrhard
2017-08-12external data: move code to own directory and split file upMarkus Mohrhard