summaryrefslogtreecommitdiffstats
path: root/basic
Commit message (Expand)AuthorAgeFilesLines
* 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
* loplugin:useuniqueptr in SbiExprNodeNoel Grandin2018-08-223-77/+77
* Translate German commentsJohnny_M2018-08-191-2/+2
* Resolves: tdf#119013 do not over-aggressively reorder date particlesEike Rathke2018-08-163-8/+8
* create appendCopy method in OUStringBufferNoel Grandin2018-08-142-2/+2
* Fix typosAndrea Gelmini2018-08-131-1/+1
* unnecessary null check before dynamic_cast, in variousNoel Grandin2018-08-106-12/+10
* loplugin:useuniqueptr in ImplRepositoryNoel Grandin2018-08-071-17/+15
* loplugin:useuniqueptr in SbiProcDefNoel Grandin2018-08-033-5/+4
* loplugin:useuniqueptr in BasicManagerNoel Grandin2018-08-033-12/+2
* add operator+=(OUStringBuffer) method to OUStringNoel Grandin2018-08-011-1/+1
* loplugin:stringloop in basic, framework, sax, svtoolsNoel Grandin2018-07-274-26/+26
* tdf#109132, load VBA library by default during ODF importMarkus Mohrhard2018-07-271-1/+1
* basic: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann2018-07-264-10/+0
* Fix typosAndrea Gelmini2018-07-231-1/+1
* Fix typosAndrea Gelmini2018-07-183-6/+6
* loplugin:useuniqueptr in SbUnoStructRefObjectNoel Grandin2018-07-132-4/+3
* Add missing sal/log.hxx headersGabor Kelemen2018-07-0915-0/+15
* Small cleanup and simplificationMike Kaganski2018-07-021-14/+12
* Small cleanupMike Kaganski2018-06-301-5/+1
* tdf#118218: Make FormatNumber VBA-onlyMike Kaganski2018-06-301-1/+1
* tdf#118218: Implement FormatNumber VBA functionMike Kaganski2018-06-294-9/+170
* Improved loplugin:redundantcast (const-qualified typedefs): basicStephan Bergmann2018-06-292-2/+2
* tdf#118442: Fix incorrect index calculationMike Kaganski2018-06-292-2/+67
* Related: tdf#118073 SbiScanner::NextSym: no symbol is no symbolEike Rathke2018-06-181-0/+9
* crashtesting: check nLineIdxCaolán McNamara2018-06-171-3/+3
* valgrind: use OUString::operator to access into stringCaolán McNamara2018-06-132-59/+64