summaryrefslogtreecommitdiff
path: root/basic/source/runtime
AgeCommit message (Expand)Author
2016-05-27Convert GRAPHIC to scoped enumNoel Grandin
2016-05-23Convert SbxClassType to scoped enumNoel Grandin
2016-04-21clang-tidy modernize-loop-convert in b*Noel Grandin
2016-04-12Avoid reserved identifiersStephan Bergmann
2016-04-11clang-tidy performance-unnecessary-value-param in basicNoel Grandin
2016-04-10tdf#99089: avoid some crashes in BasicJulien Nabet
2016-04-06Turn SbiOpcode into scoped enumStephan Bergmann
2016-04-04BASIC : Use a vector to store the argv stackArnaud Versini
2016-04-04tdf#94306 replace boost::noncopyable in ..Jochen Nitschke
2016-04-03BASIC : Use a vector to store the go sub stack.Arnaud Versini
2016-03-23loplugin:constantparam in basicNoel Grandin
2016-03-20BASIC : Use std::vector in SbiRuntime to save referencesArnaud Versini
2016-03-08tdf#94306 Replace boost::noncopyable with plain C++11 deleted copy ctorsSteven Guo
2016-03-08Remove ancient StarPortal leftoversStephan Bergmann
2016-03-07tdf84938 Replaced Sb_Attr_ defined constants with enum class in runtime.hxxSteven Guo
2016-03-07loplugin:unuseddefaultparam in variousNoel Grandin
2016-03-03loplugin:unuseddefaultparams in basicNoel Grandin
2016-03-02tdf#84938 Change average enum for scoped enumbaltasarq
2016-02-25change to SearchOptions2Eike Rathke
2016-02-22loplugin:commaoperator in basic/Noel Grandin
2016-02-17use consistent #define checks for the Windows platformNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-02-05interface to new XTextSearch2 with SearchOptions2, tdf#72196Eike Rathke
2016-01-05Fix typosAndrea Gelmini
2016-01-05Fix typosAndrea Gelmini
2015-12-27sal_uLong/sal_uIntPtr/sal_uInt16 to sal_uInt32Matteo Casalin
2015-12-27sal_uLong/sal_uIntPtr for ScNumFormatAbbrevMatteo Casalin
2015-12-15Resolves: #i19221# Print Tab(5); "Hello" does not workDamjan Jovanovic
2015-12-10DBG_TRACE_BASIC/PROFILING had been rotting for quite some time nowStephan Bergmann
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-11-11new loplugin: memoryvarNoel Grandin
2015-11-10Resolves: #i61854# Basic: Default title of Msgboxes should be changedDamjan Jovanovic
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-11-04Resolves: #i61277# Basic open file with random access erases all data.Damjan Jovanovic
2015-11-04yyyyyNoel Grandin
2015-11-02tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni
2015-10-20loplugin:defaultparamsStephan Bergmann
2015-10-19loplugin:defaultparamsStephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-06Related: tdf#94814 some cleanup of static_cast following dynamic_castCaolán McNamara
2015-10-06clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht
2015-10-02checkUnoObjectType etc always deref their ptr arg, convert to refCaolán McNamara
2015-10-02Fix typosAndrea Gelmini
2015-10-01coverity#1325255 Unchecked dynamic_castCaolán McNamara
2015-10-01loplugin:unusedmethodsNoel Grandin
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin
2015-09-29remove unused #include <sal/alloca.h>Michael Stahl