summaryrefslogtreecommitdiff
path: root/sc/source/ui/dataprovider/htmldataprovider.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin1-3/+3
2020-01-28remove some unused local varsNoel Grandin1-1/+1
2019-09-11tdf#127461: fix data provider crashesJulien Nabet1-0/+13
2019-07-04cid#1448425: Resource leak (sc/htmlprovider)Julien Nabet1-0/+5
2019-06-12loplugin:unusedmethodsNoel Grandin1-31/+0
2019-02-27tdf#42949 Fix IWYU warnings in sc/source/ui/d*/*cxxGabor Kelemen1-2/+0
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-3/+3
2018-09-06clang-tidy performance-unnecessary-value-paramNoel Grandin1-8/+11
2018-01-12More loplugin:cstylecast: scStephan Bergmann1-1/+1
2017-10-23loplugin:includeform: scStephan Bergmann1-1/+1
2017-10-12adapt dataprovider to the requirements of the new UIMarkus Mohrhard1-20/+14
2017-08-20external data: add a way to get the available data sourcesfor a providerMarkus Mohrhard1-0/+31
2017-08-16external data: apply the transformation still in the fetch threadMarkus Mohrhard1-3/+14
2017-08-16external data: add the deterministic mode also for htmlMarkus Mohrhard1-0/+7
2017-08-14external data: handle child elements of td correctly in html providerMarkus Mohrhard1-12/+51
2017-08-12external data: add html data providerMarkus Mohrhard1-0/+209