summaryrefslogtreecommitdiff
path: root/chart2/source/model
AgeCommit message (Expand)AuthorFilesLines
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen2-0/+2
2018-09-06loplugin:simplifyconstruct in canvas..cuiNoel Grandin1-5/+2
2018-08-29Replace find_if with proper quantifier algorithmsArkadiy Illarionov1-2/+2
2018-08-29loplugin:constantparam (1)Noel Grandin2-17/+2
2018-08-28tdf#42949 Fix IWYU warnings in chart2/source/inc/[l-z]*Gabor Kelemen9-0/+9
2018-08-08tdf#42949 Fix IWYU warnings in chart2/source/inc/[d-l]*hxxGabor Kelemen12-0/+14
2018-08-01loplugin:returnconstant in chart2Noel Grandin1-6/+1
2018-07-17remove the GL based 3D chartsMarkus Mohrhard6-523/+0
2018-07-13merge IUndoManager into SfxUndoManagerNoel Grandin1-2/+2
2018-07-09Add missing sal/log.hxx headersGabor Kelemen6-0/+6
2018-06-25tdf#42949 Fix IWYU warnings in chart2/source/inc/[A-C]*Gabor Kelemen3-0/+3
2018-06-16tdf#42949 Fix IWYU warnings in chart2/source/model/{main,template}/*hxxGabor Kelemen43-34/+48
2018-06-08look for unnecessary calls to Reference::is() after an UNO_QUERY_THROWNoel Grandin2-2/+0
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke1-1/+0
2018-05-28tdf#42949 Fix IWYU warnings in chart2/source/model/inc/Gabor Kelemen8-15/+15
2018-05-25tdf#42949 Fix IWYU warnings in chart2/source/inc/*Gabor Kelemen1-0/+1
2018-05-22loplugin:unusedfields in avmedia..comphelperNoel Grandin4-11/+2
2018-04-26[API CHANGE] deprecate XGraphicObjectResolverTomaž Vajngerl2-24/+25
2018-04-15remove some unused comphelper includesJochen Nitschke1-1/+0
2018-04-09use more DBG_UNHANDLED_EXCEPTIONNoel Grandin33-222/+255
2018-03-12loplugin:redundantfcast look for redundant copies in return statementsNoel Grandin1-1/+1
2018-03-08loplugin:constantparam in canvas..comphelperNoel Grandin3-3/+3
2018-03-08loplugin:unusedfieldsNoel Grandin25-82/+48
2018-03-03Use for-range loops in chart2 (part1)Julien Nabet11-43/+30
2018-01-29tdf#114821 import complex data labels in bar chartSzymon Kłos4-3/+67
2018-01-19loplugin:unusedmethods also check for functions returning boolNoel Grandin1-3/+0
2018-01-15More loplugin:cstylecast: chart2Stephan Bergmann1-1/+1
2018-01-10tdf#113572: allow switching to data range in copypasted chartVasily Melenchuk1-0/+8
2017-12-19loplugin:unusedfieldsNoel Grandin11-54/+31
2017-12-11loplugin:salcall fix functionsNoel Grandin24-27/+27
2017-12-07loplugin:countusersofdefaultparams in chart2Noel Grandin4-4/+4
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin4-5/+5
2017-11-10loplugin:finalclasses in chart2Noel Grandin22-56/+44
2017-11-09loplugin:unusedvariable add some more std:: typesNoel Grandin1-14/+6
2017-11-03inline ASSERT_EXCEPTION macro in chart2Noel Grandin47-158/+111
2017-10-26More loplugin:unnecessaryparenStephan Bergmann1-1/+1
2017-10-23loplugin:includeform: chart2Stephan Bergmann74-323/+323
2017-09-21loplugin:flatten in basctl..configmgrNoel Grandin1-17/+13
2017-09-11clang-tidy modernize-use-emplace in c*Noel Grandin21-462/+311
2017-09-04new loplugin:redundantpointeropsNoel Grandin1-1/+1
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin2-2/+2
2017-08-02remove unnecessary use of 'this->'Noel Grandin8-13/+13
2017-08-02tdf#109523: Do not forget to remove the chart model from...Dennis Francis1-0/+7
2017-07-28loplugin:checkunusedparams more part3Noel Grandin11-28/+19
2017-07-27loplugin:constparams in chart2Noel Grandin2-2/+2
2017-07-13use more OUString::operator== in a*..chart2Noel Grandin4-8/+8
2017-07-11use more range-for on uno::SequenceNoel Grandin1-5/+2
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin1-2/+2
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke2-3/+2
2017-07-02loplugin:casttovoid: chart2Stephan Bergmann3-7/+1