summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)Author
2017-07-21Eliminate Date::operator+=() and -=() and replace with Date::AddDays()Eike Rathke
2017-07-21de-hrc various thingsCaolán McNamara
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-18Change nonsense non-const Date* GetNullDate() to const Date&Eike Rathke
2017-07-18No reason to silently misbehave when these UNO services are missingStephan Bergmann
2017-07-15emfplus: create a wmf/emf/emf+ primitive based importerArmin Le Grand
2017-07-13loplugin:oncevar: empty strings: chart2Stephan Bergmann
2017-07-13use more OUString::operator== in a*..chart2Noel Grandin
2017-07-11simplify calls OUString::copy in foo.copy(x, foo.getLength() - x)Noel Grandin
2017-07-11use more range-for on uno::SequenceNoel 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-09C++11 replace std::remove_copy_if with std::copy_ifJochen Nitschke
2017-07-07remove nullptr checks on STL search result iteratorsJochen Nitschke
2017-07-07C++11 remove std::binary_function bases from functorsJochen Nitschke
2017-07-06use OString::operator== in preference to ::equalsNoel Grandin
2017-07-06tdf#108782 replace std::bind2nd with lambdaJochen Nitschke
2017-07-06tdf#108923 : Use display string for generating chart labelsDennis Francis
2017-07-05loplugin:useuniqueptr in basic..cppcanvasNoel Grandin
2017-07-05new loplugin unnecessaryparenNoel Grandin
2017-07-04tdf#105831 Add Donate entry on Help menuOlivier
2017-07-03use begin()/end() when working with SequenceNoel Grandin
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke
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-28-Werror=ignored-qualifiers (GCC 8)Stephan Bergmann
2017-06-23iOS, convert CPPUnittest to noopjan Iversen
2017-06-23Fix typosAndrea Gelmini
2017-06-23loplugin:unusedfields in accessibility..comphelperNoel Grandin
2017-06-21convert ErrCode to strong typedefNoel Grandin
2017-06-20only some languages put a space between number and %Caolán McNamara
2017-06-20loplugin:oncevar chart2Noel Grandin
2017-06-19Make SfxItemSet ranges correct by construction: Fix static casesStephan Bergmann
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann
2017-06-12cleanup unused css/frame/* includesJochen Nitschke
2017-06-09Fix typo in queryAggregationStephan Bergmann
2017-06-09clang-tidy readability-non-const-parameterNoel Grandin
2017-06-09use comphelper::InitPropertySequence in more placesNoel Grandin
2017-06-08clang-tidy performance-type-promotion-in-math-fnNoel Grandin
2017-06-05clang-tidy performance-unnecessary-value-paramNoel Grandin
2017-06-02Add custom HID to the 'From Data Table' optionGabor Kelemen
2017-05-31Remove some unnecessary scaffolding around SAL_WARN callsStephan Bergmann
2017-05-31clang-tidy readability-redundant-control-flowNoel Grandin
2017-05-30remove duplicate 'using namespace'Jochen Nitschke
2017-05-30teach redundantcast plugin about functional castsNoel Grandin
2017-05-28remove unnecessary use of OString::getStrNoel Grandin