summaryrefslogtreecommitdiff
path: root/basic/source/basmgr
AgeCommit message (Expand)Author
2023-12-13loplugin:unusedfieldsNoel Grandin
2023-12-09cid#1556778 COPY_INSTEAD_OF_MOVECaolán McNamara
2023-10-19Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: basicStephan Bergmann
2023-10-03replace ErrorInfo with simpler mechanismNoel Grandin
2023-07-24tdf#92620 - Adjust error message about exceeding legacy module sizeAndreas Heinisch
2023-06-18Use getXWeak in basicMike Kaganski
2023-03-24loplugin:stringadd in b*Noel Grandin
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-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-05-31clang-tidy modernize-pass-by-value in basicNoel Grandin
2022-05-24elide OUString allocationNoel Grandin
2022-05-11in SetGlobalUNOConstant, only retrieve old value if we need itNoel Grandin
2022-04-29use more string_view in INetURLObjectNoel Grandin
2022-04-10loplugin:stringview check for getToken and trimNoel Grandin
2021-12-18osl::Mutex->std::mutex in ImplRepositoryNoel Grandin
2021-12-18osl::Mutex->std::mutex in CurrDirPoolNoel Grandin
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann
2021-10-01loplugin:constmethodNoel Grandin
2021-08-29basic : remove BasicManagerImplArnaud Versini
2021-08-17rtl::Static -> thread-safe static localNoel Grandin
2021-05-10fix some leaks in basicNoel Grandin
2021-03-09Drop "32" from names of SbxArray methods taking 32-bit indicesMike Kaganski
2021-02-22loplugin:refcounting in basicNoel
2021-02-16loplugin:referencecasting in basctl..binaryurpNoel
2021-01-20improve some IllegalArgumentException messagesNoel
2021-01-09fix coverity parse errorsCaolán McNamara
2020-12-26New loplugin:stringliteralvarStephan Bergmann
2020-12-03convert SvtPathOptions::Paths to scoped enumNoel
2020-11-17loplugin:stringviewparam check methods tooNoel
2020-11-05BASIC : use std::make_unique instead of std::unique_ptr ( new ... )Arnaud Versini
2020-06-30Upcoming improved loplugin:staticanonymous -> redundantstatic: basicStephan Bergmann
2020-04-19loplugin:flatten in basicNoel Grandin
2020-01-31new loplugin:namespaceindentationNoel Grandin
2020-01-14clang-tidy modernize-concat-nested-namespace in basic..canvasNoel Grandin
2019-12-29Avoid crash in shutdown when accessing already destroyed BASIC_DLLMike Kaganski
2019-12-18Elide use of rtl_Instance (which is obsoleted by C++11 thread-safe statics),Stephan Bergmann
2019-12-18Elide use of rtl_Instance (which is obsoleted by C++11 thread-safe statics)Noel Grandin
2019-12-17No need to leak ImplRepositoryStephan Bergmann
2019-12-17Remove unused preliminary entries from ImplRepository::m_aStore againStephan Bergmann
2019-12-09SbxArray: drop 16-bit indicesMike Kaganski
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-20tdf#128434 free the BasicManager event listenerJan-Marek Glogowski
2019-11-12tdf#42949 Fix IWYU warnings in basic/Gabor Kelemen
2019-11-06loplugin:indentation find broken if statementsNoel Grandin
2019-10-29remove unnecessary includesCaolán McNamara
2019-09-03loplugin:constmethod in basicNoel Grandin
2019-08-15loplugin:sequenceloop in basic..cuiNoel Grandin
2019-06-29tdf#125564: WatchWindow should report correct type for global constantsTomoyuki Kubota