summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr
AgeCommit message (Expand)AuthorFilesLines
2015-11-20add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin2-8/+3
2015-11-19loplugin:sallogareasStephan Bergmann1-1/+1
2015-11-15use initialiser for Sequence<OUString>Noel Grandin2-4/+2
2015-11-15use initialiser for Sequence<OUString>Noel Grandin10-20/+10
2015-11-15use initialiser for Sequence<OUString>Noel Grandin2-4/+2
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin6-14/+7
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann28-83/+83
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann4-7/+7
2015-11-04yyyyyNoel Grandin2-5/+5
2015-11-02use uno::Reference::set method instead of assignmentNoel Grandin4-8/+8
2015-10-21more removal of com::sun::star typedefsNoel Grandin1-10/+7
2015-10-20new loplugin: badvectorinitNoel Grandin1-1/+1
2015-10-20loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-19loplugin:defaultparamsStephan Bergmann1-2/+2
2015-10-19convert remaing DBG_WARNING to SAL_INFONoel Grandin1-1/+1
2015-10-19convert Link<> to typedNoel Grandin4-8/+6
2015-10-19convert Link<> to typedNoel Grandin2-6/+5
2015-10-18cppcheck:noExplicitConstructorNoel Grandin36-51/+51
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 Grandin6-13/+31
2015-10-15calling IsSet() before Call() on Link<> is unnecessaryNoel Grandin4-10/+4
2015-10-15convert Link<> to typedNoel Grandin2-3/+2
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-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann49-466/+466
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann12-24/+24
2015-10-12convert Link<> to typedNoel Grandin3-4/+18
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
2015-10-12improve naming of template parametersNoel Grandin3-94/+37
2015-10-06loplugin:unusedmethodsNoel Grandin1-2/+0
2015-10-01loplugin:unusedmethodsNoel Grandin3-29/+0
2015-10-01com::sun::star->css in extensions/Noel Grandin64-926/+919
2015-10-01remove old standalone Sun bug numbersNoel Grandin4-7/+1
2015-09-30Fix typosAndrea Gelmini3-5/+5
2015-09-30 tdf#94559: second step to remove rtti.hxxOliver Specht1-1/+1
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann1-8/+8
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin2-40/+0
2015-09-24convert Link<> to typedNoel Grandin5-11/+9
2015-09-18boost->stdCaolán McNamara3-4/+4
2015-09-17convert Link<> to typedNoel Grandin4-8/+6
2015-09-17convert Link<> to typedNoel Grandin5-12/+10
2015-09-12Update many ListBox users to its sal_Int32 interfaceMatteo Casalin2-6/+6
2015-09-11convert Link<> to typedNoel Grandin2-4/+2
2015-09-09convert Link<> to typedNoel Grandin2-5/+2
2015-09-08convert Link<> to typedNoel Grandin2-6/+4
2015-09-04use comphelper::containerToSequence and fix some castingNoel Grandin1-27/+21