summaryrefslogtreecommitdiff
path: root/extensions
AgeCommit message (Expand)AuthorFilesLines
2016-03-08convert custom bibliography toolbar to .ui formatCaolán McNamara9-159/+204
2016-03-04Constness issuesStephan Bergmann4-31/+31
2016-03-04Avoid more warnings in external includes (clang-cl)Stephan Bergmann1-0/+3
2016-03-04-Werror,-WreorderStephan Bergmann1-1/+1
2016-03-04Silence -Werror,-Wnon-virtual-dtor in generated so_activex.h (clang-cl)Stephan Bergmann8-6/+62
2016-03-04Silence -Werror,-Wmissing-field-initializers in END_OBJECT_MAP (clang-cl)Stephan Bergmann1-1/+7
2016-03-04-Werror,-Wsign-compareStephan Bergmann3-3/+15
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