summaryrefslogtreecommitdiff
path: root/basic/source/comp
AgeCommit message (Expand)Author
2015-07-29convert SBSTRM constants to scoped enumNoel Grandin
2015-07-28inline "old" SbERR constantsNoel Grandin
2015-07-28inline the "old" SbxErr constantsNoel Grandin
2015-07-28convert SbxFlagsBits to scoped enumNoel Grandin
2015-07-20com::sun::star->css in basicNoel Grandin
2015-07-02error: 'pGen' was not declared in this scopeMiklos Vajna
2015-07-02BASIC : Remove SbCodeGen attribute from SbiExprNode and user std::unique_ptr.Arnaud Versini
2015-06-28Fix typosAndrea Gelmini
2015-06-28Fix typosAndrea Gelmini
2015-06-25loplugin:stringconstant: Flag more inefficienciesStephan Bergmann
2015-06-16Fix typosAndrea Gelmini
2015-06-13BASIC: Don't use SbiStringPool to pass SbiParser.Arnaud Versini
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-06-04convert PropertyMode to scoped enumNoel Grandin
2015-05-29loplugin:loopvartoosmallNoel Grandin
2015-05-26BASIC: Remove BasicCharClass::IsLetterTabArnaud Versini
2015-05-17remove unnecessary header fileNoel Grandin
2015-05-12Basic: Doesn't allow non ASCII characters in numeric literalsArnaud Versini
2015-04-30tdf#84435: Mod operator does not deal with decimals as described in helpJulien Nabet
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-13loplugin:staticmethodsNoel Grandin
2015-03-29Clean up template-parameter-dependent C-style castsStephan Bergmann
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-25Basic: scanner should'nt use 0xFF mask on charactersArnaud Versini
2015-03-12CppCheck cleanlyness : reduce variable's scopeMichaël Lefèvre
2015-03-08TyposJulien Nabet
2015-03-02convert SBI_ constants to enum classNoel Grandin
2015-02-09Basic : Partially rewrite hex and octal constant reading.Arnaud Versini
2015-02-08Basic : Small OString usage simplificationArnaud Versini
2015-01-31Use rtl/character.hxx in basic module when possibleArnaud Versini
2015-01-25coverity#1266457 Identical code for different branchesCaolán McNamara
2015-01-20Some more loplugin:cstylecast: basicStephan Bergmann
2015-01-09loplugin:cstylecastStephan Bergmann
2015-01-09Resolves: #i63614# fix strange type mismatch when Iif function is usedTsutomu Uchino
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
2014-12-18basic: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-06reduce scope of local variablesMichael Weghorn
2014-11-17coverity#735399 Logically dead codeCaolán McNamara
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-11-14this is for detecting the type of a variable based on its nameCaolán McNamara
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-10-24coverity#704558 Dereference after null checkCaolán McNamara
2014-10-08back out even more wrong tools::Time changes, geez..Eike Rathke
2014-10-08back out more wrong and confusing tools::Time comment changesEike Rathke
2014-10-02loplugin: cstylecastNoel Grandin
2014-10-01avoid calling OUString::copy() with length being -1Luboš Luňák
2014-10-01fdo#82577: Handle TimeNoel Grandin
2014-09-22fdo#84086 Fix assorted use-after-free bugsMatthew J. Francis
2014-08-26convert SBX flag bits to type-safe enumNoel Grandin