summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)AuthorFilesLines
2021-07-28tdf#107953 - Extend significant digitsAndreas Heinisch6-52/+63
2021-07-19tdf#143332 - Use utl::TextSearch to implement the InStrRev functionAndreas Heinisch2-7/+20
2021-07-16tdf#139840 - Use utl::TextSearch to implement the InStr functionAndreas Heinisch3-15/+34
2021-07-15tdf#111313: basic_macros: Add unittestXisco Fauli1-0/+19
2021-07-14tdf#98778: basic_macros: Add unittestXisco Fauli1-0/+22
2021-07-14tdf#114011: basic_macros: Add unittestXisco Fauli1-0/+5
2021-07-12tdf#142487 - use utl::TextSearch in order to implement the replace algorithmAndreas Heinisch3-20/+34
2021-07-07basic_coverage: use Option Explicit where possibleXisco Fauli136-7/+288
2021-07-06tdf#142922 fixes Round to follow half-to-even roundingbaltasarq2-21/+31
2021-07-06basic: remove unneeded variable in testXisco Fauli1-1/+1
2021-07-05tdf#117612: basic_macros: Add unittestXisco Fauli1-0/+24
2021-07-05tdf#134692: basic_macros: Add unittestXisco Fauli1-0/+29
2021-07-02Move utility code out of test directoriesMike Kaganski4-3/+3
2021-07-02Rename LibreOffice Basic test files from .vb to .bas: they are not VBAMike Kaganski145-2/+2
2021-07-02tdf#143081: basic_macros: Add unittestXisco Fauli1-0/+4
2021-07-02tdf#84098 kill copy+paste in basic/qa/basic_coverageXisco Fauli145-980/+821
2021-07-01tdf#143081: fix Basic Replace() function crashes LOJulien Nabet1-5/+5
2021-07-01Purge out rtl::math::setInfBaiXiaochun1-4/+2
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin3-11/+11
2021-06-25tdf#142460: properly handle boolean values in string poolbaltasarq5-7/+51
2021-06-25No need for a std::string_view hereStephan Bergmann1-2/+1
2021-06-17use string_view in the Translate APINoel Grandin1-2/+2
2021-06-15vcl: outdevmap.hxx -> rendercontext/ImplMapRes.hxxChris Sherlock1-3/+12
2021-06-01loplugin:stringview (clang-cl)Stephan Bergmann1-1/+2
2021-05-24fix leak in dbaccessNoel Grandin1-0/+8
2021-05-23tdf#142180 Swapped comparison operators for static stringsJoshua Williams2-4/+23
2021-05-14Improve loplugin:stringviewStephan Bergmann2-4/+4
2021-05-13tdf#132389 - Case-insensitive operation for non-ASCII charactersAndreas Heinisch1-2/+3
2021-05-13tdf#139840 - Case-insensitive operation for non-ASCII charactersAndreas Heinisch3-8/+21
2021-05-10fix some leaks in basicNoel Grandin18-107/+102
2021-05-07cid#1474072 silence Untrusted loop boundCaolán McNamara1-5/+14
2021-05-06Change en_GB calendar StartDayOfWeek to Monday and MinimalDaysInFirstWeek to 4Eike Rathke1-2/+3
2021-05-05loplugin:constmethodNoel Grandin1-1/+1
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann1-2/+2
2021-05-01tdf#124184 Fixing StrConv VBA Functiontushar2-12/+30
2021-04-28use string_view in INetURLObject::encodeNoel Grandin3-22/+22
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin1-1/+1
2021-04-27use more string_view in tools/streamNoel Grandin1-1/+1
2021-04-22no need makeStringAndClear() when appending to bufferNoel Grandin1-2/+2
2021-04-20use OUString::Concat here, not OUStringLiteralNoel Grandin2-2/+2
2021-04-08update PCHsLuboš Luňák1-1/+2
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-2/+4
2021-04-05tdf#141201 - Round MOD literals to Integer valuesAndreas Heinisch2-4/+34
2021-04-02Simplify some static variable initializationsMike Kaganski3-30/+15
2021-04-01cid#1473732 Untrusted loop boundCaolán McNamara1-5/+7
2021-03-30fix some --disable-scripting warningsCaolán McNamara1-1/+2
2021-03-30cid#1474044 Untrusted loop boundCaolán McNamara1-6/+6
2021-03-29TypeName, VarType, TypeLen Basic QA test casesAlain Romedenne3-21/+201
2021-03-29cid#1474044 Untrusted loop boundCaolán McNamara2-4/+16
2021-03-26loplugin:flattenNoel1-16/+15