summaryrefslogtreecommitdiff
path: root/xmloff/source/chart/SchXMLTableContext.cxx
AgeCommit message (Expand)Author
2019-10-02loplugin:stringadd in writerfilter..xmloffNoel Grandin
2019-09-30tdf#42949 Fix IWYU warnings in xmloff/source/[c-m]*/*cxxGabor Kelemen
2019-08-16loplugin:sequenceloop in xmloffNoel Grandin
2019-06-13Simplify Sequence iterations in xmloff/source/{chart..core}Arkadiy Illarionov
2019-05-05Drop lcl_SequenceToVector in favor of comphelper::sequenceToContainerArkadiy Illarionov
2019-05-02Use hasElements to check Sequence emptiness in [v-x]*Arkadiy Illarionov
2019-01-18Avoid getToken index for single call, minor simplificationMatteo Casalin
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-09-25Simplify containers iterations in xmloff/source/[c-d]*Arkadiy Illarionov
2018-09-13loplugin:constfields in xmloffNoel Grandin
2018-07-12Add missing sal/log.hxx headersGabor Kelemen
2018-01-12More loplugin:cstylecast: xmloffStephan Bergmann
2017-10-23loplugin:includeform: xmloffStephan Bergmann
2017-09-22ofz: don't leak in face of exceptionsCaolán McNamara
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin
2017-07-14use more OUString::operator== in test..xmlsecurityNoel Grandin
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke
2017-06-12cleanup unused css/frame/* includesJochen Nitschke
2017-05-03typoTomaž Vajngerl
2017-02-28new loplugin unoanyNoel Grandin
2016-12-01loplugin:unnecessaryoverride (dtors) in xmloffStephan Bergmann
2016-10-31loplugin:oncevar in xmloff..xmlsecurityNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-12clang-tidy performance-unnecessary-value-param in xmloffNoel Grandin
2016-03-09Add missing includesDavid Ostrovsky
2015-11-26com::sun::star->css in xmloff/Noel Grandin
2015-11-20add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-11-04loplugin:stringconstantNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-29Fix typosAndrea Gelmini
2015-06-11convert 'it.begin() == it.end()' to 'it.empty()'Noel Grandin
2015-06-04uno::Sequence provides now begin and endNoel Grandin
2015-05-24cppcheck: noExplicitConstructorCaolán McNamara
2015-04-08text:p is not allowed as child element of draw:frameMarkus Mohrhard
2014-06-05fdo#72727: Revert "-Werror=unused-but-set-variable second try"Kohei Yoshida
2014-06-05fdo#72727: Revert "fdo#68663 don't blindly force categories when there are none"Kohei Yoshida
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-02-21coverity#708700 Uninitialized scalar fieldCaolán McNamara
2013-11-11xmloff: include <> for external includesNorbert Thiebaud
2013-11-02Revert "transpose "data in rows" ranges for internal data provider, fdo#62057"Markus Mohrhard
2013-10-13sal_Bool to boolTakeshi Abe
2013-08-30-Werror=unused-but-set-variable second tryJulien Nabet
2013-08-30Revert "-Werror=unused-but-set-variable bCategoriesApplied"Julien Nabet
2013-08-30-Werror=unused-but-set-variable bCategoriesAppliedJulien Nabet
2013-08-30fdo#68663 don't blindly force categories when there are noneLionel Elie Mamane
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák