summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)AuthorFilesLines
2017-08-24Consistently use OUString in test::DirectoriesStephan Bergmann1-4/+4
2017-08-23convert message box style bits to scoped enumNoel Grandin2-4/+4
2017-08-17Fix typosAndrea Gelmini1-1/+1
2017-08-17drop unused SdrCustomShapeAdjustmentItemJochen Nitschke1-1/+0
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin2-7/+4
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin1-2/+2
2017-08-15remove redundant SvxFrameDirection castsJochen Nitschke4-4/+4
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin3-12/+7
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin8-25/+25
2017-08-08unit test for tdf#111173Marco Cecchetti2-0/+10
2017-08-08bug fix: tdf#111173Marco Cecchetti1-4/+7
2017-08-08tdf#109858: Override default point label placement setting...Dennis Francis2-0/+15
2017-08-05Removed duplicated includeAndrea Gelmini1-1/+0
2017-08-03Fix JunitTest chart2 unoapiJan-Marek Glogowski1-1/+3
2017-08-03Resolves: tdf#111087 change names from bmp to pngCaolán McNamara1-1/+1
2017-08-03loplugin:constparams in sdNoel Grandin2-2/+2
2017-08-03lok - add support for in place chart editingMarco Cecchetti6-2/+174
2017-08-02remove unnecessary use of 'this->'Noel Grandin70-385/+385
2017-08-02tdf#109523: Do not forget to remove the chart model from...Dennis Francis1-0/+7
2017-08-02tdf#90352: set/handle LinkNumberFormatToSource property in xls...Dennis Francis2-0/+61
2017-08-01move resmgr to unotoolsCaolán McNamara3-6/+4
2017-08-01loplugin:checkunusedparamsNoel Grandin20-73/+31
2017-07-31loplugin:constparams in dbaccessNoel Grandin2-4/+4
2017-07-31loplugin:oncevarNoel Grandin4-38/+38
2017-07-28loplugin:checkunusedparams more part3Noel Grandin26-69/+46
2017-07-27tdf#90510 : Override default point label placement setting...Dennis Francis2-0/+16
2017-07-27loplugin:constparams in chart2Noel Grandin48-100/+100
2017-07-25loplugin:unusedmethodsNoel Grandin2-42/+0
2017-07-23tdf#103984 : For bubble charts append data column...Dennis Francis3-1/+24
2017-07-22loplugin:unusedfields in basctl..connectivityNoel Grandin2-8/+1
2017-07-21Eliminate Date::operator+=() and -=() and replace with Date::AddDays()Eike Rathke6-9/+9
2017-07-21de-hrc various thingsCaolán McNamara29-35/+33
2017-07-21migrate to boost::gettextCaolán McNamara98-1745/+798
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