summaryrefslogtreecommitdiff
path: root/extensions/source/logging
AgeCommit message (Expand)AuthorFilesLines
2023-12-19cid#1557601 COPY_INSTEAD_OF_MOVECaolán McNamara1-5/+2
2023-10-19Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: extensionsStephan Bergmann1-1/+1
2023-04-20Run clang-tidy with misc-unused-using-decls on modules [d-o]*Gabor Kelemen1-1/+0
2023-03-25loplugin:stringadd in editeng..frameworkNoel Grandin2-12/+6
2022-09-27use more string_view in cui,extensionsNoel Grandin1-6/+8
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann3-3/+3
2022-06-21clang-tidy modernize-pass-by-value in extensionsNoel Grandin1-3/+4
2022-05-04Just use Any ctor instead of makeAny in extensionsStephan Bergmann1-3/+2
2022-01-17Recheck modules [e-f]* with IWYUGabor Kelemen2-3/+0
2021-11-30Improve an snprintf printing css::util::DateTime membersStephan Bergmann1-8/+10
2021-10-30Prepare for removal of non-const operator[] from Sequence in extensionsMike Kaganski1-7/+3
2021-08-31clang-tidy:readability-redundant-member-initNoel Grandin1-2/+0
2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin1-8/+5
2021-03-23tdf#124176 Use pragma once in extensionsVincent LE GARREC4-16/+4
2021-03-23use single-use attribute for LoggerPoolNoel Grandin2-21/+3
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann2-2/+6
2020-11-12New loplugin:stringviewparamStephan Bergmann1-2/+2
2020-09-22OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara1-1/+1
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann1-7/+8
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann2-6/+6
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 Kelemen4-12/+0
2020-01-23Revert "unopkg: Correctly display log messages on Windows"Mike Kaganski1-36/+3
2020-01-21unopkg: Correctly display log messages on WindowsSamuel Mehrbrodt1-3/+36
2019-12-19sal_Char->char in extensionsNoel Grandin1-2/+2
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann6-0/+25
2019-10-15new loplugin:bufferaddNoel Grandin2-17/+12
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): extensionsStephan Bergmann6-6/+6
2019-07-18cid#703953 Unchecked return valueCaolán McNamara1-4/+6
2019-05-31Use hasElements to check Sequence emptiness in [e-i]*Arkadiy Illarionov2-2/+2
2019-05-25Fix typoAndrea Gelmini1-1/+1
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin2-5/+5
2019-04-05Remove unused using declarations in directories [e-l]*Gabor Kelemen5-5/+0
2019-01-21Avoid -Werror=format-{overflow,truncation}=Stephan Bergmann1-4/+5
2018-11-21loplugin:redundantfcast improvementsNoel Grandin1-1/+1
2018-10-26Introduce SimpleTextFormatter and format unopkg output using itSamuel Mehrbrodt2-0/+107
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin1-5/+5
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-2/+2
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-2/+2
2018-09-08loplugin:simplifyconstruct in editeng..extensionsNoel Grandin1-1/+0
2018-08-01Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin3-7/+7
2018-01-12More loplugin:cstylecast: extensionsStephan Bergmann5-18/+18
2017-12-11loplugin:salcall fix functionsNoel Grandin5-5/+5
2017-09-07extensions: GCC 7 -Werror=format-truncationMichael Stahl1-1/+13
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin1-1/+1
2017-05-28remove unnecessary use of OString::getStrNoel Grandin1-7/+3
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-4/+4
2017-02-17Drop :: prefix from std in [de]*/Tor Lillqvist1-1/+1