summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)AuthorFilesLines
2016-05-19loplugin:unusedmethods in slideshow to svtoolsNoel Grandin5-170/+1
2016-05-19clang-tidy modernize-make-uniqueNoel Grandin1-1/+2
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin5-54/+0
2016-05-18clang-tidy modernize-make-sharedNoel Grandin3-4/+4
2016-05-13Update mdds to 1.2.0. Note that the API version is also up.Kohei Yoshida1-5/+3
2016-05-11clang-tidy modernize-loop-convert in scripting to svtoolsNoel Grandin7-42/+38
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann4-6/+6
2016-05-10Harmless missing breaks in switchStephan Bergmann1-0/+3
2016-05-09tdf#88657 calculate denominator lengthLaurent Balland-Poirier1-8/+15
2016-05-09convert SfxStyleFamily to scoped enumNoel Grandin4-21/+22
2016-05-03Prevent Any::setValue from reinterpreting bool* as sal_Bool*Stephan Bergmann3-30/+24
2016-05-03tdf#97835 No decimal separtor for empty decimalLaurent Balland-Poirier1-13/+7
2016-05-03tdf#61996 Skip quoted text in number formatLaurent Balland-Poirier1-5/+32
2016-05-03tdf#31449 Correctly test if fraction has no integer partLaurent Balland-Poirier1-0/+10
2016-05-01Fix typosAndrea Gelmini1-1/+1
2016-04-22SfxUndoAction::dumpAsXml: show address of undo itemsMiklos Vajna1-0/+1
2016-04-21Fix typosAndrea Gelmini1-1/+1
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2-4/+4
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-14/+13
2016-04-15remove tools/solarmutex.hxxNoel Grandin1-3/+7
2016-04-13tdf#94306 remove unused boost dependenciesJochen Nitschke1-1/+0
2016-04-13loplugin:passstuffbyref in svlNoel Grandin2-2/+2
2016-04-13tdf#94306 replace boost::noncopyable in stoc to xmlsec..Jochen Nitschke5-9/+14
2016-04-11clang-tidy performance-unnecessary-value-param in svlNoel Grandin5-7/+7
2016-04-11cppcheck: silence warnings assertWithSideEffectJochen Nitschke2-2/+2
2016-04-06remove some dead bits of DDENoel Grandin2-67/+5
2016-04-05loplugin:nullptrStephan Bergmann1-10/+10
2016-04-05tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar1-4/+4
2016-04-04loplugin:constantparam in i18nlangtagNoel Grandin1-1/+1
2016-04-04loplugin:constantparam in svlNoel Grandin3-8/+6
2016-03-30Use const_iterator when possible (svl except svdde)Julien Nabet12-37/+39
2016-03-29cid#1357162: Logically dead codeStephan Bergmann1-22/+15
2016-03-17Revert "tdf#98458 sw: make search in shape text optional"Jan Holesovsky1-14/+2
2016-03-17loplugin:constantparam in svlNoel Grandin5-27/+20
2016-03-17tdf#98458 sw: make search in shape text optionalMiklos Vajna1-2/+14
2016-03-16loplugin:constantfunction in ucbhelperNoel Grandin1-2/+1
2016-03-10Avoid reserved identifiersStephan Bergmann1-11/+11
2016-03-10Avoid reserved identifierStephan Bergmann1-3/+3
2016-03-09remove unused NOT_POOLABLE enum valueNoel Grandin6-38/+26
2016-03-09loplugin:constantparam in svlNoel Grandin2-17/+12
2016-03-07loplugin:unuseddefaultparamsNoel Grandin1-3/+3
2016-03-07tdf#97703 removed empty setUp/tearDown methodsChirag Manwani1-5/+0
2016-03-07loplugin:unuseddefaultparam in variousNoel Grandin1-9/+2
2016-03-01loplugin:unuseddefaultparam in svlNoel Grandin9-117/+48
2016-02-26add SvxSearchItem::GetWildcard() SetWildcard()Eike Rathke1-2/+22
2016-02-24let SvxSearchItem use SearchOptions2Eike Rathke1-3/+28
2016-02-23new loplugin: commaoperatorNoel Grandin1-1/+2
2016-02-19new loplugin: find write-only fieldsNoel Grandin1-3/+0
2016-02-17use consistent #define checks for the Windows platformNoel Grandin4-6/+6
2016-02-12tdf#95857 Sort out German plurals ...danielt9981-7/+7