summaryrefslogtreecommitdiff
path: root/chart2/source/view
AgeCommit message (Expand)Author
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-13loplugin:oncevar: empty strings: chart2Stephan Bergmann
2017-07-13use more OUString::operator== in a*..chart2Noel Grandin
2017-07-10tdf#108986 : no arrow for "Data" button on pivot chartDennis Francis
2017-07-10tdf#108921 : Enforce a minimum legend size for pivot charts...Dennis Francis
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin
2017-07-07C++11 remove std::binary_function bases from functorsJochen Nitschke
2017-07-05loplugin:useuniqueptr in basic..cppcanvasNoel Grandin
2017-07-05new loplugin unnecessaryparenNoel Grandin
2017-07-02loplugin:casttovoid: chart2Stephan Bergmann
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-12cleanup unused css/frame/* includesJochen Nitschke
2017-06-09clang-tidy readability-non-const-parameterNoel Grandin
2017-06-08clang-tidy performance-type-promotion-in-math-fnNoel Grandin
2017-06-05clang-tidy performance-unnecessary-value-paramNoel Grandin
2017-05-31clang-tidy readability-redundant-control-flowNoel 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-11tdf#107103 fixes for the legend in a pivot chartTomaž Vajngerl
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-05-01tdf#107145 display applied filters for page field in pivot chartTomaž Vajngerl
2017-05-01tdf#107074 uncommenting createLabels for the axis fixes the issueTomaž Vajngerl
2017-04-28commit: loplugin:checkunusedparams in chart2Noel Grandin
2017-04-26Resolves: tdf#107372 set opengl context when using opengl functionsCaolán McNamara
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-22tdf#107068 add arrow to the buttons, mark if field is filteredTomaž Vajngerl
2017-04-20tdf#107067 remove data buttons as they don't have any actionTomaž Vajngerl
2017-04-19clang-tidy readability-simplify-boolean-expr in accessibility..cuiNoel Grandin
2017-04-16cppcheck: arrayIndexThenCheckJulien Nabet
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: chart2Stephan Bergmann
2017-04-06loplugin:redundantcast check for c-style float castsNoel Grandin
2017-04-04tdf#83257 [API-CHANGE] Pivot chart implementationTomaž Vajngerl
2017-04-02coverity#1403662 Mixing enum typesCaolán McNamara
2017-03-31use actual UNO enums in chart2Noel Grandin
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-03-25Fix typosAndrea Gelmini
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin
2017-03-17cleanup itempool includesJochen Nitschke
2017-03-14Revert "loplugin:implicitboolconversion"Tor Lillqvist
2017-03-14loplugin:implicitboolconversionTor Lillqvist
2017-03-13cppcheck: unsignedLessThanZeroJochen Nitschke
2017-03-12cppcheck: unsignedLessThanZeroJulien Nabet