summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)AuthorFilesLines
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
2016-02-11[API CHANGE] add operator==/!= to UNO structsNoel Grandin1-2/+2
2016-02-09UIDNA_CHECK_CONTEXTO is only available in ICU >= 49Stephan Bergmann1-1/+4
2016-02-09Remove excess newlinesChris Sherlock36-159/+0
2016-02-09Formatting changes across all modulesChris Sherlock1-4/+0
2016-02-08tdf#88205 Delete 'uno::Sequence' in svlkerem1-8/+4
2016-02-08loplugin:unusedmethodsNoel Grandin1-278/+0
2016-02-05Fix typosAndrea Gelmini1-1/+1
2016-01-31OSL_THIS_FUNC is a rip-off of BOOST_CURRENT_FUNCTION so we can use thatCaolán McNamara1-1/+0
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin5-8/+8
2016-01-20loplugin:unusedmethodsNoel Grandin2-86/+0
2016-01-14grml.. stupid oversight..Eike Rathke1-1/+5
2016-01-14it's unnecessary to buffer the string to create a string from it againEike Rathke1-19/+10
2016-01-14do it right and remove then superfluous mumbo-jumboEike Rathke1-28/+13
2016-01-14loplugin:unusedmethods unused return value in store,svlNoel Grandin2-14/+9
2016-01-13-Werror=unused-but-set-variableStephan Bergmann1-2/+1