summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)AuthorFilesLines
2017-07-19Change the most obvious Date+=(long)... to Date+=static_cast<sal_Int32>(...)Eike Rathke6-10/+10
2017-07-18Change nonsense non-const Date* GetNullDate() to const Date&Eike Rathke1-10/+5
2017-07-18No reason to silently misbehave when these UNO services are missingStephan Bergmann2-0/+2
2017-07-15emfplus: create a wmf/emf/emf+ primitive based importerArmin Le Grand1-1/+1
2017-07-13loplugin:oncevar: empty strings: chart2Stephan Bergmann3-6/+4
2017-07-13use more OUString::operator== in a*..chart2Noel Grandin20-47/+47
2017-07-11simplify calls OUString::copy in foo.copy(x, foo.getLength() - x)Noel Grandin1-1/+1
2017-07-11use more range-for on uno::SequenceNoel Grandin1-5/+2
2017-07-10tdf#108986 : no arrow for "Data" button on pivot chartDennis Francis7-2/+62
2017-07-10tdf#108921 : Enforce a minimum legend size for pivot charts...Dennis Francis1-6/+14
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin5-9/+9
2017-07-09C++11 replace std::remove_copy_if with std::copy_ifJochen Nitschke1-4/+2
2017-07-07remove nullptr checks on STL search result iteratorsJochen Nitschke2-2/+1
2017-07-07C++11 remove std::binary_function bases from functorsJochen Nitschke5-17/+13
2017-07-06use OString::operator== in preference to ::equalsNoel Grandin1-60/+60
2017-07-06tdf#108782 replace std::bind2nd with lambdaJochen Nitschke1-15/+3
2017-07-06tdf#108923 : Use display string for generating chart labelsDennis Francis1-15/+97
2017-07-05loplugin:useuniqueptr in basic..cppcanvasNoel Grandin4-14/+13
2017-07-05new loplugin unnecessaryparenNoel Grandin4-14/+10
2017-07-04tdf#105831 Add Donate entry on Help menuOlivier1-0/+2
2017-07-03use begin()/end() when working with SequenceNoel Grandin7-11/+11
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke15-54/+41
2017-07-02loplugin:casttovoid: chart2Stephan Bergmann11-24/+4
2017-06-29PieChart::PieLabelInfo::moveAwayFrom bAlternativeMoveDirection is "TODO"Stephan Bergmann2-5/+5
2017-06-29ChartTypeHelper::getSupportedLabelPlacements nDimensionCount was ignoredStephan Bergmann12-16/+14
2017-06-28-Werror=ignored-qualifiers (GCC 8)Stephan Bergmann2-2/+2
2017-06-23iOS, convert CPPUnittest to noopjan Iversen1-0/+2
2017-06-23Fix typosAndrea Gelmini1-1/+1
2017-06-23loplugin:unusedfields in accessibility..comphelperNoel Grandin14-97/+17
2017-06-21convert ErrCode to strong typedefNoel Grandin2-25/+28
2017-06-20only some languages put a space between number and %Caolán McNamara1-4/+4
2017-06-20loplugin:oncevar chart2Noel Grandin35-197/+117
2017-06-19Make SfxItemSet ranges correct by construction: Fix static casesStephan Bergmann3-24/+28
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke17-17/+0
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann3-10/+6
2017-06-12cleanup unused css/frame/* includesJochen Nitschke16-16/+4
2017-06-09Fix typo in queryAggregationStephan Bergmann1-1/+1
2017-06-09clang-tidy readability-non-const-parameterNoel Grandin7-9/+9
2017-06-09use comphelper::InitPropertySequence in more placesNoel Grandin2-23/+9
2017-06-08clang-tidy performance-type-promotion-in-math-fnNoel Grandin3-11/+14
2017-06-05clang-tidy performance-unnecessary-value-paramNoel Grandin5-18/+19
2017-06-02Add custom HID to the 'From Data Table' optionGabor Kelemen2-1/+3
2017-05-31Remove some unnecessary scaffolding around SAL_WARN callsStephan Bergmann3-7/+0
2017-05-31clang-tidy readability-redundant-control-flowNoel Grandin3-6/+1
2017-05-30remove duplicate 'using namespace'Jochen Nitschke1-1/+0
2017-05-30teach redundantcast plugin about functional castsNoel Grandin7-15/+14
2017-05-28remove unnecessary use of OString::getStrNoel Grandin4-30/+15
2017-05-23loplugin:comparisonwithconstant in chart2Noel Grandin62-350/+350
2017-05-23enhance useuniqueptr lopluginNoel Grandin6-15/+9
2017-05-21Fix typosAndrea Gelmini1-1/+1