summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)Author
2022-01-14make comphelper::OInterfaceContainerHelper4 more threadsafeNoel Grandin
2022-01-13Recheck modules [a-c]* with IWYUGabor Kelemen
2022-01-08tdf#145693 - Argument name should be 'charcode' instead of 'string'Andreas Heinisch
2022-01-07tdf#130426 - Rename file for tdf#145693Andreas Heinisch
2021-12-28tdf#145960 - Return type of boolean operators should be of type booleanAndreas Heinisch
2021-12-27tdf#144353, tdf#146281 - Correctly copy the information about variablesAndreas Heinisch
2021-12-23Nullify passed pointer in releaseDecimalPtr unconditionallyMike Kaganski
2021-12-21loplugin:flatten in accessibility..basicNoel Grandin
2021-12-18osl::Mutex->std::mutex in ModuleInvocationProxyNoel Grandin
2021-12-18osl::Mutex->std::mutex in ImplRepositoryNoel Grandin
2021-12-18osl::Mutex->std::mutex in CurrDirPoolNoel Grandin
2021-12-10ofz#42182 oss-build failureCaolán McNamara
2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann
2021-12-09Make the tdf#97983 changes to BASIC optionalTor Lillqvist
2021-12-06gbuild: create services.rdb from built componentsJan-Marek Glogowski
2021-12-04Fix --disable-(avmedia|scripting)TheRock Builder
2021-12-03replace comphelper::OListenerContainer with OInterfaceContainerHelper3Noel Grandin
2021-12-02Bin pointless commentTor Lillqvist
2021-12-01Simplify ImpStrChr and ImpScanMike Kaganski
2021-12-01Unify and simplify floating-point-to-integer conversionMike Kaganski
2021-11-27use more OInterfaceContainerHelper3 in ModifiableHelperNoel Grandin
2021-11-27use more OInterfaceContainerHelper3 in NameContainerNoel Grandin
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin
2021-11-19Use M_PI* instead of F_PI*Mike Kaganski
2021-11-18Drop unused argument names, and (void) noiseMike Kaganski
2021-11-18tdf#145725: document about VBASupport+RGB (no bug here)Julien Nabet
2021-11-11Resolves: tdf#110003 tdf#143128 handle lowercase ß vs uppercase ẞ foldingEike Rathke
2021-11-09rtl::Static to thread-safe staticNoel Grandin
2021-11-07forward decls go after #includeNoel Grandin
2021-11-03loplugin:constparamsNoel Grandin
2021-10-30tdf#145371 - Delete array variable only before ReDimAndreas Heinisch
2021-10-29Prepare for removal of non-const operator[] from Sequence in basicMike Kaganski
2021-10-27tdf#57308 - Basic IDE: Watching of a variable does not workAndreas Heinisch
2021-10-26Revert "tdf#57308 - Basic IDE: Watching of a variable does not work"Andreas Heinisch
2021-10-25tdf#57308 - Basic IDE: Watching of a variable does not workAndreas Heinisch
2021-10-20tdf#125637 - Correctly hand names ending with an underscoreAndreas Heinisch
2021-10-20loplugin:indentation check for indent inside blockNoel Grandin
2021-10-19Fix Windows buildStephan Bergmann
2021-10-17basic: simplifiy class initializationArnaud Versini
2021-10-17Simplify Sequence in b*Julien Nabet
2021-10-12tdf#130307 - Support for each loop for objects exposing XIndexAccessAndreas Heinisch
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann
2021-10-07tdf#144924 - Change return type of array elements of the split functionAndreas Heinisch
2021-10-01loplugin:constmethodNoel Grandin
2021-09-30tdf#143575, tdf#143974 - Remove custom precision format in BASICAndreas Heinisch
2021-09-30tdf#143575, tdf#143974 - Use rtl::math::doubleToUString to convert numbers to...Andreas Heinisch
2021-09-28gives names to all the Idles and TasksNoel Grandin
2021-09-28vcl: rename OutDevState to StackChris Sherlock
2021-09-27tdf#131563 - Add vba color constantsAndreas Heinisch
2021-09-22Fix typosAndrea Gelmini