summaryrefslogtreecommitdiff
path: root/basic/source/inc/runtime.hxx
AgeCommit message (Expand)Author
2019-11-12tdf#42949 Fix IWYU warnings in basic/Gabor Kelemen
2019-10-01loplugin:duplicate-defines in basicNoel Grandin
2019-09-03loplugin:constmethod in basicNoel Grandin
2018-11-05tdf#120703 PVS: V547 Expression '!pRTLData' is always falseMike Kaganski
2018-09-07Fix typoAndrea Gelmini
2018-09-06clang-tidy performance-unnecessary-value-paramNoel Grandin
2017-12-26loplugin:passstuffbyref improved return in basic,frameworkNoel Grandin
2017-11-24Make the SbiInstance SvNumberFormatter shared_ptrEike Rathke
2017-11-23various coverity warningsCaolán McNamara
2017-11-04loplugin:constparams in various(1)Noel Grandin
2017-10-10basic: consistently use "" and <> in include directivesMike Kaganski
2017-07-20loplugin:constparams in basicNoel Grandin
2017-07-05loplugin:useuniqueptr in basic..cppcanvasNoel Grandin
2017-06-15drop SbError typedefNoel Grandin
2017-05-09loplugin:constantparamNoel Grandin
2017-04-18Fix parameter types of SbiRuntime::StepSTATIC_ImplStephan Bergmann
2017-04-18Call implHandleSbxFlags also from StepSTATIC_ImplStephan Bergmann
2017-04-13convert DateFormat to scoped enum and rename to DateOrderNoel Grandin
2016-11-24convert SbDEBUG constants to o3tl::typed_flagsNoel Grandin
2016-09-16loplugin:singlevalfields in basic..idlNoel Grandin
2016-08-13BASIC: Use more often std::unique_ptrArnaud Versini
2016-08-04loplugin:countusersofdefaultparams in basctl..basicNoel Grandin
2016-04-13loplugin:passstuffbyref in basicNoel Grandin
2016-04-04BASIC : Use a vector to store the argv stackArnaud Versini
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-08Remove ancient StarPortal leftoversStephan Bergmann
2016-03-07tdf84938 Replaced Sb_Attr_ defined constants with enum class in runtime.hxxSteven Guo
2016-03-03loplugin:unuseddefaultparams in basicNoel Grandin
2016-03-02tdf#84938 Change average enum for scoped enumbaltasarq
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin
2015-08-16BASIC : SbiRuntime::ClearExprStack should return voidArnaud Versini
2015-07-28inline "old" SbERR constantsNoel Grandin
2015-07-20com::sun::star->css in basicNoel Grandin
2015-07-15loplugin:unusedmethods basicNoel Grandin
2015-07-04Fix typosAndrea Gelmini
2015-05-26BASIC: User std::unique_ptr in basic runtimeArnaud Versini
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-13loplugin:staticmethodsNoel Grandin
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-02convert SBI_ constants to enum classNoel Grandin
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-04-09Clean up function declarations and some unused functionsStephan Bergmann
2014-04-07basic: sal_Bool->boolNoel Grandin
2014-01-27coverity#707650 Uninitialized pointer fieldCaolán McNamara
2013-10-28fixincludeguards.sh: basicThomas Arnhold