summaryrefslogtreecommitdiff
path: root/basic/source/inc/runtime.hxx
AgeCommit message (Expand)AuthorFilesLines
2023-03-07no need to allocate these separatelyNoel Grandin1-3/+3
2023-01-27tdf#153235: Optimize Application::Reschedule calls in SbiRuntime::StepMike Kaganski1-1/+0
2023-01-26Simplify SbiRuntime ctorMike Kaganski1-18/+18
2022-01-25tdf#90341 Clean Up Excessive const_cast'ingVaibhavMalik41871-1/+1
2021-10-12tdf#130307 - Support for each loop for objects exposing XIndexAccessAndreas Heinisch1-0/+3
2021-03-21tdf#88442 SBasic: Don't double-initialize a Global ... As New ...John1-0/+1
2020-12-27BASIC : SbiRuntime static data should be constArnaud Versini1-3/+3
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel1-1/+1
2020-11-05tdf#42949 Fix new IWYU warnings in directories [ab]*Gabor Kelemen1-1/+1
2020-09-04tdf#124176 Use #pragma once in basicGeorge Bateman1-4/+1
2020-07-10tdf#134576: proper handling of For/For Each with On Error Resume NextMike Kaganski1-1/+2
2020-04-02tdf#79426, tdf#125180 - Don't convert missing parameters to requested typeAndreas Heinisch1-0/+5
2020-03-12tdf#130977 replace `rtl::math::isFinite` with `std::isfinite`.Yukio Siraichi1-1/+1
2019-11-12tdf#42949 Fix IWYU warnings in basic/Gabor Kelemen1-2/+3
2019-10-01loplugin:duplicate-defines in basicNoel Grandin1-1/+1
2019-09-03loplugin:constmethod in basicNoel Grandin1-7/+7
2018-11-05tdf#120703 PVS: V547 Expression '!pRTLData' is always falseMike Kaganski1-1/+1
2018-09-07Fix typoAndrea Gelmini1-2/+2
2018-09-06clang-tidy performance-unnecessary-value-paramNoel Grandin1-1/+1
2017-12-26loplugin:passstuffbyref improved return in basic,frameworkNoel Grandin1-2/+2
2017-11-24Make the SbiInstance SvNumberFormatter shared_ptrEike Rathke1-3/+3
2017-11-23various coverity warningsCaolán McNamara1-1/+2
2017-11-04loplugin:constparams in various(1)Noel Grandin1-1/+1
2017-10-10basic: consistently use "" and <> in include directivesMike Kaganski1-1/+1
2017-07-20loplugin:constparams in basicNoel Grandin1-4/+4
2017-07-05loplugin:useuniqueptr in basic..cppcanvasNoel Grandin1-13/+6
2017-06-15drop SbError typedefNoel Grandin1-14/+14
2017-05-09loplugin:constantparamNoel Grandin1-1/+1
2017-04-18Fix parameter types of SbiRuntime::StepSTATIC_ImplStephan Bergmann1-1/+1
2017-04-18Call implHandleSbxFlags also from StepSTATIC_ImplStephan Bergmann1-1/+2
2017-04-13convert DateFormat to scoped enum and rename to DateOrderNoel Grandin1-2/+2
2016-11-24convert SbDEBUG constants to o3tl::typed_flagsNoel Grandin1-34/+34
2016-09-16loplugin:singlevalfields in basic..idlNoel Grandin1-1/+0
2016-08-13BASIC: Use more often std::unique_ptrArnaud Versini1-2/+2
2016-08-04loplugin:countusersofdefaultparams in basctl..basicNoel Grandin1-2/+2
2016-04-13loplugin:passstuffbyref in basicNoel Grandin1-1/+1
2016-04-04BASIC : Use a vector to store the argv stackArnaud Versini1-2/+2
2016-04-03BASIC : Use a vector to store the go sub stack.Arnaud Versini1-10/+3
2016-03-23loplugin:constantparam in basicNoel Grandin1-1/+1
2016-03-20BASIC : Use std::vector in SbiRuntime to save referencesArnaud Versini1-34/+1
2016-03-08Remove ancient StarPortal leftoversStephan Bergmann1-7/+0
2016-03-07tdf84938 Replaced Sb_Attr_ defined constants with enum class in runtime.hxxSteven Guo1-5/+12
2016-03-03loplugin:unuseddefaultparams in basicNoel Grandin1-1/+1
2016-03-02tdf#84938 Change average enum for scoped enumbaltasarq1-11/+12
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-7/+7
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin1-3/+0
2015-08-16BASIC : SbiRuntime::ClearExprStack should return voidArnaud Versini1-1/+1
2015-07-28inline "old" SbERR constantsNoel Grandin1-1/+1
2015-07-20com::sun::star->css in basicNoel Grandin1-5/+1
2015-07-15loplugin:unusedmethods basicNoel Grandin1-3/+1