summaryrefslogtreecommitdiffstats
path: root/basic
Commit message (Expand)AuthorAgeFilesLines
* pretty up logging of exceptionsNoel Grandin2019-08-051-4/+3
* Resolves: tdf#124605 ditch "if operand 1 is Empty, result is operand 2"Eike Rathke2019-05-031-25/+11
* tdf#122250 Crash when running extensionNoel Grandin2019-01-151-1/+5
* Adapt to C++2a char_tStephan Bergmann2018-11-172-2/+2
* loplugin:buriedassign in avmedia..cuiNoel Grandin2018-11-162-5/+11
* Set error also in non-UNO/UCB case file date failures, tdf#121337 follow-upEike Rathke2018-11-131-28/+55
* Add reference to test codeStephan Bergmann2018-11-131-0/+2
* tdf#121325: Replace all of given length, even if replacement is shorterStephan Bergmann2018-11-134-9/+60
* Don't call Date's ImpYearToDays with zero year argumentStephan Bergmann2018-11-131-1/+1
* clang-tidy: (WIP) bugprone-too-small-loop-variable findings 2Tamás Zolnai2018-11-101-1/+1
* Remove unneeded castMatteo Casalin2018-11-101-1/+1
* tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski2018-11-101-6/+3
* Replace deprecated boost::optional::reset(val) with operator =Mike Kaganski2018-11-101-2/+2
* move SvTreeListBox to vclCaolán McNamara2018-11-071-1/+1
* loplugin:collapseif in accessibility..cuiNoel Grandin2018-11-065-29/+13
* remove with_sprintf_ defineNoel Grandin2018-11-061-93/+0
* tdf#120703 PVS: V547 Expression '!pRTLData' is always falseMike Kaganski2018-11-052-50/+47
* Make SbiProcDef::Match more readableJan-Marek Glogowski2018-10-303-7/+11
* tdf#120703 PVS: V724Mike Kaganski2018-10-271-2/+1
* tdf#120703 PVS: V668Mike Kaganski2018-10-271-6/+2
* tdf#120703 PVS: V530 The return value of function is required to be utilizedMike Kaganski2018-10-272-2/+2
* tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen2018-10-264-0/+4
* loplugin:singlevalfields improvementNoel Grandin2018-10-262-4/+1
* tdf#42949 Fix IWYU warnings in include/xmlscript/*Gabor Kelemen2018-10-252-0/+2
* remove more rtl::OUString and OString prefixesNoel Grandin2018-10-241-1/+1
* clang-tidy performance-unnecessary-copy-initialization inNoel Grandin2018-10-236-29/+29
* pvs-studio: V794 The assignment operator should be protectedCaolán McNamara2018-10-221-8/+11
* tdf#120703 (PVS): redundant nullptr checksMike Kaganski2018-10-211-24/+15
* tdf#120703 (PVS): redundant nullptr checkMike Kaganski2018-10-211-4/+1
* tdf#120703 (PVS): redundant checkMike Kaganski2018-10-201-2/+1
* when calling std::lower_boundNoel Grandin2018-10-201-8/+5
* tdf#120706: nullptr dereferenceMike Kaganski2018-10-191-1/+1
* clang-tidy readability-container-size-emptyNoel Grandin2018-10-191-1/+1
* clang-tidy readability-misleading-indentationNoel Grandin2018-10-191-82/+82
* clang-tidy readability-redundant-smartptr-getNoel Grandin2018-10-172-2/+2
* clang-tidy bugprone-copy-constructor-initNoel Grandin2018-10-151-14/+0
* add SvStream::TellEndNoel Grandin2018-10-152-6/+4
* Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann2018-10-093-6/+6
* new loplugin:methodcyclesNoel Grandin2018-09-213-95/+0
* New loplugin:externalStephan Bergmann2018-09-1712-60/+60
* tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen2018-09-103-0/+3
* cppcheck: variableScope in basicJochen Nitschke2018-09-084-17/+13
* Fix typoAndrea Gelmini2018-09-071-2/+2
* clang-tidy performance-unnecessary-value-paramNoel Grandin2018-09-062-2/+2
* loplugin:useuniqueptr in SbiGlobalsNoel Grandin2018-09-052-10/+7
* loplugin:simplifyconstruct in accessibility..bridgesNoel Grandin2018-09-056-11/+9
* loplugin:useuniqueptr in SbiDdeControlNoel Grandin2018-09-042-28/+15
* cppcheck: useInitializationList in basicJochen Nitschke2018-09-034-12/+11
* Fix typosAndrea Gelmini2018-08-291-2/+2
* Fix warning in !HAVE_FEATURE_SCRIPTING caseTor Lillqvist2018-08-271-1/+1