summaryrefslogtreecommitdiffstats
path: root/basic
Commit message (Expand)AuthorAgeFilesLines
* Basic compiler undetected typoAlain Romedenne2022-02-121-1/+1
* tdf#147364: fix function signature to account to calling conventionMike Kaganski2022-02-112-46/+46
* tdf#147262: CallByName() argument names does not match that of VBAJulien Nabet2022-02-092-2/+2
* tdf#146672 - CDbl: skip spaces and tabs at the end of the scanned stringAndreas Heinisch2022-02-093-15/+35
* tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macroVaibhavMalik41872022-02-063-10/+10
* We know the length hereMike Kaganski2022-02-063-4/+5
* tdf#146742 - Move the initialization code of a method to SbMethod::CallAndreas Heinisch2022-02-031-0/+6
* Use default argumentMike Kaganski2022-02-031-5/+0
* SbRtl_Spc is exactly the same as SbRtl_SpaceMike Kaganski2022-02-023-20/+6
* Use OUStringBuffer in SbRtl_FormatNumberMike Kaganski2022-02-021-17/+9
* Adapt test to slow buildsStephan Bergmann2022-01-311-2/+2
* Fix format stringMike Kaganski2022-01-311-2/+2
* tdf#132388: add unit testMike Kaganski2022-01-311-0/+28
* tdf#132388: reimplement fix for tdf#142487Mike Kaganski2022-01-301-24/+38
* tdf#145614: Convert #define to enumRamreiso Kashung2022-01-281-17/+23
* tdf#90341 Clean Up Excessive const_cast'ingVaibhavMalik41872022-01-251-1/+1
* Related tdf#146909: add missing IDIGNORE in BasicJulien Nabet2022-01-223-1/+3
* make comphelper::OInterfaceContainerHelper4 more threadsafeNoel Grandin2022-01-141-2/+2
* Recheck modules [a-c]* with IWYUGabor Kelemen2022-01-1322-28/+16
* tdf#145693 - Argument name should be 'charcode' instead of 'string'Andreas Heinisch2022-01-085-2/+67
* tdf#130426 - Rename file for tdf#145693Andreas Heinisch2022-01-071-0/+0
* tdf#145960 - Return type of boolean operators should be of type booleanAndreas Heinisch2021-12-284-4/+62
* 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
* Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann2021-12-101-1/+1
* Make the tdf#97983 changes to BASIC optionalTor Lillqvist2021-12-0915-20/+65
* 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