summaryrefslogtreecommitdiff
path: root/sc/README
blob: fb918b94ee603f55dc945e5db9dc7d38e14aa3ea (plain)
1
Spreadsheet application code.
unoxml?h=libreoffice-7-1&id=6c9dfa8ab7cc25d6cc3ce988803118b5d56ea30b'>cppcheck: noExplicitConstructorCaolán McNamara 2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann 2015-04-25remove some @author tags from suspiciously unidiomatic codeMichael Stahl 2015-04-13loplugin:staticmethodsNoel Grandin 2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann 2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann 2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann 2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann 2015-02-06fdo#75757: Remove inheritance from std::vectorMatthew Pottage 2015-02-05Updated all precompiled headers.Ashod Nakashian 2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara 2015-01-28remove unused typedefsNoel Grandin 2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin 2015-01-22loplugin:cstylecastStephan Bergmann 2015-01-20Some more loplugin:cstylecast: unoxmlStephan Bergmann 2015-01-19fdo#39440 reduce scope of local variablesMichael Weghorn 2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara 2014-12-19java: reduce visibility of some methods and fieldsNoel Grandin 2014-12-19java: static fields that should not be staticNoel Grandin 2014-12-18unoxml: Use appropriate OUString functions on string constantsStephan Bergmann 2014-12-17Introduce rtl::OUStringLiteral1Stephan Bergmann