summaryrefslogtreecommitdiffstats
path: root/basic
Commit message (Expand)AuthorAgeFilesLines
* gbuild: create services.rdb from built componentsJan-Marek Glogowski2021-12-061-2/+2
* Fix --disable-(avmedia|scripting)TheRock Builder2021-12-041-3/+3
* replace comphelper::OListenerContainer with OInterfaceContainerHelper3Noel Grandin2021-12-032-31/+6
* Bin pointless commentTor Lillqvist2021-12-021-1/+1
* Simplify ImpStrChr and ImpScanMike Kaganski2021-12-011-26/+7
* Unify and simplify floating-point-to-integer conversionMike Kaganski2021-12-018-360/+76
* use more OInterfaceContainerHelper3 in ModifiableHelperNoel Grandin2021-11-271-2/+3
* use more OInterfaceContainerHelper3 in NameContainerNoel Grandin2021-11-272-6/+7
* O[U]String::replaceAt overloads that take string_viewNoel Grandin2021-11-231-1/+1
* Use M_PI* instead of F_PI*Mike Kaganski2021-11-191-1/+1
* Drop unused argument names, and (void) noiseMike Kaganski2021-11-182-20/+5
* tdf#145725: document about VBASupport+RGB (no bug here)Julien Nabet2021-11-181-0/+5
* Resolves: tdf#110003 tdf#143128 handle lowercase ß vs uppercase ẞ foldingEike Rathke2021-11-111-4/+6
* rtl::Static to thread-safe staticNoel Grandin2021-11-093-16/+17
* forward decls go after #includeNoel Grandin2021-11-071-2/+3
* loplugin:constparamsNoel Grandin2021-11-031-2/+2
* tdf#145371 - Delete array variable only before ReDimAndreas Heinisch2021-10-303-4/+97
* Prepare for removal of non-const operator[] from Sequence in basicMike Kaganski2021-10-297-38/+21
* tdf#57308 - Basic IDE: Watching of a variable does not workAndreas Heinisch2021-10-271-3/+12
* Revert "tdf#57308 - Basic IDE: Watching of a variable does not work"Andreas Heinisch2021-10-261-11/+3
* tdf#57308 - Basic IDE: Watching of a variable does not workAndreas Heinisch2021-10-251-3/+11
* tdf#125637 - Correctly hand names ending with an underscoreAndreas Heinisch2021-10-204-12/+42
* loplugin:indentation check for indent inside blockNoel Grandin2021-10-201-6/+6
* Fix Windows buildStephan Bergmann2021-10-191-2/+2
* basic: simplifiy class initializationArnaud Versini2021-10-172-14/+13
* Simplify Sequence in b*Julien Nabet2021-10-173-78/+108
* tdf#130307 - Support for each loop for objects exposing XIndexAccessAndreas Heinisch2021-10-122-1/+35
* In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann2021-10-112-2/+2
* tdf#144924 - Change return type of array elements of the split functionAndreas Heinisch2021-10-074-10/+99
* loplugin:constmethodNoel Grandin2021-10-012-2/+2
* tdf#143575, tdf#143974 - Remove custom precision format in BASICAndreas Heinisch2021-09-301-7/+1
* tdf#143575, tdf#143974 - Use rtl::math::doubleToUString to convert numbers to...Andreas Heinisch2021-09-303-156/+43
* gives names to all the Idles and TasksNoel Grandin2021-09-281-1/+1
* vcl: rename OutDevState to StackChris Sherlock2021-09-282-3/+9
* tdf#131563 - Add vba color constantsAndreas Heinisch2021-09-272-0/+29
* Fix typosAndrea Gelmini2021-09-221-2/+2
* tdf#123144 - Always translate an error number to a vba error messageAndreas Heinisch2021-09-195-9/+53
* cid#1486004 silence Uncaught exceptionCaolán McNamara2021-09-181-1/+2
* loplugin:finalclasses in basicNoel Grandin2021-09-1513-34/+34
* tdf#42982: improve UNO API error reporting4k5h1t2021-09-141-4/+4
* Fix typosAndrea Gelmini2021-09-101-1/+1
* tdf#144353 - Handling of missing optional parametersAndreas Heinisch2021-09-104-0/+158
* simplify static_cast after dynamic_castNoel Grandin2021-09-081-2/+2
* Fixed typos in the description of the default case for optionalsAndreas Heinisch2021-09-071-2/+2
* Fixed a copy paste error in the test casesAndreas Heinisch2021-09-071-5/+5
* tdf#144245 - Added test file to automatic testAndreas Heinisch2021-09-072-4/+5
* tdf#144245 - Case-insensitive operation for non-ASCII charactersAndreas Heinisch2021-09-072-2/+82
* clang-tidy:clang-analyzer-optin.performance.PaddingNoel Grandin2021-09-061-3/+3
* basic : remove BasicManagerImplArnaud Versini2021-08-291-64/+43
* clang-tidy:readability-redundant-member-initNoel Grandin2021-08-274-7/+6