summaryrefslogtreecommitdiff
path: root/extensions
AgeCommit message (Expand)AuthorFilesLines
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann27-97/+97
2016-04-18Avoid reserved identifierStephan Bergmann1-6/+6
2016-04-18cppcheck: noExplicitConstructorCaolán McNamara3-3/+3
2016-04-18Fix unconditional seek in sanedlgRohan Kumar1-0/+2
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin5-18/+13
2016-04-18clean-up: unused using declarations and includesJochen Nitschke15-36/+0
2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin6-6/+6
2016-04-14loplugin:passstuffbyref in variousNoel Grandin6-7/+7
2016-04-12Avoid reserved identifiersStephan Bergmann4-12/+12
2016-04-12tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar3-39/+16
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke9-12/+0
2016-04-11tdf#94306 replace boost::noncopyable ...Jochen Nitschke7-19/+21
2016-04-05loplugin:constantparamNoel Grandin6-16/+11
2016-04-04cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2016-04-04tdf#97499 Fixed containers parameters clearing #4tymyjan1-1/+1
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke6-7/+0
2016-04-01fix brown paper bag in extensionsNoel Grandin1-1/+0
2016-04-01sequence->vector in extensionsNoel Grandin13-159/+134
2016-04-01tdf#97966 Drop 'static' keywordsWastack3-4/+4
2016-03-30loplugin:staticanonymousStephan Bergmann1-3/+3
2016-03-23loplugin:constantparam in extensinsNoel Grandin4-7/+6
2016-03-15remove unnecessary parentheses in case labelsNoel Grandin1-17/+17
2016-03-15loplugin:constantparamNoel Grandin2-7/+6
2016-03-14remove some unused Java codeNoel Grandin1-2/+2
2016-03-11tdf#97966: Remove 'static' keywordsWastack1-1/+1
2016-03-11work on sane lifecylce for SfxFilterMarkus Mohrhard3-5/+5
2016-03-10Remove unused tag type name (that happens to be reserved) in typedefStephan Bergmann1-1/+1
2016-03-10loplugin:constantparam in extensionsNoel Grandin2-7/+7
2016-03-10Extract Directories from BootstrapFixtureBaseStephan Bergmann1-1/+1
2016-03-09remove unused NOT_POOLABLE enum valueNoel Grandin1-20/+20
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