summaryrefslogtreecommitdiffstats
path: root/basic
Commit message (Expand)AuthorAgeFilesLines
* 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
* Translate German comments and debug stringsJohnny_M2018-06-061-3/+3
* loplugin:includeform (clang-cl)Stephan Bergmann2018-06-011-1/+1
* Factor out AsyncQuitHandler to be usable elsewhere, tooTor Lillqvist2018-05-301-26/+1
* forcepoint#42 check available str lengthCaolán McNamara2018-05-291-1/+1
* Add missing includeSamuel Mehrbrodt2018-05-281-0/+1
* basic: Avoid looking up system clock twice to get current datetimeTakeshi Abe2018-05-281-6/+5
* tdf#96099 Remove some trivial typedef std::vectorArkadiy Illarionov2018-05-281-3/+2
* loplugin:passstuffbyrefNoel Grandin2018-05-251-1/+1
* rename config_extension_update.h.in to config_extensions.h.inRene Engelhard2018-05-231-1/+1
* tdf#97231: basic: do not use extra wrapping for string marshalingVasily Melenchuk2018-05-221-5/+12
* tdf#97231: potential crash fixedVasily Melenchuk2018-05-212-2/+2