summaryrefslogtreecommitdiff
path: root/extensions
AgeCommit message (Expand)AuthorFilesLines
2015-11-24Silence clang-cl warnings in system ATL includesStephan Bergmann3-0/+46
2015-11-24-Werror,-WreorderStephan Bergmann1-3/+3
2015-11-24-Werror,-Wlogical-op-parenthesesStephan Bergmann1-4/+4
2015-11-24-Werror,-Wwritable-stringsStephan Bergmann1-2/+2
2015-11-24-Werror,-WreorderStephan Bergmann1-2/+2
2015-11-24-Werror,-Winconsistent-missing-overrideStephan Bergmann1-10/+10
2015-11-24-Werror,-Wunused-local-typedefStephan Bergmann1-1/+0
2015-11-24-Werror,-Wint-to-pointer-castStephan Bergmann3-37/+29
2015-11-24-Werror,-Wenum-compareStephan Bergmann1-1/+1
2015-11-24-Werror,-Wwritable-stringsStephan Bergmann1-5/+6
2015-11-24-Werror,-WreorderStephan Bergmann1-1/+2
2015-11-24-Werror,-Wenum-compareStephan Bergmann1-2/+2
2015-11-24-Werror,-Wlogical-op-parenthesesStephan Bergmann1-4/+4
2015-11-24-Werror,-Wmicrosoft-exception-specStephan Bergmann1-2/+2
2015-11-24-Werror,-WreorderStephan Bergmann1-6/+6
2015-11-24-Wmicrosoft-default-arg-redefinitionStephan Bergmann1-4/+0
2015-11-24-Werror,-Wlogical-op-parenthesesStephan Bergmann1-1/+1
2015-11-24-Werror,-WreorderStephan Bergmann1-1/+1
2015-11-23Update-check, expand to allow reporting of H/W and OS versions.Michael Meeks2-27/+87
2015-11-20Cleanup while reading extensions.Michael Meeks5-97/+2
2015-11-20fix buildNoel Grandin1-4/+4
2015-11-20Seems more natural to pass a homogenous list by initializer_listStephan Bergmann1-2/+2
2015-11-20loplugin:unusedfields extensionsNoel Grandin6-14/+2
2015-11-20add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin2-8/+3
2015-11-19loplugin:sallogareasStephan Bergmann2-2/+2
2015-11-18use unique_ptr for pImpl in extensions,hwpfilter/Noel Grandin2-2/+2
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin2-6/+2
2015-11-15use initialiser for Sequence<OUString>Noel Grandin3-6/+3
2015-11-15use initialiser for Sequence<OUString>Noel Grandin12-24/+12
2015-11-15use initialiser for Sequence<OUString>Noel Grandin4-8/+4
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin18-44/+22
2015-11-11extensions: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin2-8/+10
2015-11-11extensions: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin2-8/+9
2015-11-11new loplugin: memoryvarNoel Grandin1-4/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann83-408/+408
2015-11-09Prevent += called on temporary O[U]String instancesStephan Bergmann1-1/+1
2015-11-06coverity#1338266 Uncaught exceptionCaolán McNamara1-149/+157
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann11-22/+22
2015-11-05java: make inner classes static where possibleNoel Grandin1-1/+1
2015-11-04yyyyyNoel Grandin6-11/+11
2015-11-02use uno::Reference::set method instead of assignmentNoel Grandin24-68/+63
2015-11-01no need to be so verbose in constructing uno::ReferenceNoel Grandin1-2/+2
2015-11-01no need to use OUString constructor in call to createInstanceNoel Grandin1-1/+1
2015-10-30loplugin:unusedmethodsNoel Grandin1-3/+0
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin4-6/+6
2015-10-29Initialize Sequence<beans::NamedValue> from initializer_listsNoel Grandin3-97/+98
2015-10-27Reduce scope of #include <tools/stream.hxx>Matteo Casalin1-1/+0
2015-10-25Remove Seamonkey based address book driverDavid Ostrovsky12-137/+11
2015-10-24Remove left over references to SYSTEM_MOZILLADavid Ostrovsky3-18/+0
2015-10-24bogus cppcheck duplicateExpressionTernary warningCaolán McNamara1-5/+7