summaryrefslogtreecommitdiff
path: root/chart2/source/tools/ObjectIdentifier.cxx
AgeCommit message (Expand)Author
2019-10-15new loplugin:bufferaddNoel Grandin
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): chart2Stephan Bergmann
2019-07-19loplugin:referencecasting in canvas..chart2Noel Grandin
2019-05-20lok: chart: constrained dragging of pie segmentsMarco Cecchetti
2019-05-20lok: chart: informing the client about selection handling propertiesMarco Cecchetti
2019-03-12Simplify containers iterations in chart2, cli_ure, comphelper, configmgrArkadiy Illarionov
2019-02-11tdf#112689: Replace chained O(U)StringBuffer::append() with operator+Meryem Ezber
2019-02-11tdf#112689: Replace chained O(U)StringBuffer::append() with operator+Meryem Ezber
2018-12-29Do not use indexing for single getToken call, simplifyMatteo Casalin
2018-10-09tdf#42949 Fix IWYU warnings in chart2/source/tools/*cxxGabor Kelemen
2018-09-06loplugin:simplifyconstruct in canvas..cuiNoel Grandin
2018-08-28tdf#42949 Fix IWYU warnings in chart2/source/inc/[l-z]*Gabor Kelemen
2018-07-26chart2: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann
2018-04-09use more DBG_UNHANDLED_EXCEPTIONNoel Grandin
2018-01-14Fix typosAndrea Gelmini
2018-01-12More loplugin:cstylecast: chart2Stephan Bergmann
2017-11-27loplugin:unnecessaryparen: Warn about parentheses around literalsStephan Bergmann
2017-11-03inline ASSERT_EXCEPTION macro in chart2Noel Grandin
2017-10-23loplugin:includeform: chart2Stephan Bergmann
2017-08-01loplugin:checkunusedparamsNoel Grandin
2017-07-28loplugin:checkunusedparams more part3Noel Grandin
2017-07-13use more OUString::operator== in a*..chart2Noel Grandin
2017-05-23loplugin:comparisonwithconstant in chart2Noel Grandin
2017-04-19clang-tidy readability-simplify-boolean-expr in accessibility..cuiNoel Grandin
2017-04-15Fix typosAndrea Gelmini
2017-02-03makeAny->Any in basctl..chart2Noel Grandin
2016-08-30no point in these dtors being virtualCaolán McNamara
2016-08-30default assignment operator is fineCaolán McNamara
2016-08-01tdf#100726: Improve readability of OUString concatenationnadith
2016-05-10Insert explicit "break" when falling through to empty next caseStephan Bergmann
2016-04-25Kill comphelper::MakeMapStephan Bergmann
2016-04-21new plugin stylepoliceNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin
2014-08-22Remove some useless tools/debug.hxx includesMarcos Paulo de Souza
2014-07-02remove whitespacesMarkus Mohrhard
2014-06-26Track all uses of ErrorBarX and ErrorBarY UNO property names.Kohei Yoshida
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-05-07Reference can be removedJulien Nabet
2014-05-06Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part2 + fix some errorsJulien Nabet
2014-05-05Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part2Julien Nabet
2014-04-21remove comments why a file gets includedThomas Arnhold
2014-04-15chart2: sal_Bool->boolNoel Grandin
2013-11-19use ChartModel instead of XModel in a few placesMarkus Mohrhard
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-07-29fdo#62475 removed pointless commentsJelle van der Waa
2013-06-17fdo#43460 chart2: use isEmpty()Jelle van der Waa