summaryrefslogtreecommitdiff
path: root/basic/source/sbx
AgeCommit message (Expand)Author
2016-07-20Resolves: tdf#98778 fix parsing of exponentsCaolán McNamara
2016-07-15tdf#100726: Improve readability of OUString concatenation in basic modulenadith
2016-07-11BASIC : Remove useless 16bits Remove function from SbxArrayArnaud Versini
2016-06-23tdf#99589 - tolower / toupper - dangerous to Turks ...Gökhan Gurbetoğlu
2016-06-14Resolves: tdf#59222 Crash in Basic with an array of values...Caolán McNamara
2016-06-12convert more DBG_ASSERT(false to SAL_WARNNoel Grandin
2016-06-08Let loplugin:passstuffbyref also look at fn defn not preceded by any declStephan Bergmann
2016-06-03tdf#89329: use unique_ptr for pImpl in sbxvarXisco Fauli
2016-06-03loplugin:constantparamsNoel Grandin
2016-05-23Convert SbxClassType to scoped enumNoel Grandin
2016-05-19clang-tidy modernize-make-uniqueNoel Grandin
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin
2016-05-10Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann
2016-05-06teach passstuffbyref plugin to check for..Noel Grandin
2016-05-01Fix typosAndrea Gelmini
2016-04-19BASIC : Partially revert SbxArray simplification.Arnaud Versini
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin
2016-04-18BASIC : Simplify SbxArrayArnaud Versini
2016-04-13Related tdf#99089: avoid second crashJulien Nabet
2016-04-12Avoid reserved identifierStephan Bergmann
2016-04-11Avoid reserved identifierStephan Bergmann
2016-04-11Remove an useless check I had addedJulien Nabet
2016-04-11clang-tidy performance-unnecessary-value-param in basicNoel Grandin
2016-04-10tdf#99089: avoid some crashes in BasicJulien Nabet
2016-04-07fix bug in SbxArray::MergeNoel Grandin
2016-03-20BASIC: Calling SbxDimArray::Clear should also call SbxArray.Arnaud Versini
2016-02-24simply the SbxRes stuff, inheriting from OUString is ickyNoel Grandin
2016-02-24Removing #defines for String_XXX in sbxres.hxxbaltasarq
2016-02-22Actually, why passive voice?Tor Lillqvist
2016-02-22Fix mis-translated German commentTor Lillqvist
2016-02-22loplugin:commaoperator in basic/Noel Grandin
2016-02-22BASIC : Add tools::make_ref and simplify SvRef usageArnaud Versini
2016-02-17use consistent #define checks for the Windows platformNoel Grandin
2016-02-16tdf#39440: reduce scope of local variablesArnold Dumas
2016-02-16use consistent #define checks for the Windows platformNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-02-04loplugin:fpcomparison in basic/Noel Grandin
2016-01-13-Werror=misleading-indentation (GCC 6)Stephan Bergmann
2016-01-12loplugin:loopvartoosmallNoel Grandin
2016-01-12loplugin:unusedmethods unused return value in include/basicNoel Grandin
2016-01-12BASIC: Store directly SbxVarEntry in SbxArrayArnaud Versini
2016-01-11fix windows buildNoel Grandin
2016-01-11loplugin:unusedmethods unused return value in basicNoel Grandin
2016-01-10Fix typosAndrea Gelmini
2015-12-27sal_uLong/sal_uIntPtr/sal_uInt16 to sal_uInt32Matteo Casalin
2015-12-13BASIC: use c++ foreach loops when possible.Arnaud Versini
2015-11-28Adapt to true wchar_t in clang-clStephan Bergmann
2015-11-17loplugin:unnecessaryvirtualNoel Grandin
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-11-11new loplugin: memoryvarNoel Grandin