summaryrefslogtreecommitdiffstats
path: root/basic/source
Commit message (Expand)AuthorAgeFilesLines
* make comphelper::OInterfaceContainerHelper4 more threadsafeNoel Grandin2022-01-141-2/+2
* Recheck modules [a-c]* with IWYUGabor Kelemen2022-01-1317-19/+3
* tdf#145693 - Argument name should be 'charcode' instead of 'string'Andreas Heinisch2022-01-081-2/+2
* tdf#145960 - Return type of boolean operators should be of type booleanAndreas Heinisch2021-12-281-1/+2
* tdf#144353, tdf#146281 - Correctly copy the information about variablesAndreas Heinisch2021-12-271-1/+4
* Nullify passed pointer in releaseDecimalPtr unconditionallyMike Kaganski2021-12-231-3/+1
* loplugin:flatten in accessibility..basicNoel Grandin2021-12-214-110/+108
* osl::Mutex->std::mutex in ModuleInvocationProxyNoel Grandin2021-12-181-6/+7
* osl::Mutex->std::mutex in ImplRepositoryNoel Grandin2021-12-181-2/+3
* osl::Mutex->std::mutex in CurrDirPoolNoel Grandin2021-12-181-2/+3
* ofz#42182 oss-build failureCaolán McNamara2021-12-101-7/+7
* Make the tdf#97983 changes to BASIC optionalTor Lillqvist2021-12-0914-16/+39
* 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
* 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-301-4/+7
* 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-202-11/+6
* loplugin:indentation check for indent inside blockNoel Grandin2021-10-201-6/+6
* basic: simplifiy class initializationArnaud Versini2021-10-172-14/+13
* Simplify Sequence in b*Julien Nabet2021-10-172-75/+103
* 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-071-0/+6
* 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-301-149/+8
* gives names to all the Idles and TasksNoel Grandin2021-09-281-1/+1
* vcl: rename OutDevState to StackChris Sherlock2021-09-281-1/+1
* tdf#131563 - Add vba color constantsAndreas Heinisch2021-09-271-0/+18
* Fix typosAndrea Gelmini2021-09-221-2/+2
* tdf#123144 - Always translate an error number to a vba error messageAndreas Heinisch2021-09-192-9/+17
* cid#1486004 silence Uncaught exceptionCaolán McNamara2021-09-181-1/+2
* loplugin:finalclasses in basicNoel Grandin2021-09-1511-31/+31
* tdf#42982: improve UNO API error reporting4k5h1t2021-09-141-4/+4
* Fix typosAndrea Gelmini2021-09-101-1/+1