summaryrefslogtreecommitdiff
path: root/basic/source
AgeCommit message (Expand)Author
2021-09-22Fix typosAndrea Gelmini
2021-09-19tdf#123144 - Always translate an error number to a vba error messageAndreas Heinisch
2021-09-18cid#1486004 silence Uncaught exceptionCaolán McNamara
2021-09-15loplugin:finalclasses in basicNoel Grandin
2021-09-14tdf#42982: improve UNO API error reporting4k5h1t
2021-09-10Fix typosAndrea Gelmini
2021-09-10tdf#144353 - Handling of missing optional parametersAndreas Heinisch
2021-09-08simplify static_cast after dynamic_castNoel Grandin
2021-09-07Fixed typos in the description of the default case for optionalsAndreas Heinisch
2021-09-07tdf#144245 - Case-insensitive operation for non-ASCII charactersAndreas Heinisch
2021-09-06clang-tidy:clang-analyzer-optin.performance.PaddingNoel Grandin
2021-08-29basic : remove BasicManagerImplArnaud Versini
2021-08-27clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-26Avoid OUString::createFromAscii on input containing NUL charactersStephan Bergmann
2021-08-20New loplugin:unusedcapturedefaultStephan Bergmann
2021-08-17rtl::Static -> thread-safe static localNoel Grandin
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin
2021-08-11There is no LANGUAGE_ENGLISH {en} locale but LANGUAGE_ENGLISH_US {en-US}Eike Rathke
2021-08-10No need in this functionMike Kaganski
2021-08-10Use nStringSize instead of nStringOffMike Kaganski
2021-08-10tdf#143707 - Change strategy to support suffix type charactersAndreas Heinisch
2021-08-06Move variable definition to usage siteMike Kaganski
2021-08-06make --disable-scripting compileCaolán McNamara
2021-08-06drop intermediate vcl::Window from Application::GetDefDialogParentCaolán McNamara
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin
2021-08-02convert #defines to OUStringLiteralNoel Grandin
2021-07-28tdf#107953 - Extend significant digitsAndreas Heinisch
2021-07-19tdf#143332 - Use utl::TextSearch to implement the InStrRev functionAndreas Heinisch
2021-07-16tdf#139840 - Use utl::TextSearch to implement the InStr functionAndreas Heinisch
2021-07-12tdf#142487 - use utl::TextSearch in order to implement the replace algorithmAndreas Heinisch
2021-07-06tdf#142922 fixes Round to follow half-to-even roundingbaltasarq
2021-07-01tdf#143081: fix Basic Replace() function crashes LOJulien Nabet
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin
2021-06-25tdf#142460: properly handle boolean values in string poolbaltasarq
2021-06-25No need for a std::string_view hereStephan Bergmann
2021-06-17use string_view in the Translate APINoel Grandin
2021-06-01loplugin:stringview (clang-cl)Stephan Bergmann
2021-05-24fix leak in dbaccessNoel Grandin
2021-05-23tdf#142180 Swapped comparison operators for static stringsJoshua Williams
2021-05-14Improve loplugin:stringviewStephan Bergmann
2021-05-13tdf#132389 - Case-insensitive operation for non-ASCII charactersAndreas Heinisch
2021-05-13tdf#139840 - Case-insensitive operation for non-ASCII charactersAndreas Heinisch
2021-05-10fix some leaks in basicNoel Grandin
2021-05-07cid#1474072 silence Untrusted loop boundCaolán McNamara
2021-05-05loplugin:constmethodNoel Grandin
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-05-01tdf#124184 Fixing StrConv VBA Functiontushar
2021-04-28use string_view in INetURLObject::encodeNoel Grandin
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin
2021-04-27use more string_view in tools/streamNoel Grandin