summaryrefslogtreecommitdiffstats
path: root/extensions
Commit message (Expand)AuthorAgeFilesLines
* Revert part of 1f86864e97bea causing Windows build trouble.Michael Meeks2016-08-161-0/+1
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-07-206-8/+8
* Fix typosAndrea Gelmini2016-07-201-1/+1
* Fix typosAndrea Gelmini2016-07-201-1/+1
* unnecessary use of OUString constructorNoel Grandin2016-07-201-3/+3
* vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock2016-07-201-2/+2
* Fix typosAndrea Gelmini2016-07-2017-24/+24
* loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann2016-07-204-47/+47
* loplugin:unusedfields variousNoel Grandin2016-07-121-1/+0
* Remove excess newlinesChris Sherlock2016-07-1291-269/+0
* update unusedmethods plugin to deal with constructorsNoel Grandin2016-07-123-10/+1
* update loplugin stylepolice to check local pointers varsNoel Grandin2016-07-121-9/+3
* Resolves: tdf#96251 address wizard crash when run from start centerCaolán McNamara2016-06-261-1/+2
* Resolves: tdf#92478 avoid crash on using scanner on windows x64Caolán McNamara2016-06-181-1/+4
* ERROR ITMS-90511: CFBundleIdentifier CollisionAndras Timar2016-06-111-2/+2
* tdf#99643 OLE automation bridge: fix 64-bit pointer conversionsMichael Stahl2016-06-015-10/+12
* Ole: Fix WaEDavid Ostrovsky2016-02-295-21/+21
* Fix missing iterator include on MSVC 14.0David Ostrovsky2016-02-182-0/+2
* tdf#96368: Address book wizard with no selection returns EvolutionJulien Nabet2015-12-091-1/+1
* tdf#62381: Stop using NPAPI plugin when NP_Initialize failsStephan Bergmann2015-12-083-4/+20
* Fix "missing member of radiobutton group" for selecttypepage.uiJulien Nabet2015-12-081-2/+2
* Catch exception when online update is disabled.Michael Meeks2015-11-301-8/+12
* No need to extend css.awt.XToolkitExperimentalStephan Bergmann2015-11-302-10/+7
* Silence clang-cl warnings in system ATL includesStephan Bergmann2015-11-243-0/+46
* -Werror,-WreorderStephan Bergmann2015-11-241-3/+3
* -Werror,-Wlogical-op-parenthesesStephan Bergmann2015-11-241-4/+4
* -Werror,-Wwritable-stringsStephan Bergmann2015-11-241-2/+2
* -Werror,-WreorderStephan Bergmann2015-11-241-2/+2
* -Werror,-Winconsistent-missing-overrideStephan Bergmann2015-11-241-10/+10
* -Werror,-Wunused-local-typedefStephan Bergmann2015-11-241-1/+0
* -Werror,-Wint-to-pointer-castStephan Bergmann2015-11-243-37/+29
* -Werror,-Wenum-compareStephan Bergmann2015-11-241-1/+1
* -Werror,-Wwritable-stringsStephan Bergmann2015-11-241-5/+6
* -Werror,-WreorderStephan Bergmann2015-11-241-1/+2
* -Werror,-Wenum-compareStephan Bergmann2015-11-241-2/+2
* -Werror,-Wlogical-op-parenthesesStephan Bergmann2015-11-241-4/+4
* -Werror,-Wmicrosoft-exception-specStephan Bergmann2015-11-241-2/+2
* -Werror,-WreorderStephan Bergmann2015-11-241-6/+6
* -Wmicrosoft-default-arg-redefinitionStephan Bergmann2015-11-241-4/+0
* -Werror,-Wlogical-op-parenthesesStephan Bergmann2015-11-241-1/+1
* -Werror,-WreorderStephan Bergmann2015-11-241-1/+1
* Update-check, expand to allow reporting of H/W and OS versions.Michael Meeks2015-11-232-27/+87
* Cleanup while reading extensions.Michael Meeks2015-11-205-97/+2
* fix buildNoel Grandin2015-11-201-4/+4
* Seems more natural to pass a homogenous list by initializer_listStephan Bergmann2015-11-201-2/+2
* loplugin:unusedfields extensionsNoel Grandin2015-11-206-14/+2
* add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin2015-11-202-8/+3
* loplugin:sallogareasStephan Bergmann2015-11-192-2/+2
* use unique_ptr for pImpl in extensions,hwpfilter/Noel Grandin2015-11-182-2/+2
* use initialiser list for Sequence<OUString>Noel Grandin2015-11-162-6/+2