summaryrefslogtreecommitdiffstats
path: root/basic
Commit message (Expand)AuthorAgeFilesLines
* 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
* Avoid OUString::createFromAscii on input containing NUL charactersStephan Bergmann2021-08-261-1/+1
* New loplugin:unusedcapturedefaultStephan Bergmann2021-08-201-1/+1
* rtl::Static -> thread-safe static localNoel Grandin2021-08-176-40/+31
* split SvNumberFormatter into it's own headerNoel Grandin2021-08-136-0/+6
* There is no LANGUAGE_ENGLISH {en} locale but LANGUAGE_ENGLISH_US {en-US}Eike Rathke2021-08-111-4/+4
* 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-106-17/+101
* Move variable definition to usage siteMike Kaganski2021-08-061-1/+2
* make --disable-scripting compileCaolán McNamara2021-08-062-5/+8
* drop intermediate vcl::Window from Application::GetDefDialogParentCaolán McNamara2021-08-063-8/+4
* Pass context and resource string down to boost::locale separatelyNoel Grandin2021-08-054-7/+7
* convert #defines to OUStringLiteralNoel Grandin2021-08-024-25/+25
* tdf#107953 - Extend significant digitsAndreas Heinisch2021-07-286-52/+63
* tdf#143332 - Use utl::TextSearch to implement the InStrRev functionAndreas Heinisch2021-07-192-7/+20
* tdf#139840 - Use utl::TextSearch to implement the InStr functionAndreas Heinisch2021-07-163-15/+34
* tdf#111313: basic_macros: Add unittestXisco Fauli2021-07-151-0/+19
* tdf#98778: basic_macros: Add unittestXisco Fauli2021-07-141-0/+22
* tdf#114011: basic_macros: Add unittestXisco Fauli2021-07-141-0/+5
* tdf#142487 - use utl::TextSearch in order to implement the replace algorithmAndreas Heinisch2021-07-123-20/+34
* basic_coverage: use Option Explicit where possibleXisco Fauli2021-07-07136-7/+288
* tdf#142922 fixes Round to follow half-to-even roundingbaltasarq2021-07-062-21/+31