summaryrefslogtreecommitdiff
path: root/chart2/source/tools
AgeCommit message (Expand)AuthorFilesLines
2019-02-11tdf#112689: Replace chained O(U)StringBuffer::append() with operator+Meryem Ezber1-10/+6
2019-02-11tdf#112689: Replace chained O(U)StringBuffer::append() with operator+Meryem Ezber1-6/+3
2019-02-08loplugin:indentation in canvas..chart2Noel Grandin4-9/+9
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin1-1/+1
2018-12-29Do not use indexing for single getToken call, simplifyMatteo Casalin1-5/+2
2018-12-12Fix typoAndrea Gelmini1-1/+1
2018-11-11tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-1/+1
2018-10-23clang-tidy performance-unnecessary-copy-init in canvas..cuiNoel Grandin1-2/+1
2018-10-19loop run a maximum of onceCaolán McNamara1-18/+15
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin2-5/+5
2018-10-16Resolves: tdf#115182 default Chart percentage format is integerEike Rathke1-1/+5
2018-10-09tdf#42949 Fix IWYU warnings in chart2/source/tools/*cxxGabor Kelemen43-86/+23
2018-09-26tdf#119882, don't change the chart model from the chart viewMarkus Mohrhard1-5/+0
2018-09-17cppcheck: knownConditionTrueFalse in chart2Jochen Nitschke1-4/+3
2018-09-17New loplugin:externalStephan Bergmann2-7/+7
2018-09-11clang-tidy bugprone-copy-constructor-initNoel Grandin5-5/+5
2018-09-06loplugin:simplifyconstruct in canvas..cuiNoel Grandin3-9/+3
2018-09-05clang-tidy performance-inefficient-vector-operationNoel Grandin1-2/+4
2018-08-29new loplugin:oustringbufferNoel Grandin4-14/+14
2018-08-28tdf#42949 Fix IWYU warnings in chart2/source/inc/[l-z]*Gabor Kelemen19-0/+35
2018-08-08tdf#42949 Fix IWYU warnings in chart2/source/inc/[d-l]*hxxGabor Kelemen8-0/+11
2018-08-05coverity#1438225 Improper use of negative valueCaolán McNamara1-2/+2
2018-08-04Use more basegfx deg<->rad functions, instead of direct formulasMike Kaganski1-32/+32
2018-08-03Move angle normalization code from various places to toolsMike Kaganski1-22/+5
2018-08-01loplugin:returnconstant in chart2Noel Grandin1-2/+2
2018-07-28loplugin:stringloop basctl,chart2,connectivityNoel Grandin2-8/+8
2018-07-26chart2: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann1-6/+0
2018-07-26Missing includes (Windows --disable-pch)Stephan Bergmann1-0/+1
2018-07-24pass WrappedProperty around by std::unique_ptrNoel Grandin2-55/+40
2018-07-09Add missing sal/log.hxx headersGabor Kelemen10-0/+10
2018-06-25tdf#42949 Fix IWYU warnings in chart2/source/inc/[A-C]*Gabor Kelemen6-1/+11
2018-06-22tdf#42949 Fix IWYU warnings in chart2/source/tools/Gabor Kelemen6-6/+10
2018-06-11loplugin:useuniqueptr in WrappedPropertySetNoel Grandin1-8/+8
2018-06-08look for unnecessary calls to Reference::is() after an UNO_QUERY_THROWNoel Grandin3-43/+37
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin1-6/+4
2018-05-25tdf#42949 Fix IWYU warnings in chart2/source/inc/*Gabor Kelemen6-0/+6
2018-05-22loplugin:unusedfields in avmedia..comphelperNoel Grandin1-11/+0
2018-05-02Fix typosAndrea Gelmini1-1/+1
2018-04-15remove some unused comphelper includesJochen Nitschke2-0/+2
2018-04-09use more DBG_UNHANDLED_EXCEPTIONNoel Grandin32-180/+212
2018-04-01fix some openoffice bugzilla linksdennisroczek1-4/+4
2018-04-01remove unused processfactory.hxx includesJochen Nitschke1-1/+0
2018-03-12loplugin:redundantfcast look for redundant copies in return statementsNoel Grandin2-2/+2
2018-03-10chart2: remove commented propertiesTomaž Vajngerl1-6/+0
2018-03-08loplugin:constantparam in canvas..comphelperNoel Grandin2-3/+3
2018-03-07use more Color in chart2Noel Grandin3-5/+5
2018-03-04Modernize a bit chart2Julien Nabet6-45/+34
2018-03-03Use for-range loops in chart2 (part1)Julien Nabet5-72/+45
2018-02-28convert COL_ constants to be of type ColorNoel Grandin1-6/+6
2018-01-27Fix typosAndrea Gelmini1-1/+1