summaryrefslogtreecommitdiff
path: root/extensions
AgeCommit message (Expand)Author
2015-11-24Silence clang-cl warnings in system ATL includesStephan Bergmann
2015-11-24-Werror,-WreorderStephan Bergmann
2015-11-24-Werror,-Wlogical-op-parenthesesStephan Bergmann
2015-11-24-Werror,-Wwritable-stringsStephan Bergmann
2015-11-24-Werror,-WreorderStephan Bergmann
2015-11-24-Werror,-Winconsistent-missing-overrideStephan Bergmann
2015-11-24-Werror,-Wunused-local-typedefStephan Bergmann
2015-11-24-Werror,-Wint-to-pointer-castStephan Bergmann
2015-11-24-Werror,-Wenum-compareStephan Bergmann
2015-11-24-Werror,-Wwritable-stringsStephan Bergmann
2015-11-24-Werror,-WreorderStephan Bergmann
2015-11-24-Werror,-Wenum-compareStephan Bergmann
2015-11-24-Werror,-Wlogical-op-parenthesesStephan Bergmann
2015-11-24-Werror,-Wmicrosoft-exception-specStephan Bergmann
2015-11-24-Werror,-WreorderStephan Bergmann
2015-11-24-Wmicrosoft-default-arg-redefinitionStephan Bergmann
2015-11-24-Werror,-Wlogical-op-parenthesesStephan Bergmann
2015-11-24-Werror,-WreorderStephan Bergmann
2015-11-23Update-check, expand to allow reporting of H/W and OS versions.Michael Meeks
2015-11-20Cleanup while reading extensions.Michael Meeks
2015-11-20fix buildNoel Grandin
2015-11-20Seems more natural to pass a homogenous list by initializer_listStephan Bergmann
2015-11-20loplugin:unusedfields extensionsNoel Grandin
2015-11-20add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin
2015-11-19loplugin:sallogareasStephan Bergmann
2015-11-18use unique_ptr for pImpl in extensions,hwpfilter/Noel Grandin
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin
2015-11-11extensions: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin
2015-11-11extensions: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin
2015-11-11new loplugin: memoryvarNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09Prevent += called on temporary O[U]String instancesStephan Bergmann
2015-11-06coverity#1338266 Uncaught exceptionCaolán McNamara
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-11-05java: make inner classes static where possibleNoel Grandin
2015-11-04yyyyyNoel Grandin
2015-11-02use uno::Reference::set method instead of assignmentNoel Grandin
2015-11-01no need to be so verbose in constructing uno::ReferenceNoel Grandin
2015-11-01no need to use OUString constructor in call to createInstanceNoel Grandin
2015-10-30loplugin:unusedmethodsNoel Grandin
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin
2015-10-29Initialize Sequence<beans::NamedValue> from initializer_listsNoel Grandin
2015-10-27Reduce scope of #include <tools/stream.hxx>Matteo Casalin
2015-10-25Remove Seamonkey based address book driverDavid Ostrovsky
2015-10-24Remove left over references to SYSTEM_MOZILLADavid Ostrovsky
2015-10-24bogus cppcheck duplicateExpressionTernary warningCaolán McNamara