summaryrefslogtreecommitdiffstats
path: root/chart2/source/model/template/ChartTypeTemplate.cxx
Commit message (Expand)AuthorAgeFilesLines
* use more concrete types in chart2, ChartTypeTemplateNoel Grandin2022-01-181-1/+1
* Prepare for removal of non-const operator[] from Sequence in chart2Mike Kaganski2021-10-291-10/+5
* use for-range on Sequence in chart2Noel Grandin2020-05-181-38/+27
* tdf#132355 fix X axis position of stock chartsTünde Tóth2020-04-271-4/+1
* loplugin:flatten in chart2Noel Grandin2020-04-191-88/+88
* tdf#127777 fix "CrossBetween" for not imported combined chartBalazs Varga2019-11-181-1/+4
* tdf#127777 OOXML chart export: fix "CrossBetween" for not imported chartsBalazs Varga2019-10-071-2/+5
* Use hasElements to check Sequence emptiness in chart2..connectivityArkadiy Illarionov2019-06-101-11/+11
* improve loplugin simplifyconstructNoel Grandin2019-04-151-1/+1
* Fix typoAndrea Gelmini2019-01-131-1/+1
* tdf#42949 Fix IWYU warnings in chart2/source/model/*cxxGabor Kelemen2018-10-081-7/+1
* tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen2018-09-101-0/+1
* tdf#42949 Fix IWYU warnings in chart2/source/inc/[d-l]*hxxGabor Kelemen2018-08-081-0/+1
* tdf#42949 Fix IWYU warnings in chart2/source/model/{main,template}/*hxxGabor Kelemen2018-06-161-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-16/+17
* loplugin:salcall fix non-virtual methodsNoel Grandin2017-12-051-1/+1
* inline ASSERT_EXCEPTION macro in chart2Noel Grandin2017-11-031-9/+8
* loplugin:includeform: chart2Stephan Bergmann2017-10-231-11/+11
* use more OUString::operator== in a*..chart2Noel Grandin2017-07-131-3/+3
* ChartTypeHelper::getSupportedLabelPlacements nDimensionCount was ignoredStephan Bergmann2017-06-291-2/+2
* loplugin:oncevar chart2Noel Grandin2017-06-201-2/+1
* clang-tidy readability-redundant-control-flowNoel Grandin2017-05-311-3/+1
* loplugin:comparisonwithconstant in chart2Noel Grandin2017-05-231-1/+1
* revert OSL_ASSERT changesChris Sherlock2017-05-071-4/+4
* tdf#43157: convert chart2 model source from OSL_ASSERT to assertChris Sherlock2017-05-071-4/+4
* commit: loplugin:checkunusedparams in chart2Noel Grandin2017-04-281-5/+4
* convert StackMode to scoped enumNoel Grandin2017-02-171-7/+7
* Drop :: prefix from std in c*/Tor Lillqvist2017-02-151-2/+2
* makeAny->Any in basctl..chart2Noel Grandin2017-02-031-6/+6
* Remove dynamic exception specificationsStephan Bergmann2017-01-261-10/+0
* loplugin:unusedfieldsNoel Grandin2017-01-101-1/+1
* chart2: remove unused ContainerHelper.hxx includesJochen Nitschke2016-07-131-1/+0
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-201-1/+1
* clang-tidy performance-unnecessary-value-param in chart2Noel Grandin2016-04-121-1/+1
* cleanup: remove unused com/sun/star/uno includesJochen Nitschke2016-04-121-1/+0
* use comphelper::containerToSequenceNoel Grandin2015-11-191-1/+1
* s/Coordiante/CoordinateTor Lillqvist2015-07-081-1/+1
* uno::Sequence provides now begin and endNoel Grandin2015-06-041-2/+2
* remove whitespacesMarkus Mohrhard2014-07-021-1/+0
* fdo#71076, fdo#71767: Preserve number formats when charts are copied.Kohei Yoshida2014-06-191-6/+4
* Use define constant to keep track of all NumberFormat property usage.Kohei Yoshida2014-06-191-4/+6
* improve the inlinesimplememberfunctions clang pluginNoel Grandin2014-06-171-4/+0
* remove unnecessary and unused chart debug functionalityMarkus Mohrhard2014-06-071-10/+0
* css already means ::com::sun::starThomas Arnhold2014-05-271-1/+1
* chart2: sal_Bool->boolNoel Grandin2014-04-151-3/+3
* ChartTypeTemplate and its derivatives are not UNO service implementationsStephan Bergmann2014-03-281-14/+0
* Error: exception specification of overriding function is more lax than baseTor Lillqvist2014-03-261-0/+1
* List child type for GL3D bar chart type.Kohei Yoshida2014-03-251-1/+0
* Let's be more defensive here by checking for null return objects.Kohei Yoshida2014-03-241-1/+8