summaryrefslogtreecommitdiff
path: root/extensions
AgeCommit message (Expand)AuthorFilesLines
2016-03-04Silence -Werror,-Wnon-virtual-dtor in external includesStephan Bergmann3-0/+3
2016-03-04Silence -Werror,-Wnon-virtual-dtorStephan Bergmann2-0/+10
2016-03-03ERROR ITMS-90511: CFBundleIdentifier CollisionAndras Timar1-1/+1
2016-03-03loplugin:unuseddefaultparams variousNoel Grandin8-22/+17
2016-02-28Ole: Fix WaEDavid Ostrovsky5-21/+21
2016-02-25convert EComposeRule to scoped enumNoel Grandin2-4/+4
2016-02-23new loplugin: commaoperatorNoel Grandin1-1/+2
2016-02-17Fix missing iterator include on MSVC 14.0David Ostrovsky2-0/+2
2016-02-17use consistent #define checks for the Windows platformNoel Grandin7-20/+20
2016-02-16use consistent #define checks for the Windows platformNoel Grandin1-1/+1
2016-02-11Work around loplugin:oncevar with --disable-dbgutilStephan Bergmann1-6/+6
2016-02-11[API CHANGE] add operator==/!= to UNO structsNoel Grandin1-10/+0
2016-02-09Remove excess newlinesChris Sherlock93-276/+0
2016-02-09Formatting changes across all modulesChris Sherlock4-50/+15
2016-02-05Fix typosAndrea Gelmini1-1/+1
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock2-4/+4
2016-02-03extensions: replace boost::bind with lambdaMichael Stahl1-4/+2
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