summaryrefslogtreecommitdiffstats
path: root/chart2/source/view/charttypes
Commit message (Expand)AuthorAgeFilesLines
* tdf#94004 Trendline: wrap equation to fit in chart areaLaurent Balland-Poirier2016-05-221-75/+114
* update unusedmethods plugin to deal with constructorsNoel Grandin2016-05-181-8/+0
* avoid assertDavid Tardon2016-05-171-2/+7
* stop right away if there are no pointsDavid Tardon2016-05-161-0/+2
* Give unique, comprehensible names to idles tdf#97087Muhammet Kara2016-05-161-0/+1
* tdf#35957 check for preconditions earlierDavid Tardon2016-05-131-2/+7
* clang-tidy modernize-loop-convert in c*Noel Grandin2016-04-212-17/+15
* new plugin stylepoliceNoel Grandin2016-04-211-2/+2
* clang-tidy performance-unnecessary-value-param in chart2Noel Grandin2016-04-122-6/+5
* cleanup: remove unused com/sun/star/uno includesJochen Nitschke2016-04-121-1/+0
* tdf#94306 replace boost::noncopyable in chart2Jochen Nitschke2016-04-086-19/+12
* com::sun::star->css in chart2Noel Grandin2016-03-1414-125/+111
* improve defaultparams lopluginNoel Grandin2016-03-076-16/+16
* loplugin:unuseddefaultparams in chart2Noel Grandin2016-03-021-3/+2
* loplugin:write only fieldsNoel Grandin2016-02-221-4/+4
* use consistent #define checks for the Windows platformNoel Grandin2016-02-171-1/+1
* unnecessary use of OUString constructorNoel Grandin2016-01-311-2/+2
* Fix typosAndrea Gelmini2016-01-061-1/+1
* use correct decimal separatorMarkus Mohrhard2016-01-041-2/+11
* loplugin:unusedfields in chart2Noel Grandin2015-12-232-4/+0
* chart2: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl2015-12-041-11/+10
* loplugin:unusedfields in chart2Noel Grandin2015-11-205-12/+9
* use comphelper::containerToSequenceNoel Grandin2015-11-191-1/+2
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-108-57/+57
* fix build, std::make_unique is C++14, use o3tl::make_uniqueNoel Grandin2015-11-101-13/+14
* fix buildNoel Grandin2015-11-101-0/+1
* chart2: replace boost::ptr_vector with std::vector<unique_ptr>Noel Grandin2015-11-101-16/+12
* chart2: replace boost::ptr_vector with std::vector<unique_ptr>Noel Grandin2015-11-101-11/+10
* chart2: replace boost::ptr_vector with std::vector<unique_ptr>Noel Grandin2015-11-101-20/+19
* tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni2015-11-021-4/+4
* use uno::Reference::set method instead of assignmentNoel Grandin2015-10-303-5/+5
* new loplugin: badvectorinitNoel Grandin2015-10-202-4/+8
* loplugin:defaultparamsStephan Bergmann2015-10-201-2/+2
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-128-53/+53
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-10-061-2/+1
* Fix typosAndrea Gelmini2015-09-301-2/+2
* boost->stdCaolán McNamara2015-09-142-3/+3
* WaE: loplugin:stringconstantTor Lillqvist2015-09-091-2/+2
* tdf#90839: support for wrapped text in data labels and for centered data valueMarco Cecchetti2015-09-092-32/+136
* loplugin: defaultparamsNoel Grandin2015-08-142-2/+2
* loplugin:unusedmethods chart2Noel Grandin2015-07-209-36/+0
* Fix typosAndrea Gelmini2015-07-081-2/+2
* Fix typosAndrea Gelmini2015-07-041-1/+1
* Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2015-06-171-6/+6
* Fix typosAndrea Gelmini2015-06-161-1/+1
* convert 'it.begin() == it.end()' to 'it.empty()'Noel Grandin2015-06-114-4/+4
* cppcheck: noExplicitConstructorCaolán McNamara2015-06-084-6/+6
* \<the the\> -> theJan Holesovsky2015-06-081-2/+2
* loplugin:staticmethodsNoel Grandin2015-05-051-1/+1
* Use typed Idle::SetIdleHdl LinkStephan Bergmann2015-05-051-2/+1