summaryrefslogtreecommitdiff
path: root/basic/source/runtime
AgeCommit message (Expand)Author
2016-09-16loplugin:singlevalfields in basic..idlNoel Grandin
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-09-02boost::intrusive_ptr->tools::SvRefCaolán McNamara
2016-08-24tdf#96505 get rid of "long" integer literals 'L'Asela Dasanayaka
2016-08-19Resolves: tdf#88953 byref args incorrectly passed in basic->c++Caolán McNamara
2016-08-19Some clang-tidy misc-move-constructor-initStephan Bergmann
2016-08-13BASIC: Use more often std::unique_ptrArnaud Versini
2016-08-04tdf#100726: Improve readability of OUString concatenationnadith
2016-08-04loplugin:countusersofdefaultparams in basctl..basicNoel Grandin
2016-07-27improve passstuffbyref return analysisNoel Grandin
2016-07-26masses of MessBoxes not being disposed promptlyCaolán McNamara
2016-07-18BASIC: Remove useless overridesArnaud Versini
2016-07-08Resolves: tdf#100452 class Date full (BCE,CE) proleptic Gregorian calendarEike Rathke
2016-07-08loplugin:redundantcast: redundant static_casts in basicStephan Bergmann
2016-06-27tdf#96505 Get rid of cargo cult long integer literalsapurvapriyadarshi
2016-06-14Resolves: tdf#59222 Crash in Basic with an array of values...Caolán McNamara
2016-06-14drop dramatic distracting commentCaolán McNamara
2016-06-14Clean up uses of Any::getValue() in basicStephan Bergmann
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl
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