summaryrefslogtreecommitdiff
path: root/basic/source/inc
AgeCommit message (Expand)AuthorFilesLines
2021-12-09Make the tdf#97983 changes to BASIC optionalTor Lillqvist1-0/+1
2021-12-04Fix --disable-(avmedia|scripting)TheRock Builder1-3/+3
2021-12-03replace comphelper::OListenerContainer with OInterfaceContainerHelper3Noel Grandin1-16/+2
2021-12-02Bin pointless commentTor Lillqvist1-1/+1
2021-11-27use more OInterfaceContainerHelper3 in ModifiableHelperNoel Grandin1-2/+3
2021-11-27use more OInterfaceContainerHelper3 in NameContainerNoel Grandin1-2/+3
2021-11-07forward decls go after #includeNoel Grandin1-2/+3
2021-10-20tdf#125637 - Correctly hand names ending with an underscoreAndreas Heinisch1-0/+1
2021-10-12tdf#130307 - Support for each loop for objects exposing XIndexAccessAndreas Heinisch1-0/+3
2021-10-01loplugin:constmethodNoel Grandin1-1/+1
2021-09-15loplugin:finalclasses in basicNoel Grandin11-31/+31
2021-08-10tdf#143707 - Change strategy to support suffix type charactersAndreas Heinisch1-1/+1
2021-08-06make --disable-scripting compileCaolán McNamara1-2/+3
2021-06-25tdf#142460: properly handle boolean values in string poolbaltasarq1-0/+3
2021-05-10fix some leaks in basicNoel Grandin2-12/+12
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann1-2/+2
2021-04-28use string_view in INetURLObject::encodeNoel Grandin1-3/+3
2021-03-21tdf#88442 SBasic: Don't double-initialize a Global ... As New ...John1-0/+1
2021-02-26loplugin:refcounting in basicNoel3-3/+3
2021-02-22loplugin:refcounting in basicNoel3-6/+6
2021-02-01basic : remove useless class pre declarationArnaud Versini1-2/+0
2021-01-26loplugin:passstuffbyrefNoel1-2/+2
2021-01-04loplugin:stringviewparam: operator +=Stephan Bergmann1-2/+2
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann1-1/+1
2020-12-27BASIC : SbiRuntime static data should be constArnaud Versini1-3/+3
2020-12-26BASIC : simplify SbiExpression initializationArnaud Versini1-5/+5
2020-12-23Initialize method mapping table at compile timeMike Kaganski1-1/+1
2020-12-23Drop RTLNAME obfuscating macroMike Kaganski1-2/+0
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann1-2/+4
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel1-1/+1
2020-11-24Use std::vector in SbiBufferMike Kaganski3-31/+35
2020-11-18loplugin:stringviewparam: No good reason to exclude operator functionsStephan Bergmann1-1/+3
2020-11-13tdf#123936 Formatting files in module basic with clang-formatPhilipp Hofer4-20/+18
2020-11-05tdf#42949 Fix new IWYU warnings in directories [ab]*Gabor Kelemen2-2/+1
2020-09-04tdf#124176 Use #pragma once in basicGeorge Bateman27-107/+27
2020-07-30fix shutdown crash in basicNoel Grandin1-4/+33
2020-07-10tdf#134576: proper handling of For/For Each with On Error Resume NextMike Kaganski1-1/+2
2020-05-24inline some use-once typedefsNoel Grandin1-7/+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
2020-02-16clang-format accessibility & basctl with under 5-percent lines of changeMuhammet Kara2-2/+2
2020-02-08move some headers inside basicNoel Grandin2-3/+3
2020-01-01tdf#57113: store UTF-16 stringpool data after legacy 1-byte dataMike Kaganski1-0/+2
2019-12-18sal_Char->char in avmedia..basicNoel Grandin3-12/+12
2019-12-07tdf#59327: two arguments with the same name is an errorMike Kaganski1-1/+1
2019-11-12tdf#42949 Fix IWYU warnings in basic/Gabor Kelemen16-22/+15
2019-11-05make some classes module-privateNoel Grandin1-1/+1
2019-11-03find symbols that can be privateNoel Grandin1-1/+1
2019-10-01loplugin:duplicate-defines in basicNoel Grandin1-1/+1
2019-09-06Fixing "...."Andrea Gelmini1-1/+1