summaryrefslogtreecommitdiffstats
path: root/chart2/source/model
Commit message (Expand)AuthorAgeFilesLines
* loplugin:collapseif in accessibility..cuiNoel Grandin2018-11-061-5/+2
* tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski2018-11-031-2/+1
* pvs-studio: V728 An excessive check can be simplifiedCaolán McNamara2018-10-221-5/+1
* clang-tidy readability-container-size-emptyNoel Grandin2018-10-191-1/+1
* clang-tidy readability-redundant-smartptr-getNoel Grandin2018-10-171-4/+2
* tdf#42949 Fix IWYU warnings in chart2/source/model/*cxxGabor Kelemen2018-10-0841-136/+34
* tdf#42949 Fix IWYU warnings in include/comphelper/[a-l]*Gabor Kelemen2018-09-241-0/+1
* tdf#42949 Fix IWYU warnings in include/ucbhelper/*Gabor Kelemen2018-09-131-0/+1
* clang-tidy bugprone-copy-constructor-initNoel Grandin2018-09-1114-14/+14
* tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen2018-09-102-0/+2
* loplugin:simplifyconstruct in canvas..cuiNoel Grandin2018-09-061-5/+2
* Replace find_if with proper quantifier algorithmsArkadiy Illarionov2018-08-291-2/+2
* loplugin:constantparam (1)Noel Grandin2018-08-292-17/+2
* tdf#42949 Fix IWYU warnings in chart2/source/inc/[l-z]*Gabor Kelemen2018-08-289-0/+9
* tdf#42949 Fix IWYU warnings in chart2/source/inc/[d-l]*hxxGabor Kelemen2018-08-0812-0/+14
* loplugin:returnconstant in chart2Noel Grandin2018-08-011-6/+1
* remove the GL based 3D chartsMarkus Mohrhard2018-07-176-523/+0
* merge IUndoManager into SfxUndoManagerNoel Grandin2018-07-131-2/+2
* Add missing sal/log.hxx headersGabor Kelemen2018-07-096-0/+6
* tdf#42949 Fix IWYU warnings in chart2/source/inc/[A-C]*Gabor Kelemen2018-06-253-0/+3
* tdf#42949 Fix IWYU warnings in chart2/source/model/{main,template}/*hxxGabor Kelemen2018-06-1643-34/+48
* look for unnecessary calls to Reference::is() after an UNO_QUERY_THROWNoel Grandin2018-06-082-2/+0
* tdf#42949 remove unused compheler includes ..Jochen Nitschke2018-06-051-1/+0
* tdf#42949 Fix IWYU warnings in chart2/source/model/inc/Gabor Kelemen2018-05-288-15/+15
* tdf#42949 Fix IWYU warnings in chart2/source/inc/*Gabor Kelemen2018-05-251-0/+1
* loplugin:unusedfields in avmedia..comphelperNoel Grandin2018-05-224-11/+2
* [API CHANGE] deprecate XGraphicObjectResolverTomaž Vajngerl2018-04-262-24/+25
* remove some unused comphelper includesJochen Nitschke2018-04-151-1/+0
* use more DBG_UNHANDLED_EXCEPTIONNoel Grandin2018-04-0933-222/+255
* loplugin:redundantfcast look for redundant copies in return statementsNoel Grandin2018-03-121-1/+1
* loplugin:constantparam in canvas..comphelperNoel Grandin2018-03-083-3/+3
* loplugin:unusedfieldsNoel Grandin2018-03-0825-82/+48
* Use for-range loops in chart2 (part1)Julien Nabet2018-03-0311-43/+30
* tdf#114821 import complex data labels in bar chartSzymon Kłos2018-01-294-3/+67
* loplugin:unusedmethods also check for functions returning boolNoel Grandin2018-01-191-3/+0
* More loplugin:cstylecast: chart2Stephan Bergmann2018-01-151-1/+1
* tdf#113572: allow switching to data range in copypasted chartVasily Melenchuk2018-01-101-0/+8
* loplugin:unusedfieldsNoel Grandin2017-12-1911-54/+31
* loplugin:salcall fix functionsNoel Grandin2017-12-1124-27/+27
* loplugin:countusersofdefaultparams in chart2Noel Grandin2017-12-074-4/+4
* loplugin:salcall fix non-virtual methodsNoel Grandin2017-12-054-5/+5
* loplugin:finalclasses in chart2Noel Grandin2017-11-1022-56/+44
* loplugin:unusedvariable add some more std:: typesNoel Grandin2017-11-091-14/+6
* inline ASSERT_EXCEPTION macro in chart2Noel Grandin2017-11-0347-158/+111
* More loplugin:unnecessaryparenStephan Bergmann2017-10-261-1/+1
* loplugin:includeform: chart2Stephan Bergmann2017-10-2374-323/+323
* loplugin:flatten in basctl..configmgrNoel Grandin2017-09-211-17/+13
* clang-tidy modernize-use-emplace in c*Noel Grandin2017-09-1121-462/+311
* new loplugin:redundantpointeropsNoel Grandin2017-09-041-1/+1
* convert std::map::insert to std::map::emplaceNoel Grandin2017-08-112-2/+2