summaryrefslogtreecommitdiffstats
path: root/extensions
Commit message (Expand)AuthorAgeFilesLines
...
* use consistent #define checks for the Windows platformNoel Grandin2016-02-177-20/+20
* use consistent #define checks for the Windows platformNoel Grandin2016-02-161-1/+1
* Work around loplugin:oncevar with --disable-dbgutilStephan Bergmann2016-02-111-6/+6
* [API CHANGE] add operator==/!= to UNO structsNoel Grandin2016-02-111-10/+0
* Remove excess newlinesChris Sherlock2016-02-0993-276/+0
* Formatting changes across all modulesChris Sherlock2016-02-094-50/+15
* Fix typosAndrea Gelmini2016-02-051-1/+1
* vcl: take into account the font width is the average font widthChris Sherlock2016-02-042-4/+4
* extensions: replace boost::bind with lambdaMichael Stahl2016-02-031-4/+2
* unnecessary use of OUString constructorNoel Grandin2016-01-311-3/+3
* tools: rename FontUnderline to FontLineStyleChris Sherlock2016-01-312-4/+4
* -Werror,-Wignored-qualifiers (clang-cl)Stephan Bergmann2016-01-262-2/+2
* Silence -Werror,-Wmissing-field-initializers in END_OBJECT_MAP (clang-cl)Stephan Bergmann2016-01-261-1/+7
* Silence more warnings, clang-cl's /W4 now also includes -WextraStephan Bergmann2016-01-263-0/+3
* -Werror,-Wunused-parameter (clang-cl)Stephan Bergmann2016-01-261-1/+1
* InterfaceContainer2 with vector instead of SequenceNoel Grandin2016-01-259-15/+15
* tdf#97221 Improve this error message a bit…Adolfo Jayme Barrientos2016-01-221-1/+1
* vcl: rename Font::GetFamily to Font::GetFamilyTypeChris Sherlock2016-01-211-2/+2
* loplugin: unused return valuesNoel Grandin2016-01-182-4/+2
* vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock2016-01-171-2/+2
* revert vcl patch series that brok Mac and WindowsNorbert Thiebaud2016-01-161-2/+2
* vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock2016-01-161-2/+2
* Use WeakImplHelperStephan Bergmann2016-01-112-18/+1
* loplugin:privatebase: Publicly derive from UNO interfacesStephan Bergmann2016-01-111-1/+1
* loplugin:privatebase: Make derivation from noncopyable explicitly privateStephan Bergmann2016-01-111-1/+1
* loplugin:unusedmethods unused return value in extensionsNoel Grandin2016-01-1110-23/+13
* cppcheck: noExplicitConstructorCaolán McNamara2016-01-101-1/+1
* Fix typosAndrea Gelmini2016-01-1017-24/+24
* cppcheck: noExplicitConstructorCaolán McNamara2016-01-0714-21/+21
* tdf#74608: Ctor function for abp::OABSPilotUnoMatúš Kukan2016-01-035-119/+23
* extensions: Remove recently unused logging::LogModuleMatúš Kukan2015-12-283-138/+0
* tdf#74608: Ctor function for logging::PlainTextFormatterMatúš Kukan2015-12-285-129/+18
* tdf#74608: Ctor function for logging::CsvFormatterMatúš Kukan2015-12-284-55/+19
* tdf#74608: Ctor function for logging::ConsoleHandlerMatúš Kukan2015-12-284-91/+42
* tdf#74608: Ctor function for logging::FileHandlerMatúš Kukan2015-12-284-94/+44
* tdf#74608: Constructor function for LoggerPool singletonMatúš Kukan2015-12-284-80/+39
* loplugin:unusedfields in extensionsNoel Grandin2015-12-236-12/+0
* tdf#96398 kill remaining NPAPI support for plugins _inside_ LORene Engelhard2015-12-1737-11130/+0
* loplugin:constantfunctionNoel Grandin2015-12-151-6/+1
* OOneInstanceAutoRegistration is not usedMatúš Kukan2015-12-121-41/+0
* loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann2015-12-104-47/+47
* 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
* uno::Sequence->std::vector, and fix method nameNoel Grandin2015-12-032-13/+10
* Silence clang-cl -Winvalid-offsetof in ATL-macro expansionStephan Bergmann2015-12-021-0/+9
* Silence clang-cl warnings in ATL headersStephan Bergmann2015-12-021-0/+16
* Silence clang-cl -Wextra-tokens in midl-generated codeStephan Bergmann2015-12-021-0/+9
* -Werror,-Wunused-variableStephan Bergmann2015-11-281-2/+0
* -Werror,-Wunused-variableStephan Bergmann2015-11-281-1/+0