summaryrefslogtreecommitdiff
path: root/chart2/source/view/axes
AgeCommit message (Expand)Author
2017-08-02remove unnecessary use of 'this->'Noel Grandin
2017-07-28loplugin:checkunusedparams more part3Noel Grandin
2017-07-27loplugin:constparams in chart2Noel Grandin
2017-07-21Eliminate Date::operator+=() and -=() and replace with Date::AddDays()Eike Rathke
2017-07-19Change the most obvious Date+=(long)... to Date+=static_cast<sal_Int32>(...)Eike Rathke
2017-07-07C++11 remove std::binary_function bases from functorsJochen Nitschke
2017-07-05loplugin:useuniqueptr in basic..cppcanvasNoel Grandin
2017-06-20loplugin:oncevar chart2Noel Grandin
2017-05-30teach redundantcast plugin about functional castsNoel Grandin
2017-05-23loplugin:comparisonwithconstant in chart2Noel Grandin
2017-05-23enhance useuniqueptr lopluginNoel Grandin
2017-05-12remove unused uno::Reference varsNoel Grandin
2017-05-03remove empty commentsNoel Grandin
2017-05-01tdf#107074 uncommenting createLabels for the axis fixes the issueTomaž Vajngerl
2017-04-28commit: loplugin:checkunusedparams in chart2Noel Grandin
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-19clang-tidy readability-simplify-boolean-expr in accessibility..cuiNoel Grandin
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: chart2Stephan Bergmann
2017-03-25Fix typosAndrea Gelmini
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist
2017-02-03makeAny->Any in basctl..chart2Noel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-19New loplugin:dynexcspec: Add @throws documentation, chart2Stephan Bergmann
2017-01-16new loplugin: useuniqueptr: chart2Noel Grandin
2016-11-23loplugin:unnecessaryoverride (dtors) in chart2Stephan Bergmann
2016-11-11loplugin:expandablemethods in chart2Noel Grandin
2016-10-06rtl::math::approxEqual(value,0.0) never yields true for value!=0.0Eike Rathke
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-30no point in these dtors being virtualCaolán McNamara
2016-08-05tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMuhammet Kara
2016-08-05loplugin:countusersofdefaultparams in canvas,chart2Noel Grandin
2016-07-14chart2: avoid use of reallocJochen Nitschke
2016-07-08Resolves: tdf#100452 class Date full (BCE,CE) proleptic Gregorian calendarEike Rathke
2016-06-28loplugin:singlevalfields in chart2Noel Grandin
2016-06-11try auto rotate tick labels only when useful tdf#99883Jochen Nitschke
2016-06-06follow up fix: initialise PointSequenceSequence directlyJochen Nitschke
2016-06-04initialise PointSequenceSequence directlyJochen Nitschke
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin
2016-04-24C++11: disable ctors instead of not implementing them (chart2)Jochen Nitschke
2016-04-18clean-up: unused using declarations and includesJochen Nitschke
2016-04-14loplugin:passstuffbyref in chart2Noel Grandin
2016-04-06tdf#96871 Do not force auto log Y scale to B^0Laurent Balland-Poirier
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke
2016-03-14com::sun::star->css in chart2Noel Grandin
2016-01-08tdf#96807 Reset min/max of auto scaleLaurent Balland-Poirier
2015-11-19use comphelper::containerToSequenceNoel Grandin
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann