summaryrefslogtreecommitdiff
path: root/extensions
AgeCommit message (Expand)AuthorFilesLines
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
2015-10-12improve naming of template parametersNoel Grandin3-94/+37
2015-10-12cppcheck:variableScopeNoel Grandin1-3/+2
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-6/+2
2015-10-07Sane::SetOptionValue return values are unusedStephan Bergmann2-33/+18
2015-10-07loplugin:mergeclassesNoel Grandin1-22/+11
2015-10-06loplugin:unusedmethodsNoel Grandin1-2/+0
2015-10-01loplugin:unusedmethodsNoel Grandin5-43/+0
2015-10-01com::sun::star->css in extensions/Noel Grandin145-1956/+1943
2015-10-01remove old standalone Sun bug numbersNoel Grandin8-19/+1
2015-09-30Fix typosAndrea Gelmini7-11/+11
2015-09-30 tdf#94559: second step to remove rtti.hxxOliver Specht1-1/+1
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann3-16/+16
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin4-53/+0
2015-09-24convert Link<> to typedNoel Grandin5-11/+9
2015-09-21convert Link<> to typedNoel Grandin3-10/+7
2015-09-20convert Link<> to typedNoel Grandin1-10/+8
2015-09-18boost->stdCaolán McNamara13-40/+37
2015-09-17convert Link<> to typedNoel Grandin4-12/+11
2015-09-17convert Link<> to typedNoel Grandin4-8/+6
2015-09-17convert Link<> to typedNoel Grandin5-12/+10
2015-09-17convert Link<> to typedNoel Grandin4-162/+135
2015-09-17convert Link<> to typedNoel Grandin9-24/+15
2015-09-16convert Link<> to typedNoel Grandin1-4/+4
2015-09-16convert Link<> to typedNoel Grandin1-3/+3
2015-09-15cppcheck: noExplicitConstructorCaolán McNamara27-41/+44
2015-09-15convert Link<> to typedNoel Grandin2-4/+2
2015-09-12sal_uInt16 and SAL_MAX_UINT16 to sal_Int32 and LISTBOX_APPENDMatteo Casalin1-1/+1
2015-09-12Update many ListBox users to its sal_Int32 interfaceMatteo Casalin5-12/+11
2015-09-11convert Link<> to typedNoel Grandin2-4/+2
2015-09-09convert Link<> to typedNoel Grandin2-5/+2
2015-09-08convert Link<> to typedNoel Grandin4-9/+6
2015-09-04use comphelper::containerToSequence and fix some castingNoel Grandin1-27/+21
2015-09-04convert Link<> to typedNoel Grandin2-3/+2
2015-09-03convert Link<> to typedNoel Grandin2-4/+3
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann9-44/+44
2015-08-28Bin a few leftover (?) stderr printoutsTor Lillqvist2-9/+0
2015-08-28make PostUserEvent Link<> typedNoel Grandin20-47/+32