summaryrefslogtreecommitdiff
path: root/basic/source/comp
AgeCommit message (Expand)AuthorFilesLines
2015-05-17remove unnecessary header fileNoel Grandin13-13/+17
2015-05-12Basic: Doesn't allow non ASCII characters in numeric literalsArnaud Versini1-1/+1
2015-04-30tdf#84435: Mod operator does not deal with decimals as described in helpJulien Nabet1-4/+4
2015-04-24loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin3-6/+6
2015-04-13loplugin:staticmethodsNoel Grandin1-1/+1
2015-03-29Clean up template-parameter-dependent C-style castsStephan Bergmann1-4/+4
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann3-3/+3
2015-03-25Basic: scanner should'nt use 0xFF mask on charactersArnaud Versini1-1/+1
2015-03-12CppCheck cleanlyness : reduce variable's scopeMichaël Lefèvre1-3/+1
2015-03-08TyposJulien Nabet1-1/+1
2015-03-02convert SBI_ constants to enum classNoel Grandin1-3/+3
2015-02-09Basic : Partially rewrite hex and octal constant reading.Arnaud Versini1-29/+20
2015-02-08Basic : Small OString usage simplificationArnaud Versini1-7/+1
2015-01-31Use rtl/character.hxx in basic module when possibleArnaud Versini3-20/+10
2015-01-25coverity#1266457 Identical code for different branchesCaolán McNamara1-4/+1
2015-01-20Some more loplugin:cstylecast: basicStephan Bergmann1-2/+2
2015-01-09loplugin:cstylecastStephan Bergmann1-1/+1
2015-01-09Resolves: #i63614# fix strange type mismatch when Iif function is usedTsutomu Uchino1-1/+9
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-16/+16
2014-12-18basic: Use appropriate OUString functions on string constantsStephan Bergmann4-6/+6
2014-12-06reduce scope of local variablesMichael Weghorn1-2/+1
2014-11-17coverity#735399 Logically dead codeCaolán McNamara1-4/+0
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl4-0/+6
2014-11-14this is for detecting the type of a variable based on its nameCaolán McNamara1-8/+5
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini2-3/+3
2014-10-24coverity#704558 Dereference after null checkCaolán McNamara1-3/+2
2014-10-08back out even more wrong tools::Time changes, geez..Eike Rathke1-1/+1
2014-10-08back out more wrong and confusing tools::Time comment changesEike Rathke1-2/+2
2014-10-02loplugin: cstylecastNoel Grandin2-3/+3
2014-10-01avoid calling OUString::copy() with length being -1Luboš Luňák1-17/+20
2014-10-01fdo#82577: Handle TimeNoel Grandin1-3/+3
2014-09-22fdo#84086 Fix assorted use-after-free bugsMatthew J. Francis1-8/+7
2014-08-26convert SBX flag bits to type-safe enumNoel Grandin2-2/+2
2014-07-29fdo#46037: remove unused comphelper/configurationhelper.hxxAlexandre Vicenzi1-1/+0
2014-07-18Drop an unused functionTakeshi Abe1-20/+0
2014-07-17fdo#75757: remove inheritance to std::vectorTakeshi Abe1-25/+16
2014-07-16Avoid possible memory leaks in case of exceptionsTakeshi Abe1-5/+3
2014-07-11new loplugin: externalandnotdefinedNoel Grandin1-2/+0
2014-07-01clang scan-build: various warningsCaolán McNamara1-2/+2
2014-06-13loplugin:staticcallStephan Bergmann1-6/+6
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-4/+0
2014-05-29Avoid possible memory leaks in case of exceptionsTakeshi Abe4-22/+23
2014-05-28Avoid undefined signed integer overflowStephan Bergmann1-4/+5
2014-05-15coverity#441607 Dereference null return valueCaolán McNamara1-1/+5
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin1-2/+2
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni1-1/+1
2014-03-28fdo#75280 Started cleaning up of sal_uIntPtr usage.Valentin Kettner1-1/+1
2014-03-27basic: sal_Bool->boolNoel Grandin1-4/+4
2014-02-25Remove visual noise from basicAlexander Wilms1-1/+1