summaryrefslogtreecommitdiff
path: root/basic/source/sbx
AgeCommit message (Expand)Author
2016-07-20Resolves: tdf#98778 fix parsing of exponentsCaolán McNamara
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
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-26basic: replace boost::ptr_vector with std::vector<std::unqiue_ptr>Michael Stahl
2015-10-06Related: tdf#94814 some cleanup of static_cast following dynamic_castCaolán McNamara
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht
2015-10-02Fix typosAndrea Gelmini
2015-10-01loplugin:unusedmethodsNoel Grandin
2015-09-29basic: more plausible build fix than e5a8eb9eMichael Stahl
2015-09-29fix dbgutil buildCaolán McNamara