summaryrefslogtreecommitdiff
path: root/sc/source/ui/dataprovider/dataprovider.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-02-22ScGlobal - change direct access to a static ptr for a getterTomaž Vajngerl1-1/+1
2020-01-24loplugin:makeshared in scNoel Grandin1-1/+1
2020-01-10use more std::make_sharedNoel Grandin1-4/+4
2019-11-11sc: rowcol: tdf#50916 convert mark data structuresNoel Grandin1-1/+1
2019-10-22sc: rowcol: tdf#50916 convert some in uiAron Budea1-2/+2
2019-07-20loplugin:referencecasting in scNoel Grandin1-1/+1
2019-06-11loplugin:virtualdown in DataProviderNoel Grandin1-5/+0
2019-04-17loplugin:sequentialassign in scNoel Grandin1-2/+1
2019-02-27tdf#42949 Fix IWYU warnings in sc/source/ui/d*/*cxxGabor Kelemen1-2/+1
2018-11-27tdf#42949 Fix IWYU warnings in include/vcl/[f-h]*Gabor Kelemen1-0/+1
2018-11-15loplugin:staticmethods in scNoel Grandin1-1/+1
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen1-0/+1
2018-10-16tdf#42949 Fix IWYU warnings in sc/source/ui/inc/[a-e]*Gabor Kelemen1-0/+3
2018-10-15loplugin:constfields in scNoel Grandin1-2/+1
2018-09-28Added base as a data providerVikas1-0/+4
2018-09-06clang-tidy performance-unnecessary-value-paramNoel Grandin1-1/+2
2018-08-29loplugin:constantparam (2)Noel Grandin1-3/+2
2018-08-01Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-27sc: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann1-4/+0
2018-07-08Added XML data providerVikas Mahato1-0/+16
2018-07-06add a selection for the DB range to Dataprovider dlgMarkus Mohrhard1-3/+3
2017-10-23loplugin:includeform: scStephan Bergmann1-2/+2
2017-10-12adapt dataprovider to the requirements of the new UIMarkus Mohrhard1-22/+41
2017-09-12clang-tidy modernize-use-emplace in scNoel Grandin1-2/+2
2017-08-25coverity#1416669 Uninitialized scalar fieldCaolán McNamara1-4/+5
2017-08-24loplugin:constparam in sc part5Noel Grandin1-1/+1
2017-08-20external data: add a way to get the available data sourcesfor a providerMarkus Mohrhard1-0/+5
2017-08-20external data: forgot to add the new html provider to the listMarkus Mohrhard1-0/+1
2017-08-16external data: apply the transformation still in the fetch threadMarkus Mohrhard1-5/+6
2017-08-14external data: add initial work for data transformationsMarkus Mohrhard1-0/+12
2017-08-14external data: avoid crash due to exception when downloading failsMarkus Mohrhard1-17/+25
2017-08-12external data: introduce a deterministic mode for the testsMarkus Mohrhard1-1/+14
2017-08-12external data: add html data providerMarkus Mohrhard1-1/+6
2017-08-12external data: move code to own directory and split file upMarkus Mohrhard1-0/+233