summaryrefslogtreecommitdiff
path: root/extensions/source/logging
AgeCommit message (Expand)AuthorFilesLines
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
2013-10-07fdo#54938: Adapt supportsService implementations to cppu::supportsServiceMarcos Paulo de Souza4-34/+8
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák2-2/+2
2013-08-21osl_getThreadIdentifier(0) -> osl::Thread::getCurrentIdentifier()Stephan Bergmann1-1/+2
2013-06-29remove OUString wrap for string literalsThomas Arnhold2-3/+3
2013-06-05remove unused componentcontext.hxx includesNoel Grandin1-1/+0
2013-06-03fdo#46808, Convert ComponentContext in connectivity,extension..Noel Grandin7-51/+26
2013-05-28Resolves: #i121216# Allow unique logger file nameAriel Constenla-Haile1-1/+42
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák1-2/+2
2013-04-18date/time IDL datatypes incompatible changeLionel Elie Mamane3-5/+5
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák10-214/+214
2013-04-01remove boilerplate commentsThomas Arnhold8-16/+4
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold7-22/+22
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks9-216/+135
2012-10-06add missing dep on tools/diagnose_ex.hDavid Tardon2-4/+0
2012-10-01Use prefixTor Lillqvist2-2/+2
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud1-4/+4