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