summaryrefslogtreecommitdiffstats
path: root/basic
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Improve loplugin:stringviewStephan Bergmann2021-05-142-4/+4
* tdf#132389 - Case-insensitive operation for non-ASCII charactersAndreas Heinisch2021-05-131-2/+3
* tdf#139840 - Case-insensitive operation for non-ASCII charactersAndreas Heinisch2021-05-133-8/+21
* fix some leaks in basicNoel Grandin2021-05-1018-107/+102
* cid#1474072 silence Untrusted loop boundCaolán McNamara2021-05-071-5/+14
* Change en_GB calendar StartDayOfWeek to Monday and MinimalDaysInFirstWeek to 4Eike Rathke2021-05-061-2/+3
* loplugin:constmethodNoel Grandin2021-05-051-1/+1
* throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann2021-05-021-2/+2
* tdf#124184 Fixing StrConv VBA Functiontushar2021-05-012-12/+30
* use string_view in INetURLObject::encodeNoel Grandin2021-04-283-22/+22
* loplugin:stringadd convert chained append to +Noel Grandin2021-04-271-1/+1