summaryrefslogtreecommitdiff
path: root/chart2/source/model/template
AgeCommit message (Expand)Author
2020-05-23Silence -Werror=unused-variableStephan Bergmann
2020-05-18use for-range on Sequence in chart2Noel Grandin
2020-05-08compact namespace in canvas..cuiNoel Grandin
2020-04-27tdf#132355 fix X axis position of stock chartsTünde Tóth
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann
2020-04-19loplugin:flatten in chart2Noel Grandin
2020-01-14clang-tidy modernize-concat-nested-namespace in chart2Noel Grandin
2019-11-18tdf#127777 fix "CrossBetween" for not imported combined chartBalazs Varga
2019-10-07tdf#127777 OOXML chart export: fix "CrossBetween" for not imported chartsBalazs Varga
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): chart2Stephan Bergmann
2019-06-10Use hasElements to check Sequence emptiness in chart2..connectivityArkadiy Illarionov
2019-05-09Drop redundant explicit initialization of MutexContainer base classStephan Bergmann
2019-04-15improve loplugin simplifyconstructNoel Grandin
2019-01-18convert StockVariant to scoped enumNoel Grandin
2019-01-14Fix typoAndrea Gelmini
2019-01-13Fix typoAndrea Gelmini
2018-11-06loplugin:collapseif in accessibility..cuiNoel Grandin
2018-11-03tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski
2018-10-22pvs-studio: V728 An excessive check can be simplifiedCaolán McNamara
2018-10-08tdf#42949 Fix IWYU warnings in chart2/source/model/*cxxGabor Kelemen
2018-09-11clang-tidy bugprone-copy-constructor-initNoel Grandin
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen
2018-08-29Replace find_if with proper quantifier algorithmsArkadiy Illarionov
2018-08-29loplugin:constantparam (1)Noel Grandin
2018-08-28tdf#42949 Fix IWYU warnings in chart2/source/inc/[l-z]*Gabor Kelemen
2018-08-08tdf#42949 Fix IWYU warnings in chart2/source/inc/[d-l]*hxxGabor Kelemen
2018-07-17remove the GL based 3D chartsMarkus Mohrhard
2018-07-09Add missing sal/log.hxx headersGabor Kelemen
2018-06-25tdf#42949 Fix IWYU warnings in chart2/source/inc/[A-C]*Gabor Kelemen
2018-06-16tdf#42949 Fix IWYU warnings in chart2/source/model/{main,template}/*hxxGabor Kelemen
2018-06-08look for unnecessary calls to Reference::is() after an UNO_QUERY_THROWNoel Grandin
2018-05-25tdf#42949 Fix IWYU warnings in chart2/source/inc/*Gabor Kelemen
2018-04-09use more DBG_UNHANDLED_EXCEPTIONNoel Grandin
2018-03-12loplugin:redundantfcast look for redundant copies in return statementsNoel Grandin
2018-03-08loplugin:constantparam in canvas..comphelperNoel Grandin
2018-03-08loplugin:unusedfieldsNoel Grandin
2018-03-03Use for-range loops in chart2 (part1)Julien Nabet
2018-01-19loplugin:unusedmethods also check for functions returning boolNoel Grandin
2017-12-19loplugin:unusedfieldsNoel Grandin
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-12-07loplugin:countusersofdefaultparams in chart2Noel Grandin
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin
2017-11-10loplugin:finalclasses in chart2Noel Grandin
2017-11-03inline ASSERT_EXCEPTION macro in chart2Noel Grandin
2017-10-26More loplugin:unnecessaryparenStephan Bergmann
2017-10-23loplugin:includeform: chart2Stephan Bergmann
2017-09-11clang-tidy modernize-use-emplace in c*Noel Grandin
2017-08-02remove unnecessary use of 'this->'Noel Grandin
2017-07-13use more OUString::operator== in a*..chart2Noel Grandin
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke