summaryrefslogtreecommitdiff
path: root/extensions
AgeCommit message (Expand)AuthorFilesLines
2016-08-16Revert part of 1f86864e97bea causing Windows build trouble.Michael Meeks1-0/+1
2016-07-20Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann6-8/+8
2016-07-20Fix typosAndrea Gelmini1-1/+1
2016-07-20Fix typosAndrea Gelmini1-1/+1
2016-07-20unnecessary use of OUString constructorNoel Grandin1-3/+3
2016-07-20vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock1-2/+2
2016-07-20Fix typosAndrea Gelmini17-24/+24
2016-07-20loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann4-47/+47
2016-07-12loplugin:unusedfields variousNoel Grandin1-1/+0
2016-07-12Remove excess newlinesChris Sherlock91-269/+0
2016-07-12update unusedmethods plugin to deal with constructorsNoel Grandin3-10/+1
2016-07-12update loplugin stylepolice to check local pointers varsNoel Grandin1-9/+3
2016-06-26Resolves: tdf#96251 address wizard crash when run from start centerCaolán McNamara1-1/+2
2016-06-18Resolves: tdf#92478 avoid crash on using scanner on windows x64Caolán McNamara1-1/+4
2016-06-11ERROR ITMS-90511: CFBundleIdentifier CollisionAndras Timar1-2/+2
2016-06-01tdf#99643 OLE automation bridge: fix 64-bit pointer conversionsMichael Stahl5-10/+12
2016-02-29Ole: Fix WaEDavid Ostrovsky5-21/+21
2016-02-18Fix missing iterator include on MSVC 14.0David Ostrovsky2-0/+2
2015-12-09tdf#96368: Address book wizard with no selection returns EvolutionJulien Nabet1-1/+1
2015-12-08tdf#62381: Stop using NPAPI plugin when NP_Initialize failsStephan Bergmann3-4/+20
2015-12-08Fix "missing member of radiobutton group" for selecttypepage.uiJulien Nabet1-2/+2
2015-11-30Catch exception when online update is disabled.Michael Meeks1-8/+12
2015-11-30No need to extend css.awt.XToolkitExperimentalStephan Bergmann2-10/+7
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