summaryrefslogtreecommitdiff
path: root/extensions/source/logging/csvformatter.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-05-07loplugin:ostr in extensionsNoel Grandin1-4/+4
2023-10-19Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: extensionsStephan Bergmann1-1/+1
2023-03-25loplugin:stringadd in editeng..frameworkNoel Grandin1-6/+3
2022-09-27use more string_view in cui,extensionsNoel Grandin1-6/+8
2021-11-30Improve an snprintf printing css::util::DateTime membersStephan Bergmann1-8/+10
2020-11-12New loplugin:stringviewparamStephan Bergmann1-2/+2
2020-09-22OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara1-1/+1
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann1-1/+1
2020-08-13loplugin:stringstatic also look for local staticsNoel Grandin1-1/+1
2020-08-07Make use of std string_viewStephan Bergmann1-6/+2
2020-03-11tdf#42949 Fix IWYU warnings in extensions/*/*cxxGabor Kelemen1-3/+0
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+4
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): extensionsStephan Bergmann1-1/+1
2019-04-05Remove unused using declarations in directories [e-l]*Gabor Kelemen1-1/+0
2018-11-21loplugin:redundantfcast improvementsNoel Grandin1-1/+1
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-2/+2
2018-01-12More loplugin:cstylecast: extensionsStephan Bergmann1-7/+7
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
2017-09-07extensions: GCC 7 -Werror=format-truncationMichael Stahl1-1/+13
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-35/+35
2016-12-05loplugin:unnecessaryoverride (dtors) in extensionsStephan Bergmann1-4/+0
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke1-1/+0
2016-02-05Fix typosAndrea Gelmini1-1/+1
2015-12-28tdf#74608: Ctor function for logging::CsvFormatterMatúš Kukan1-52/+17
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin1-2/+1
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin1-2/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-18/+18
2015-10-01com::sun::star->css in extensions/Noel Grandin1-3/+3
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-4/+4
2015-08-06tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-2/+2
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini1-4/+2
2014-05-02extensions: sal_Bool->boolNoel Grandin1-5/+5
2014-04-13Clean up function declarations and some unused functionsStephan Bergmann1-0/+1
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin1-23/+23
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-18/+18
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-35/+35
2013-11-11remove unnecessary use of OUString constructor in EXTENSIONS moduleNoel Grandin1-6/+6
2013-10-07fdo#54938: Adapt supportsService implementations to cppu::supportsServiceMarcos Paulo de Souza1-8/+2
2013-06-03fdo#46808, Convert ComponentContext in connectivity,extension..Noel Grandin1-9/+5
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák1-2/+2
2013-04-18date/time IDL datatypes incompatible changeLionel Elie Mamane1-2/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-42/+42
2013-04-01remove boilerplate commentsThomas Arnhold1-2/+0
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-5/+5
2012-06-29Remove UNO includes commentsThomas Arnhold1-2/+0
2012-06-22re-base on ALv2 code.Michael Meeks1-22/+14
2011-11-27remove include of pch header in extensionsNorbert Thiebaud1-2/+0
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth1-0/+3
2010-10-05remove include guards using fixguard.pyPetr Mladek1-8/+0