summaryrefslogtreecommitdiffstats
path: root/chart2
Commit message (Expand)AuthorAgeFilesLines
* remove unnecessary use of 'this->'Noel Grandin2017-08-0270-385/+385
* tdf#109523: Do not forget to remove the chart model from...Dennis Francis2017-08-021-0/+7
* tdf#90352: set/handle LinkNumberFormatToSource property in xls...Dennis Francis2017-08-022-0/+61
* move resmgr to unotoolsCaolán McNamara2017-08-013-6/+4
* loplugin:checkunusedparamsNoel Grandin2017-08-0120-73/+31
* loplugin:constparams in dbaccessNoel Grandin2017-07-312-4/+4
* loplugin:oncevarNoel Grandin2017-07-314-38/+38
* loplugin:checkunusedparams more part3Noel Grandin2017-07-2826-69/+46
* tdf#90510 : Override default point label placement setting...Dennis Francis2017-07-272-0/+16
* loplugin:constparams in chart2Noel Grandin2017-07-2748-100/+100
* loplugin:unusedmethodsNoel Grandin2017-07-252-42/+0
* tdf#103984 : For bubble charts append data column...Dennis Francis2017-07-233-1/+24
* loplugin:unusedfields in basctl..connectivityNoel Grandin2017-07-222-8/+1
* Eliminate Date::operator+=() and -=() and replace with Date::AddDays()Eike Rathke2017-07-216-9/+9
* de-hrc various thingsCaolán McNamara2017-07-2129-35/+33
* migrate to boost::gettextCaolán McNamara2017-07-2198-1745/+798
* Change the most obvious Date+=(long)... to Date+=static_cast<sal_Int32>(...)Eike Rathke2017-07-196-10/+10
* Change nonsense non-const Date* GetNullDate() to const Date&Eike Rathke2017-07-181-10/+5
* No reason to silently misbehave when these UNO services are missingStephan Bergmann2017-07-182-0/+2
* emfplus: create a wmf/emf/emf+ primitive based importerArmin Le Grand2017-07-151-1/+1
* loplugin:oncevar: empty strings: chart2Stephan Bergmann2017-07-133-6/+4
* use more OUString::operator== in a*..chart2Noel Grandin2017-07-1320-47/+47
* simplify calls OUString::copy in foo.copy(x, foo.getLength() - x)Noel Grandin2017-07-111-1/+1
* use more range-for on uno::SequenceNoel Grandin2017-07-111-5/+2
* tdf#108986 : no arrow for "Data" button on pivot chartDennis Francis2017-07-107-2/+62
* tdf#108921 : Enforce a minimum legend size for pivot charts...Dennis Francis2017-07-101-6/+14
* teach unnecessaryparen loplugin about identifiersNoel Grandin2017-07-105-9/+9
* C++11 replace std::remove_copy_if with std::copy_ifJochen Nitschke2017-07-091-4/+2
* remove nullptr checks on STL search result iteratorsJochen Nitschke2017-07-072-2/+1
* C++11 remove std::binary_function bases from functorsJochen Nitschke2017-07-075-17/+13
* use OString::operator== in preference to ::equalsNoel Grandin2017-07-061-60/+60
* tdf#108782 replace std::bind2nd with lambdaJochen Nitschke2017-07-061-15/+3
* tdf#108923 : Use display string for generating chart labelsDennis Francis2017-07-061-15/+97
* loplugin:useuniqueptr in basic..cppcanvasNoel Grandin2017-07-054-14/+13
* new loplugin unnecessaryparenNoel Grandin2017-07-054-14/+10
* tdf#105831 Add Donate entry on Help menuOlivier2017-07-041-0/+2
* use begin()/end() when working with SequenceNoel Grandin2017-07-037-11/+11
* C++11 remove std::unary_function bases from functorsJochen Nitschke2017-07-0315-54/+41
* loplugin:casttovoid: chart2Stephan Bergmann2017-07-0211-24/+4
* PieChart::PieLabelInfo::moveAwayFrom bAlternativeMoveDirection is "TODO"Stephan Bergmann2017-06-292-5/+5
* ChartTypeHelper::getSupportedLabelPlacements nDimensionCount was ignoredStephan Bergmann2017-06-2912-16/+14
* -Werror=ignored-qualifiers (GCC 8)Stephan Bergmann2017-06-282-2/+2
* iOS, convert CPPUnittest to noopjan Iversen2017-06-231-0/+2
* Fix typosAndrea Gelmini2017-06-231-1/+1
* loplugin:unusedfields in accessibility..comphelperNoel Grandin2017-06-2314-97/+17
* convert ErrCode to strong typedefNoel Grandin2017-06-212-25/+28
* only some languages put a space between number and %Caolán McNamara2017-06-201-4/+4
* loplugin:oncevar chart2Noel Grandin2017-06-2035-197/+117
* Make SfxItemSet ranges correct by construction: Fix static casesStephan Bergmann2017-06-193-24/+28
* remove unused osl/mutex.hxx includesJochen Nitschke2017-06-1817-17/+0