summaryrefslogtreecommitdiff
path: root/basic/source/inc
AgeCommit message (Expand)Author
2024-06-20tdf#161469 - Basic: align implementation now with the now function in calcAndreas Heinisch
2024-03-29convert NameContainer to comphelper::WeakImplHelperNoel Grandin
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann
2023-10-03replace ErrorInfo with simpler mechanismNoel Grandin
2023-07-24tdf#92620 - Adjust error message about exceeding legacy module sizeAndreas Heinisch
2023-04-14loplugin:stringviewparam improvementsNoel Grandin
2023-03-28tdf#142391 - Store method using 0x13 format only when actually neededAndreas Heinisch
2023-03-07no need to allocate these separatelyNoel Grandin
2023-03-02flatten some classes in basicNoel Grandin
2023-02-24BaseMutex->std::mutex in SfxLibraryNoel Grandin
2023-01-27tdf#153235: Optimize Application::Reschedule calls in SbiRuntime::StepMike Kaganski
2023-01-26Simplify SbiRuntime ctorMike Kaganski
2023-01-19Base SfxLibrary on WeakComponentImplHelperStephan Bergmann
2023-01-05Revert all the recent loplugin:unocast changesStephan Bergmann
2022-12-14loplugin:unocast (basic::SfxScriptLibraryContainer)Stephan Bergmann
2022-11-25Fold OldBasicPassword into basic::SfxScriptLibraryContainerStephan Bergmann
2022-10-25Address a constexpr template point of instantiation issueStephan Bergmann
2022-09-14move ErrCode to comphelper and improve debug output stringNoel Grandin
2022-06-22crashtesting: assert seen with forum-mso-de-125088Caolán McNamara
2022-06-06tdf#149402 - BASIC: Don't extend comment if line ends in a whitespaceAndreas Heinisch
2022-06-01Use more appropriate type for SbiImage::GetString nId paramStephan Bergmann
2022-05-31Use more appropriate type for SbiImage::nStringIdxStephan Bergmann
2022-05-31clang-tidy modernize-pass-by-value in basicNoel Grandin
2022-05-30cid#1504574 Resource leakCaolán McNamara
2022-05-25elide some OUString allocationNoel Grandin
2022-04-29use more string_view in INetURLObjectNoel Grandin
2022-04-25tdf#75263 - Export VBA-Project using detected charset on importAndreas Heinisch
2022-04-21tdf#148651: implement VBA.FormatPercentJulien Nabet
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin
2022-04-04Related: tdf#144245 Optimize case-insensitive handlingMike Kaganski
2022-02-02SbRtl_Spc is exactly the same as SbRtl_SpaceMike Kaganski
2022-01-25tdf#90341 Clean Up Excessive const_cast'ingVaibhavMalik4187
2022-01-22Related tdf#146909: add missing IDIGNORE in BasicJulien Nabet
2022-01-13Recheck modules [a-c]* with IWYUGabor Kelemen
2021-12-09Make the tdf#97983 changes to BASIC optionalTor Lillqvist
2021-12-04Fix --disable-(avmedia|scripting)TheRock Builder
2021-12-03replace comphelper::OListenerContainer with OInterfaceContainerHelper3Noel Grandin
2021-12-02Bin pointless commentTor Lillqvist
2021-11-27use more OInterfaceContainerHelper3 in ModifiableHelperNoel Grandin
2021-11-27use more OInterfaceContainerHelper3 in NameContainerNoel Grandin
2021-11-07forward decls go after #includeNoel Grandin
2021-10-20tdf#125637 - Correctly hand names ending with an underscoreAndreas Heinisch
2021-10-12tdf#130307 - Support for each loop for objects exposing XIndexAccessAndreas Heinisch
2021-10-01loplugin:constmethodNoel Grandin
2021-09-15loplugin:finalclasses in basicNoel Grandin
2021-08-10tdf#143707 - Change strategy to support suffix type charactersAndreas Heinisch
2021-08-06make --disable-scripting compileCaolán McNamara
2021-06-25tdf#142460: properly handle boolean values in string poolbaltasarq
2021-05-10fix some leaks in basicNoel Grandin
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann