summaryrefslogtreecommitdiff
path: root/sc/source/ui/dataprovider/csvdataprovider.cxx
AgeCommit message (Expand)Author
2023-09-15reduce casting around ScDocShellNoel Grandin
2023-03-14elide some temporary OStringsNoel Grandin
2023-02-05osl::Mutex->std::atomic in sc::CSVFetchThreadNoel Grandin
2023-01-26Upgrade mdds and orcus to 2.1.0 and 0.18.0, respectivelyKohei Yoshida
2022-08-07Removed duplicated includesAndrea Gelmini
2022-08-07clang-tidy modernize-pass-by-value in scNoel Grandin
2021-10-11loplugin:moveparam in scNoel Grandin
2020-01-28remove some unused local varsNoel Grandin
2019-10-22sc: rowcol: tdf#50916 convert some in uiAron Budea
2019-08-20loplugin:constvars in package..scNoel Grandin
2018-11-27tdf#42949 Fix IWYU warnings in include/vcl/[f-h]*Gabor Kelemen
2018-10-16tdf#42949 Fix IWYU warnings in sc/source/ui/inc/[a-e]*Gabor Kelemen
2018-09-06clang-tidy performance-unnecessary-value-paramNoel Grandin
2018-01-12More loplugin:cstylecast: scStephan Bergmann
2017-12-09Remove __ORCUS_STATIC_LIB defines.Kohei Yoshida
2017-11-18Updated liborcus to 0.13.1.Kohei Yoshida
2017-10-23loplugin:includeform: scStephan Bergmann
2017-10-12adapt dataprovider to the requirements of the new UIMarkus Mohrhard
2017-08-16external data: apply the transformation still in the fetch threadMarkus Mohrhard
2017-08-13external data: pass the whole string to the csv parserMarkus Mohrhard
2017-08-12external data: avoid deadlock when the thread needs the SolarMutexMarkus 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