summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/XMLNumberStyles.cxx
AgeCommit message (Expand)Author
2021-09-04dynamic_cast -> static_cast (tdf#130795)Noel Grandin
2020-12-18use more string_view in IsXMLTokenNoel
2020-12-15use views to parse rather than allocating OUStringNoel
2020-12-07convert SvXMLImport to fastparser, drop slowparser pathsNoel Grandin
2020-12-04call createFastChildContextFallback in more placesNoel Grandin
2020-11-02create common macro and method for logging unknown attributesNoel
2020-11-02make SvXMLImport capable of mixing fast- and slow- contexts adhocNoel
2020-09-01cid#1466574 Uninitialized scalar fieldCaolán McNamara
2020-08-28convert DATA_STYLE constants to scoped enumNoel Grandin
2020-08-28use fastparser in SvXMLNumFormatContextNoel Grandin
2020-08-24use fastparser in SdXMLNumberFormatImportContextNoel Grandin
2020-08-19convert SvXMLStylesTokens to scoped enumNoel Grandin
2020-08-14rename xmlnmspe -> xmlnamespaceNoel Grandin
2020-08-14rename nmspmap.hxx -> namespacemap.hxxNoel Grandin
2020-03-16Revert "loplugin:constfields in xmloff"Noel Grandin
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-04-15loplugin:sequentialassign in writerfilter..xmlsecurityNoel Grandin
2019-02-11tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski
2018-09-13loplugin:constfields in xmloffNoel Grandin
2018-07-12Add missing sal/log.hxx headersGabor Kelemen
2018-03-02ofz#6656 -1 isn't a good flag for all elements filledCaolán McNamara
2017-10-23loplugin:includeform: xmloffStephan Bergmann
2017-09-22ofz: don't leak in face of exceptionsCaolán McNamara
2017-07-20loplugin:constparams in xmloffNoel Grandin
2017-07-05new loplugin unnecessaryparenNoel Grandin
2017-06-29improve refcounting lopluginNoel Grandin
2017-05-08cleanup tools/debug.hxx includesJochen Nitschke
2017-01-09New loplugin:externvar: xmloffStephan Bergmann
2016-12-01loplugin:unnecessaryoverride (dtors) in xmloffStephan Bergmann
2016-10-03Fix typosAndrea Gelmini
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-06-17convert DBG_ASSERT in xmloffNoel Grandin
2015-11-26com::sun::star->css in xmloff/Noel Grandin
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-16boost->stdCaolán McNamara
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann
2014-04-15xmloff: sal_Bool->boolNoel Grandin
2014-03-31xmloff: sal_Bool->boolNoel Grandin
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-26Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann
2014-01-28bool improvementsStephan Bergmann
2013-11-11xmloff: include <> for external includesNorbert Thiebaud
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin
2013-09-26typo fixes in commentsAndras Timar
2013-08-10fdo#62475 removed pointless commentsJelle van der Waa
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-27-Wunused-macrosStephan Bergmann
2013-03-09Resolves: #i120663# The SvXMLImportContext is always leakedJian Fang Zhang