summaryrefslogtreecommitdiff
path: root/chart2/source/view/charttypes
AgeCommit message (Expand)Author
2018-06-01tdf#42949 Fix IWYU warnings in chart2/source/view/inc/Gabor Kelemen
2018-05-22loplugin:unusedfields in avmedia..comphelperNoel Grandin
2018-04-09use more DBG_UNHANDLED_EXCEPTIONNoel Grandin
2018-04-05tdf#42949 Remove unnecessary localization headers from chart2Gabor Kelemen
2018-03-07use more Color in chart2Noel Grandin
2018-03-04Modernize a bit chart2Julien Nabet
2018-02-05chart2: remove dead codeChris Sherlock
2018-01-29tdf#114821 import complex data labels in bar chartSzymon Kłos
2018-01-12More loplugin:cstylecast: chart2Stephan Bergmann
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin
2018-01-05Fix typosAndrea Gelmini
2017-12-21chart2: suspend/resume setting rects dirty for 3D shapesTomaž Vajngerl
2017-12-18chart2: When creating objects prevent setting object rects dirtyTomaž Vajngerl
2017-12-18loplugin:unusedindexMike Kaganski
2017-12-07loplugin:countusersofdefaultparams in chart2Noel Grandin
2017-11-22loplugin:simplifybool re-activate the !! warningNoel Grandin
2017-11-20look for =() in loplugin:unnecessaryparenNoel Grandin
2017-11-03inline ASSERT_EXCEPTION macro in chart2Noel Grandin
2017-11-01loplugin:constantparam in c*Noel Grandin
2017-10-23loplugin:includeform: chart2Stephan Bergmann
2017-09-18Some more WIN32_LEAN_AND_MEANMike Kaganski
2017-09-17use more default copy ctorsJochen Nitschke
2017-09-11clang-tidy modernize-use-emplace in c*Noel Grandin
2017-09-07tdf#112006: the result is different using getFirstSeriesXisco Fauli
2017-08-28tdf#62363: When pie chart sector is too small do "Outside" placementDennis Francis
2017-08-17Fix typosAndrea Gelmini
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin
2017-08-08bug fix: tdf#111173Marco Cecchetti
2017-08-03loplugin:constparams in sdNoel Grandin
2017-08-02remove unnecessary use of 'this->'Noel Grandin
2017-08-01loplugin:checkunusedparamsNoel Grandin
2017-07-27loplugin:constparams in chart2Noel Grandin
2017-07-22loplugin:unusedfields in basctl..connectivityNoel Grandin
2017-07-21Eliminate Date::operator+=() and -=() and replace with Date::AddDays()Eike Rathke
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-19Change the most obvious Date+=(long)... to Date+=static_cast<sal_Int32>(...)Eike Rathke
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin
2017-07-05new loplugin unnecessaryparenNoel Grandin
2017-06-29PieChart::PieLabelInfo::moveAwayFrom bAlternativeMoveDirection is "TODO"Stephan Bergmann
2017-06-29ChartTypeHelper::getSupportedLabelPlacements nDimensionCount was ignoredStephan Bergmann
2017-06-20loplugin:oncevar chart2Noel Grandin
2017-06-09clang-tidy readability-non-const-parameterNoel Grandin
2017-06-08clang-tidy performance-type-promotion-in-math-fnNoel Grandin
2017-05-23loplugin:comparisonwithconstant in chart2Noel Grandin
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert chart2 view source from OSL_ASSERT to assertChris Sherlock
2017-05-03remove empty commentsNoel Grandin
2017-04-28commit: loplugin:checkunusedparams in chart2Noel Grandin
2017-04-26Resolves: tdf#107372 set opengl context when using opengl functionsCaolán McNamara