summaryrefslogtreecommitdiffstats
path: root/basic
Commit message (Expand)AuthorAgeFilesLines
* 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
* basic: remove unneeded variable in testXisco Fauli2021-07-061-1/+1
* tdf#117612: basic_macros: Add unittestXisco Fauli2021-07-051-0/+24
* tdf#134692: basic_macros: Add unittestXisco Fauli2021-07-051-0/+29
* Move utility code out of test directoriesMike Kaganski2021-07-024-3/+3
* Rename LibreOffice Basic test files from .vb to .bas: they are not VBAMike Kaganski2021-07-02145-2/+2
* tdf#143081: basic_macros: Add unittestXisco Fauli2021-07-021-0/+4
* tdf#84098 kill copy+paste in basic/qa/basic_coverageXisco Fauli2021-07-02145-980/+821
* tdf#143081: fix Basic Replace() function crashes LOJulien Nabet2021-07-011-5/+5
* Purge out rtl::math::setInfBaiXiaochun2021-07-011-4/+2
* loplugin:indentation improve checks for brace alignmentNoel Grandin2021-06-283-11/+11
* tdf#142460: properly handle boolean values in string poolbaltasarq2021-06-255-7/+51
* No need for a std::string_view hereStephan Bergmann2021-06-251-2/+1
* use string_view in the Translate APINoel Grandin2021-06-171-2/+2
* vcl: outdevmap.hxx -> rendercontext/ImplMapRes.hxxChris Sherlock2021-06-151-3/+12
* loplugin:stringview (clang-cl)Stephan Bergmann2021-06-011-1/+2
* fix leak in dbaccessNoel Grandin2021-05-241-0/+8
* tdf#142180 Swapped comparison operators for static stringsJoshua Williams2021-05-232-4/+23