summaryrefslogtreecommitdiff
path: root/extensions
AgeCommit message (Expand)Author
2015-12-15loplugin:constantfunctionNoel Grandin
2015-12-12OOneInstanceAutoRegistration is not usedMatúš Kukan
2015-12-10loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann
2015-12-09tdf#96368: Address book wizard with no selection returns EvolutionJulien Nabet
2015-12-08tdf#62381: Stop using NPAPI plugin when NP_Initialize failsStephan Bergmann
2015-12-08Fix "missing member of radiobutton group" for selecttypepage.uiJulien Nabet
2015-12-03uno::Sequence->std::vector, and fix method nameNoel Grandin
2015-12-02Silence clang-cl -Winvalid-offsetof in ATL-macro expansionStephan Bergmann
2015-12-02Silence clang-cl warnings in ATL headersStephan Bergmann
2015-12-02Silence clang-cl -Wextra-tokens in midl-generated codeStephan Bergmann
2015-11-28-Werror,-Wunused-variableStephan Bergmann
2015-11-28-Werror,-Wunused-variableStephan Bergmann
2015-11-28-Werror,-Wmicrosoft-exception-specStephan Bergmann
2015-11-27No need to extend css.awt.XToolkitExperimentalStephan Bergmann
2015-11-27Catch exception when online update is disabled.Michael Meeks
2015-11-26mark UNO structs as SAL_WARN_UNUSED, where possibleNoel Grandin
2015-11-25Revert part of 1f86864e97bea causing Windows build trouble.Michael Meeks
2015-11-25loplugin:unusedfields variousNoel Grandin
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