summaryrefslogtreecommitdiff
path: root/basic/source/basmgr/basicmanagerrepository.cxx
AgeCommit message (Expand)AuthorFilesLines
14 daysno need to take a copy of the getProcessComponentContext return valueNoel Grandin1-1/+1
2024-05-06loplugin:ostr basicNoel Grandin1-4/+4
2024-03-11Use weak reference to SfxObjectShell in SfxEventHint to avoid use-after-freeMike Kaganski1-1/+1
2023-10-19Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: basicStephan Bergmann1-1/+1
2023-01-05Revert all the recent loplugin:unocast changesStephan Bergmann1-2/+1
2022-12-14loplugin:unocast (basic::SfxScriptLibraryContainer)Stephan Bergmann1-1/+2
2022-11-25Fold OldBasicPassword into basic::SfxScriptLibraryContainerStephan Bergmann1-2/+2
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2022-05-24elide OUString allocationNoel Grandin1-1/+1
2022-04-29use more string_view in INetURLObjectNoel Grandin1-2/+3
2021-12-18osl::Mutex->std::mutex in ImplRepositoryNoel Grandin1-2/+3
2021-02-22loplugin:refcounting in basicNoel1-5/+3
2019-12-29Avoid crash in shutdown when accessing already destroyed BASIC_DLLMike Kaganski1-3/+17
2019-12-18Elide use of rtl_Instance (which is obsoleted by C++11 thread-safe statics),Stephan Bergmann1-7/+0
2019-12-18Elide use of rtl_Instance (which is obsoleted by C++11 thread-safe statics)Noel Grandin1-17/+2
2019-12-17No need to leak ImplRepositoryStephan Bergmann1-2/+2
2019-12-17Remove unused preliminary entries from ImplRepository::m_aStore againStephan Bergmann1-11/+16
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-1/+9
2019-11-20tdf#128434 free the BasicManager event listenerJan-Marek Glogowski1-1/+5
2019-11-12tdf#42949 Fix IWYU warnings in basic/Gabor Kelemen1-2/+1
2019-04-30implement std::hash for css::uno::Reference and rtl::ReferenceNoel Grandin1-2/+1
2019-03-27Remove unused using declarations in directories [a-d]*Gabor Kelemen1-1/+0
2019-03-16Simplify containers iterations in basctl, basegfx, basic, bridgesArkadiy Illarionov1-22/+14
2018-09-05loplugin:useuniqueptr in SbiGlobalsNoel Grandin1-9/+6
2018-08-07loplugin:useuniqueptr in ImplRepositoryNoel Grandin1-17/+15
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin1-3/+3
2018-02-24Use for range loops in basegfx and basicJulien Nabet1-5/+2
2017-10-10basic: consistently use "" and <> in include directivesMike Kaganski1-3/+3
2017-05-19loplugin:comparisonwithconstant in basicNoel Grandin1-1/+1
2017-04-25vcl: change ErrorHandlerFlags to DialogMaskChris Sherlock1-1/+1
2017-02-15Drop :: prefix from std in [a-b]*/Tor Lillqvist1-3/+3
2017-02-09loplugin:staticmethodsTor Lillqvist1-4/+4
2017-02-09split getApplicationBasicManager into get and getOrCreateCaolán McNamara1-16/+14
2017-02-09Reapply "create ErrorHandlerFlags scoped enum for error handling flags""Noel Grandin1-1/+1
2017-02-07Revert "create ErrorHandlerFlags scoped enum for error handling flags"Michael Stahl1-1/+1
2017-02-07create ErrorHandlerFlags scoped enum for error handling flagsNoel Grandin1-1/+1
2017-02-03makeAny->Any in basctl..chart2Noel Grandin1-2/+2
2016-12-08convert SFX_HINT to scoped enumNoel Grandin1-1/+1
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke1-3/+2
2016-08-31cppcheck:assertWithSideEffectJochen Nitschke1-2/+2
2016-05-31Resolves: tdf#93386 crash when closing a Database with macro editor openCaolán McNamara1-16/+38
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-2/+2
2016-04-18clean-up: unused using declarations and includesJochen Nitschke1-3/+0
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke1-1/+0
2016-04-11clang-tidy performance-unnecessary-value-param in basicNoel Grandin1-2/+2
2016-03-09loplugin:constantparam in basicNoel Grandin1-2/+2
2016-01-07Some cleanup for sal_uIntPtr usageJohannes Hauf1-1/+1
2015-12-13BASIC: use c++ foreach loops when possible.Arnaud Versini1-2/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-10/+10
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-2/+2