summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)AuthorFilesLines
2021-09-15loplugin:finalclasses in basicNoel Grandin13-34/+34
2021-09-14tdf#42982: improve UNO API error reporting4k5h1t1-4/+4
2021-09-10Fix typosAndrea Gelmini1-1/+1
2021-09-10tdf#144353 - Handling of missing optional parametersAndreas Heinisch4-0/+158
2021-09-08simplify static_cast after dynamic_castNoel Grandin1-2/+2
2021-09-07Fixed typos in the description of the default case for optionalsAndreas Heinisch1-2/+2
2021-09-07Fixed a copy paste error in the test casesAndreas Heinisch1-5/+5
2021-09-07tdf#144245 - Added test file to automatic testAndreas Heinisch2-4/+5
2021-09-07tdf#144245 - Case-insensitive operation for non-ASCII charactersAndreas Heinisch2-2/+82
2021-09-06clang-tidy:clang-analyzer-optin.performance.PaddingNoel Grandin1-3/+3
2021-08-29basic : remove BasicManagerImplArnaud Versini1-64/+43
2021-08-27clang-tidy:readability-redundant-member-initNoel Grandin4-7/+6
2021-08-26Avoid OUString::createFromAscii on input containing NUL charactersStephan Bergmann1-1/+1
2021-08-20New loplugin:unusedcapturedefaultStephan Bergmann1-1/+1
2021-08-17rtl::Static -> thread-safe static localNoel Grandin6-40/+31
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin6-0/+6
2021-08-11There is no LANGUAGE_ENGLISH {en} locale but LANGUAGE_ENGLISH_US {en-US}Eike Rathke1-4/+4
2021-08-10No need in this functionMike Kaganski1-14/+9
2021-08-10Use nStringSize instead of nStringOffMike Kaganski1-1/+1
2021-08-10tdf#143707 - Change strategy to support suffix type charactersAndreas Heinisch6-17/+101
2021-08-06Move variable definition to usage siteMike Kaganski1-1/+2
2021-08-06make --disable-scripting compileCaolán McNamara2-5/+8
2021-08-06drop intermediate vcl::Window from Application::GetDefDialogParentCaolán McNamara3-8/+4
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin4-7/+7
2021-08-02convert #defines to OUStringLiteralNoel Grandin4-25/+25
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