summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/dataprovider.hxx
AgeCommit message (Expand)Author
2023-02-05osl::Mutex->std::atomic in sc::CSVFetchThreadNoel Grandin
2022-08-07clang-tidy modernize-pass-by-value in scNoel Grandin
2021-10-11loplugin:moveparam in scNoel Grandin
2021-09-22Extend loplugin:stringviewparam to starts/endsWith: scStephan Bergmann
2021-03-23tdf#124176 Use pragma once in s*Vincent LE GARREC
2020-11-27tdf#42949 Fix new IWYU warnings in directory sc/Gabor Kelemen
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin
2019-06-11loplugin:virtualdown in DataProviderNoel Grandin
2018-10-16tdf#42949 Fix IWYU warnings in sc/source/ui/inc/[a-e]*Gabor Kelemen
2018-10-15loplugin:constfields in scNoel Grandin
2018-08-29loplugin:constantparam (2)Noel Grandin
2017-12-09Remove __ORCUS_STATIC_LIB defines.Kohei Yoshida
2017-10-23loplugin:includeform: scStephan Bergmann
2017-10-21coverity#1401307 document checked 'Uncaught exception'Caolán McNamara
2017-10-12adapt dataprovider to the requirements of the new UIMarkus Mohrhard
2017-08-20external data: add a way to get the available data sourcesfor a providerMarkus 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-12external data: introduce a deterministic mode for the testsMarkus Mohrhard
2017-08-12external data: move code to own directory and split file upMarkus Mohrhard
2017-08-10external data: add a method to list all data providersMarkus Mohrhard
2017-08-10external data: use the DB name instead of a DB pointerMarkus Mohrhard
2017-08-10external data: remove some unnecessary concepts from the csv threadMarkus Mohrhard
2017-08-10external data: move the copying to the document to ScDBDataManagerMarkus Mohrhard
2017-08-09external data: separate parsing with import and copying to final docMarkus Mohrhard
2017-07-31add initial file format representation for data import featureMarkus Mohrhard
2017-07-08Add a way to resize ScDBDataJaskaran Singh
2017-06-08-Werror,-Wunused-private-fieldStephan Bergmann
2017-06-07fix memory leak and improve variable lifecycleMarkus Mohrhard
2017-06-07Add Test for dataprovider and modify the way we fetch and apply streamJaskaran Singh
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-01-19new loplugin: useuniqueptr: sc part 2Noel Grandin
2017-01-15Expose ExternalDataMapper member functions to the publicJaskaran Singh
2017-01-04Enable fetching data from network, not just files available locallyJaskaran Singh
2016-12-29Add ExternalDataMapper class and Implement CSVDataProvider::Refresh()Jaskaran Singh
2016-12-29Make these functions publicJaskaran Singh
2016-12-11Implement CSVDataProvider and perform some cleanup on itJaskaran Singh
2016-12-09fix compile errorsMarkus Mohrhard
2016-12-09Add support classes for dataproviderJaskaran Singh
2016-11-17Add Skeleton for DataProvider ClassJaskaran Singh