summaryrefslogtreecommitdiff
path: root/extensions/source/logging
AgeCommit message (Expand)AuthorFilesLines
2016-10-19loplugin:expandablemethodds in editeng..extensionsNoel Grandin2-2/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann5-5/+5
2016-04-26clang-tidy modernize-loop-convert in e*Noel Grandin1-3/+3
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2-5/+5
2016-04-18clean-up: unused using declarations and includesJochen Nitschke2-2/+0
2016-04-14loplugin:passstuffbyref in variousNoel Grandin1-1/+1
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke3-3/+0
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke3-3/+0
2016-02-05Fix typosAndrea Gelmini1-1/+1
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin1-2/+2
2015-12-28extensions: Remove recently unused logging::LogModuleMatúš Kukan2-137/+0
2015-12-28tdf#74608: Ctor function for logging::PlainTextFormatterMatúš Kukan4-128/+18
2015-12-28tdf#74608: Ctor function for logging::CsvFormatterMatúš Kukan4-55/+19
2015-12-28tdf#74608: Ctor function for logging::ConsoleHandlerMatúš Kukan4-91/+42
2015-12-28tdf#74608: Ctor function for logging::FileHandlerMatúš Kukan4-94/+44
2015-12-28tdf#74608: Constructor function for LoggerPool singletonMatúš Kukan4-80/+39
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin1-2/+1
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin5-12/+6
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann4-5/+5
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann5-68/+68
2015-10-01com::sun::star->css in extensions/Noel Grandin7-20/+20
2015-09-15cppcheck: noExplicitConstructorCaolán McNamara4-4/+4
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann2-20/+20
2015-08-08Explicit capture annotationsStephan Bergmann1-1/+1
2015-08-06tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe5-11/+11
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann1-7/+2
2015-07-10extensions: convert boost::bindMichael Stahl1-3/+2
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini9-47/+2
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-10-01loplugin: cstylecastNoel Grandin1-1/+1
2014-09-30extensions: std::auto_ptr -> std::unique_ptrStephan Bergmann1-1/+1
2014-05-29remove unnecessary NULL parameter passed to UNO ExceptionNoel Grandin2-3/+3
2014-05-02extensions: sal_Bool->boolNoel Grandin1-5/+5
2014-04-19fixincludeguards.sh: extensionsThomas Arnhold5-15/+15
2014-04-13Clean up function declarations and some unused functionsStephan Bergmann7-10/+43
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin5-39/+39
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann5-68/+68
2014-02-27Remove visual noise from extensionsAlexander Wilms13-74/+74
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann5-131/+131
2014-02-23Remove unneccessary commentsAlexander Wilms7-74/+74
2014-01-26fdo#54938 Convert extensions to cppu::supportsServiceAlexandre Vicenzi1-65/+5
2014-01-06Resolves: #i123817# prepare codebase for updating to boost 1.55Herbert Dürr1-1/+1
2013-12-19A singleton is not a serviceStephan Bergmann1-1/+0
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann1-2/+2
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin4-4/+4
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin1-1/+1
2013-11-11remove unnecessary use of OUString constructor in EXTENSIONS moduleNoel Grandin1-6/+6