summaryrefslogtreecommitdiff
path: root/basic/source/comp
AgeCommit message (Expand)Author
2019-03-06remove some unnecessary typedef struct... sugarNoel Grandin
2019-02-11new loplugin writeonlyvarsNoel Grandin
2019-02-08loplugin:indentation in basctl..bridgesNoel Grandin
2019-01-16o3tl::make_unique -> std::make_unique in basctl...bridgesGabor Kelemen
2019-01-11Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann
2019-01-10tdf#112689: Replace chained O(U)StringBuffer::append() with operator+Doğa Deniz Arıcı
2018-12-21use unique_ptr in SbiExpressionNoel Grandin
2018-12-09Fix typoAndrea Gelmini
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin
2018-11-21improve function-local statics in basic..cuiNoel Grandin
2018-11-06loplugin:collapseif in accessibility..cuiNoel Grandin
2018-10-30Make SbiProcDef::Match more readableJan-Marek Glogowski
2018-10-27tdf#120703 PVS: V668Mike Kaganski
2018-10-27tdf#120703 PVS: V530 The return value of function is required to be utilizedMike Kaganski
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen
2018-10-21tdf#120703 (PVS): redundant nullptr checkMike Kaganski
2018-09-17New loplugin:externalStephan Bergmann
2018-08-22loplugin:useuniqueptr in SbiExprNodeNoel Grandin
2018-08-14create appendCopy method in OUStringBufferNoel Grandin
2018-08-03loplugin:useuniqueptr in SbiProcDefNoel Grandin
2018-07-27loplugin:stringloop in basic, framework, sax, svtoolsNoel Grandin
2018-07-26basic: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann
2018-06-18Related: tdf#118073 SbiScanner::NextSym: no symbol is no symbolEike Rathke
2018-06-17crashtesting: check nLineIdxCaolán McNamara
2018-06-13valgrind: use OUString::operator to access into stringCaolán McNamara
2018-05-29forcepoint#42 check available str lengthCaolán McNamara
2018-05-17New o3tl::temporary to simplify calls of std::modfStephan Bergmann
2018-05-17loplugin:redundantcast improvements for floating-integer conversionsStephan Bergmann
2018-05-10loplugin:unnecessaryvirtual improvementsNoel Grandin
2018-05-02loplugin:useuniqueptr in SbiImageNoel Grandin
2018-04-23loplugin:singlevalfields improve unaryoperatorNoel Grandin
2018-04-15remove some unused comphelper includesJochen Nitschke
2018-04-01remove unused processfactory.hxx includesJochen Nitschke
2018-03-17Typos: definied->definedJulien Nabet
2018-01-31basic: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski
2018-01-19loplugin:useuniqueptr in SbModuleNoel Grandin
2018-01-15More loplugin:cstylecast: basicStephan Bergmann
2018-01-12More loplugin:cstylecast: basicStephan Bergmann
2017-12-29Fix typosAndrea Gelmini
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin
2017-12-18loplugin:unusedindexMike Kaganski
2017-11-29loplugin:unusedmethodsNoel Grandin
2017-11-24Get rid of a temporary SvNumberFormatter instanceEike Rathke
2017-10-10basic: consistently use "" and <> in include directivesMike Kaganski
2017-09-20Bin some noise comments and ASCII graphicsTor Lillqvist
2017-08-29move all the basic errcodes to one fileNoel Grandin
2017-07-20loplugin:constparams in basicNoel Grandin
2017-07-14tdf#103104 Allow line-continuation followed by a dot in BASICTakeshi Abe
2017-07-13loplugin:oncevar: empty strings: basicStephan Bergmann