summaryrefslogtreecommitdiffstats
path: root/chart2/source/tools/InternalDataProvider.cxx
Commit message (Expand)AuthorAgeFilesLines
* Simplify vector initializationsJulien Nabet2021-06-111-3/+1
* tdf#139658 OOXML: fix broken chart import at labels with quotesTünde Tóth2021-06-101-2/+10
* const OUString -> const OUStringLiteralMike Kaganski2021-03-251-1/+1
* Avoid signed-integer-overflow parsing table:cell-range-address="PivotChart"Stephan Bergmann2021-03-091-0/+7
* fix coverity parse errorsCaolán McNamara2021-01-091-3/+3
* New loplugin:stringliteralvarStephan Bergmann2020-12-261-3/+3
* loplugin:stringviewparam include comparisons with string literalsNoel2020-11-301-7/+7
* loplugin:simplifybool moreNoel Grandin2020-08-141-1/+1
* Upcoming improved loplugin:staticanonymous -> redundantstatic: chart2Stephan Bergmann2020-06-301-6/+6
* use more std::container::insert instead of std::copyNoel Grandin2020-06-241-3/+1
* loplugin:flatten in chart2Noel Grandin2020-04-191-44/+44
* tdf#130975 replace `rtl::math::isNan` with `std::isnan`.Yukio Siraichi2020-03-141-1/+1
* tdf#130976 replace `rtl::math::isInf` with `std::inf`.Yukio Siraichi2020-03-121-1/+1
* clang-tidy modernize-concat-nested-namespace in chart2Noel Grandin2020-01-141-1/+1
* tdf#124083 OOXML import: fix broken charts with missing value XBalazs Varga2019-08-301-2/+9
* loplugin:constvars in chart2..connectivityNoel Grandin2019-08-191-2/+2
* Improved loplugin:stringconstant (now that GCC 7 supports it): chart2Stephan Bergmann2019-07-311-4/+4
* loplugin:referencecasting in canvas..chart2Noel Grandin2019-07-191-1/+1
* tdf#126193 Chart OOXML: Export Multi-level category labelsBalazs Varga2019-07-151-0/+1
* Use hasElements to check Sequence emptiness in chart2..connectivityArkadiy Illarionov2019-06-101-1/+1
* Remove ContainerHelper.hxxArkadiy Illarionov2019-05-131-4/+3
* convert "*xxx.get()" to "*xxx"Noel Grandin2019-01-081-1/+1
* tdf#42949 Fix IWYU warnings in chart2/source/tools/*cxxGabor Kelemen2018-10-091-6/+2
* clang-tidy bugprone-copy-constructor-initNoel Grandin2018-09-111-1/+1
* clang-tidy performance-inefficient-vector-operationNoel Grandin2018-09-051-2/+4
* tdf#42949 Fix IWYU warnings in chart2/source/inc/[d-l]*hxxGabor Kelemen2018-08-081-0/+1
* coverity#1438225 Improper use of negative valueCaolán McNamara2018-08-051-2/+2
* Missing includes (Windows --disable-pch)Stephan Bergmann2018-07-261-0/+1
* tdf#42949 Fix IWYU warnings in chart2/source/inc/*Gabor Kelemen2018-05-251-0/+1
* use more DBG_UNHANDLED_EXCEPTIONNoel Grandin2018-04-091-2/+3
* Modernize a bit chart2Julien Nabet2018-03-041-15/+9
* loplugin:salcall fix functionsNoel Grandin2017-12-111-1/+1
* inline ASSERT_EXCEPTION macro in chart2Noel Grandin2017-11-031-2/+1
* loplugin:includeform: chart2Stephan Bergmann2017-10-231-14/+14
* convert std::map::insert to std::map::emplace IINoel Grandin2017-08-111-3/+2
* convert std::map::insert to std::map::emplaceNoel Grandin2017-08-111-1/+1
* remove unnecessary use of 'this->'Noel Grandin2017-08-021-2/+2
* loplugin:checkunusedparams more part3Noel Grandin2017-07-281-3/+3
* tdf#103984 : For bubble charts append data column...Dennis Francis2017-07-231-1/+1
* simplify calls OUString::copy in foo.copy(x, foo.getLength() - x)Noel Grandin2017-07-111-1/+1
* C++11 remove std::binary_function bases from functorsJochen Nitschke2017-07-071-2/+2
* use begin()/end() when working with SequenceNoel Grandin2017-07-031-3/+3
* C++11 remove std::unary_function bases from functorsJochen Nitschke2017-07-031-6/+6
* loplugin:oncevar chart2Noel Grandin2017-06-201-2/+1
* revert OSL_ASSERT changesChris Sherlock2017-05-071-4/+4
* tdf#43157: convert chart2 tools source from OSL_ASSERT to assertChris Sherlock2017-05-071-4/+4
* tdf#107097 invoke internal DP and correctly handle "range" namesTomaž Vajngerl2017-04-291-0/+4
* Drop :: prefix from std in c*/Tor Lillqvist2017-02-151-30/+30
* makeAny->Any in basctl..chart2Noel Grandin2017-02-031-9/+9
* Remove dynamic exception specificationsStephan Bergmann2017-01-261-50/+11