summaryrefslogtreecommitdiffstats
path: root/basic/source/classes
Commit message (Expand)AuthorAgeFilesLines
* rtl::Static to thread-safe staticNoel Grandin2021-11-092-15/+17
* Prepare for removal of non-const operator[] from Sequence in basicMike Kaganski2021-10-292-15/+10
* loplugin:indentation check for indent inside blockNoel Grandin2021-10-201-6/+6
* Simplify Sequence in b*Julien Nabet2021-10-171-5/+7
* Fix typosAndrea Gelmini2021-09-221-2/+2
* tdf#123144 - Always translate an error number to a vba error messageAndreas Heinisch2021-09-191-0/+14
* simplify static_cast after dynamic_castNoel Grandin2021-09-081-2/+2
* tdf#144245 - Case-insensitive operation for non-ASCII charactersAndreas Heinisch2021-09-071-2/+9
* clang-tidy:readability-redundant-member-initNoel Grandin2021-08-271-2/+1
* rtl::Static -> thread-safe static localNoel Grandin2021-08-173-21/+17
* No need in this functionMike Kaganski2021-08-101-14/+9
* Use nStringSize instead of nStringOffMike Kaganski2021-08-101-1/+1
* tdf#143707 - Change strategy to support suffix type charactersAndreas Heinisch2021-08-101-5/+28
* Move variable definition to usage siteMike Kaganski2021-08-061-1/+2
* Pass context and resource string down to boost::locale separatelyNoel Grandin2021-08-051-2/+2
* convert #defines to OUStringLiteralNoel Grandin2021-08-021-1/+1
* loplugin:indentation improve checks for brace alignmentNoel Grandin2021-06-281-2/+2
* fix some leaks in basicNoel Grandin2021-05-104-52/+48
* use more string_view in tools/streamNoel Grandin2021-04-271-1/+1
* no need makeStringAndClear() when appending to bufferNoel Grandin2021-04-221-2/+2
* use OUString::Concat here, not OUStringLiteralNoel Grandin2021-04-201-1/+1
* Simplify some static variable initializationsMike Kaganski2021-04-021-9/+5
* const OUString -> const OUStringLiteralMike Kaganski2021-03-251-1/+1
* check for quit when calling Yield in loopNoel Grandin2021-03-141-1/+1
* Drop "32" from names of SbxArray methods taking 32-bit indicesMike Kaganski2021-03-096-183/+183
* BASIC : use standard mutex from std.Arnaud Versini2021-03-071-2/+6
* loplugin:refcounting in basicNoel2021-02-221-5/+4
* loplugin:stringviewparam extend to new..Noel2021-01-292-6/+6
* improve some IllegalArgumentException messagesNoel2021-01-201-1/+1
* fix coverity parse errorsCaolán McNamara2021-01-101-3/+3
* static_cast after dynamic_castNoel Grandin2021-01-101-2/+2
* loplugin:stringviewparam: operator +Stephan Bergmann2020-12-291-4/+6
* New loplugin:stringliteralvarStephan Bergmann2020-12-261-3/+3
* Initialize method mapping table at compile timeMike Kaganski2020-12-231-14/+9
* Adapt the remaining OUString functions to std string_viewStephan Bergmann2020-12-111-1/+2
* Use std::vector in SbiBufferMike Kaganski2020-11-241-28/+19
* BASIC : use initialization list in constructors.Arnaud Versini2020-11-222-23/+24
* loplugin:stringviewparam check methods tooNoel2020-11-172-3/+3
* loplugin:stringviewNoel2020-11-111-1/+1
* BASIC : use std::make_unique instead of std::unique_ptr ( new ... )Arnaud Versini2020-11-051-1/+1
* tdf#42949 Fix new IWYU warnings in directories [ab]*Gabor Kelemen2020-11-052-0/+2
* use officecfg for Experimental flagNoel Grandin2020-11-011-6/+7
* loplugin:reducevarscope in basctl,basicNoel2020-10-011-5/+5
* Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann2020-09-161-1/+1
* Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann2020-08-281-1/+1
* loplugin:unusedvarsglobalNoel Grandin2020-08-181-3/+1
* tdf#135799: properly load arrays in user-defined types from imageMike Kaganski2020-08-171-3/+9
* Fix typosAndrea Gelmini2020-08-172-3/+3
* loplugin:simplifybool moreNoel Grandin2020-08-141-2/+2
* BASIC : no need to initialize manually std::unique_ptrArnaud Versini2020-08-031-4/+0