summaryrefslogtreecommitdiff
path: root/extensions
AgeCommit message (Expand)AuthorFilesLines
2016-01-31unnecessary use of OUString constructorNoel Grandin1-3/+3
2016-01-31tools: rename FontUnderline to FontLineStyleChris Sherlock2-4/+4
2016-01-26-Werror,-Wignored-qualifiers (clang-cl)Stephan Bergmann2-2/+2
2016-01-26Silence -Werror,-Wmissing-field-initializers in END_OBJECT_MAP (clang-cl)Stephan Bergmann1-1/+7
2016-01-26Silence more warnings, clang-cl's /W4 now also includes -WextraStephan Bergmann3-0/+3
2016-01-26-Werror,-Wunused-parameter (clang-cl)Stephan Bergmann1-1/+1
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin9-15/+15
2016-01-22tdf#97221 Improve this error message a bit…Adolfo Jayme Barrientos1-1/+1
2016-01-21vcl: rename Font::GetFamily to Font::GetFamilyTypeChris Sherlock1-2/+2
2016-01-18loplugin: unused return valuesNoel Grandin2-4/+2
2016-01-17vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock1-2/+2
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud1-2/+2
2016-01-16vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock1-2/+2
2016-01-11Use WeakImplHelperStephan Bergmann2-18/+1
2016-01-11loplugin:privatebase: Publicly derive from UNO interfacesStephan Bergmann1-1/+1
2016-01-11loplugin:privatebase: Make derivation from noncopyable explicitly privateStephan Bergmann1-1/+1
2016-01-11loplugin:unusedmethods unused return value in extensionsNoel Grandin10-23/+13
2016-01-10cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2016-01-10Fix typosAndrea Gelmini17-24/+24
2016-01-07cppcheck: noExplicitConstructorCaolán McNamara14-21/+21
2016-01-03tdf#74608: Ctor function for abp::OABSPilotUnoMatúš Kukan5-119/+23
2015-12-28extensions: Remove recently unused logging::LogModuleMatúš Kukan3-138/+0
2015-12-28tdf#74608: Ctor function for logging::PlainTextFormatterMatúš Kukan5-129/+18
2015-12-28tdf#74608: Ctor function for logging::CsvFormatterMatúš Kukan4-55/+19
2015-12-28tdf#74608: Ctor function for logging::ConsoleHandlerMatúš Kukan4-91/+42
2015-12-28tdf#74608: Ctor function for logging::FileHandlerMatúš Kukan4-94/+44
2015-12-28tdf#74608: Constructor function for LoggerPool singletonMatúš Kukan4-80/+39
2015-12-23loplugin:unusedfields in extensionsNoel Grandin6-12/+0
2015-12-17tdf#96398 kill remaining NPAPI support for plugins _inside_ LORene Engelhard37-11130/+0
2015-12-15loplugin:constantfunctionNoel Grandin1-6/+1
2015-12-12OOneInstanceAutoRegistration is not usedMatúš Kukan1-41/+0
2015-12-10loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann4-47/+47
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-12-03uno::Sequence->std::vector, and fix method nameNoel Grandin2-13/+10
2015-12-02Silence clang-cl -Winvalid-offsetof in ATL-macro expansionStephan Bergmann1-0/+9
2015-12-02Silence clang-cl warnings in ATL headersStephan Bergmann1-0/+16
2015-12-02Silence clang-cl -Wextra-tokens in midl-generated codeStephan Bergmann1-0/+9
2015-11-28-Werror,-Wunused-variableStephan Bergmann1-2/+0
2015-11-28-Werror,-Wunused-variableStephan Bergmann1-1/+0
2015-11-28-Werror,-Wmicrosoft-exception-specStephan Bergmann1-6/+6
2015-11-27No need to extend css.awt.XToolkitExperimentalStephan Bergmann2-10/+7
2015-11-27Catch exception when online update is disabled.Michael Meeks1-8/+12
2015-11-26mark UNO structs as SAL_WARN_UNUSED, where possibleNoel Grandin2-2/+1
2015-11-25Revert part of 1f86864e97bea causing Windows build trouble.Michael Meeks1-0/+1
2015-11-25loplugin:unusedfields variousNoel Grandin1-1/+0
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