summaryrefslogtreecommitdiffstats
path: root/chart2
Commit message (Expand)AuthorAgeFilesLines
* tdf#112006: the result is different using getFirstSeriesXisco Fauli2017-09-071-6/+18
* loplugin:unnecessaryparen include c++ castsNoel Grandin2017-09-044-6/+6
* new loplugin:redundantpointeropsNoel Grandin2017-09-041-1/+1
* Typos for "available"Julien Nabet2017-09-021-4/+4
* Replace list by vector for tListenerMap (chart2)Julien Nabet2017-09-011-2/+2
* tdf#62363: When pie chart sector is too small do "Outside" placementDennis Francis2017-08-281-2/+10
* Consistently use OUString in test::DirectoriesStephan Bergmann2017-08-241-4/+4
* convert message box style bits to scoped enumNoel Grandin2017-08-232-4/+4
* Fix typosAndrea Gelmini2017-08-171-1/+1
* drop unused SdrCustomShapeAdjustmentItemJochen Nitschke2017-08-171-1/+0
* remove unnecessary use of OUString::getStrNoel Grandin2017-08-172-7/+4
* remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin2017-08-171-2/+2
* remove redundant SvxFrameDirection castsJochen Nitschke2017-08-154-4/+4
* convert std::map::insert to std::map::emplace IINoel Grandin2017-08-113-12/+7
* convert std::map::insert to std::map::emplaceNoel Grandin2017-08-118-25/+25
* unit test for tdf#111173Marco Cecchetti2017-08-082-0/+10
* bug fix: tdf#111173Marco Cecchetti2017-08-081-4/+7
* tdf#109858: Override default point label placement setting...Dennis Francis2017-08-082-0/+15
* Removed duplicated includeAndrea Gelmini2017-08-051-1/+0
* Fix JunitTest chart2 unoapiJan-Marek Glogowski2017-08-031-1/+3
* Resolves: tdf#111087 change names from bmp to pngCaolán McNamara2017-08-031-1/+1
* loplugin:constparams in sdNoel Grandin2017-08-032-2/+2
* lok - add support for in place chart editingMarco Cecchetti2017-08-036-2/+174
* 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