summaryrefslogtreecommitdiff
path: root/extensions
AgeCommit message (Expand)AuthorFilesLines
2015-11-15use initialiser for Sequence<OUString>Noel Grandin3-6/+3
2015-11-15use initialiser for Sequence<OUString>Noel Grandin12-24/+12
2015-11-15use initialiser for Sequence<OUString>Noel Grandin4-8/+4
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin18-44/+22
2015-11-11extensions: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin2-8/+10
2015-11-11extensions: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin2-8/+9
2015-11-11new loplugin: memoryvarNoel Grandin1-4/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann83-408/+408
2015-11-09Prevent += called on temporary O[U]String instancesStephan Bergmann1-1/+1
2015-11-06coverity#1338266 Uncaught exceptionCaolán McNamara1-149/+157
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann11-22/+22
2015-11-05java: make inner classes static where possibleNoel Grandin1-1/+1
2015-11-04yyyyyNoel Grandin6-11/+11
2015-11-02use uno::Reference::set method instead of assignmentNoel Grandin24-68/+63
2015-11-01no need to be so verbose in constructing uno::ReferenceNoel Grandin1-2/+2
2015-11-01no need to use OUString constructor in call to createInstanceNoel Grandin1-1/+1
2015-10-30loplugin:unusedmethodsNoel Grandin1-3/+0
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin4-6/+6
2015-10-29Initialize Sequence<beans::NamedValue> from initializer_listsNoel Grandin3-97/+98
2015-10-27Reduce scope of #include <tools/stream.hxx>Matteo Casalin1-1/+0
2015-10-25Remove Seamonkey based address book driverDavid Ostrovsky12-137/+11
2015-10-24Remove left over references to SYSTEM_MOZILLADavid Ostrovsky3-18/+0
2015-10-24bogus cppcheck duplicateExpressionTernary warningCaolán McNamara1-5/+7
2015-10-21more removal of com::sun::star typedefsNoel Grandin3-15/+11
2015-10-21boost::ptr_vector->std::vectorNoel Grandin2-10/+8
2015-10-21remove untyped Link<>Noel Grandin2-4/+2
2015-10-20new loplugin: badvectorinitNoel Grandin1-1/+1
2015-10-20loplugin:defaultparamsStephan Bergmann4-6/+6
2015-10-19loplugin:defaultparamsStephan Bergmann3-18/+18
2015-10-19convert Link<> to typedNoel Grandin1-11/+9
2015-10-19convert remaing DBG_WARNING to SAL_INFONoel Grandin2-2/+2
2015-10-19convert Link<> to typedNoel Grandin4-8/+6
2015-10-19convert Link<> to typedNoel Grandin2-6/+5
2015-10-18cppcheck:noExplicitConstructorNoel Grandin37-54/+54
2015-10-17coverity#1327455 Uninitialized pointer fieldCaolán McNamara1-1/+2
2015-10-17coverity#1327456 Uninitialized pointer fieldCaolán McNamara1-1/+2
2015-10-16convert Link<> to typedNoel Grandin14-33/+47
2015-10-15calling IsSet() before Call() on Link<> is unnecessaryNoel Grandin4-10/+4
2015-10-15convert Link<> to typedNoel Grandin4-5/+9
2015-10-13error C2666: 'operator ==' : 2 overloads have similar conversionsStephan Bergmann1-1/+1
2015-10-13loplugin:mergeclasses, merge IControlContext with OBrowserListBoxNoel Grandin2-27/+12
2015-10-13remove some useless commentsNoel Grandin1-2/+0
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann113-1078/+1078
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann15-29/+29
2015-10-12convert Link<> to typedNoel Grandin18-43/+46
2015-10-12loplugin:stringconstantStephan Bergmann1-1/+1
2015-10-12some small cleanupsNoel Grandin4-14/+13
2015-10-12now we can get rid of the convoluted ControlWindow templateNoel Grandin5-61/+34
2015-10-12now we can push the controlwindow down and lose some type-castingNoel Grandin2-50/+23
2015-10-12reduce the web of class relationships here a littleNoel Grandin4-99/+62