summaryrefslogtreecommitdiff
path: root/basic/source/uno/namecont.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-04-02tdf#146619 Drop unused 'using namespace' in: basic/Gabor Kelemen1-1/+0
2024-03-29convert NameContainer to comphelper::WeakImplHelperNoel Grandin1-16/+26
2024-01-31Related: tdf#159458 Move variable URL re-creation to a central placeMike Kaganski1-12/+10
2024-01-31tdf#159458: make sure to update unexpanded URL when renaming libraryMike Kaganski1-4/+23
2023-06-18Use getXWeak in basicMike Kaganski1-21/+21
2023-05-25merge some stringaddsNoel Grandin1-4/+1
2023-03-17tdf#151741 - BASIC Organizer: fill various URLs for librariesAndreas Heinisch1-6/+14
2023-02-24BaseMutex->std::mutex in SfxLibraryNoel Grandin1-4/+2
2023-01-19Base SfxLibrary on WeakComponentImplHelperStephan Bergmann1-4/+4
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2022-05-31clang-tidy modernize-pass-by-value in basicNoel Grandin1-3/+4
2022-05-25elide some OUString allocationNoel Grandin1-4/+4
2022-05-10tdf#121740 dont bother checking for VBA librariesNoel Grandin1-0/+4
2022-05-10move creation of xParser to where it is usedNoel Grandin1-2/+1
2022-05-05Just use Any ctor instead of makeAny in basicStephan Bergmann1-1/+1
2022-04-29use more string_view in INetURLObjectNoel Grandin1-15/+16
2022-04-27cid#738565 Uninitialized scalar fieldCaolán McNamara1-0/+1
2022-04-25tdf#75263 - Export VBA-Project using detected charset on importAndreas Heinisch1-0/+46
2021-12-03replace comphelper::OListenerContainer with OInterfaceContainerHelper3Noel Grandin1-15/+4
2021-11-27use more OInterfaceContainerHelper3 in NameContainerNoel Grandin1-4/+4
2021-10-29Prepare for removal of non-const operator[] from Sequence in basicMike Kaganski1-11/+5
2021-08-02convert #defines to OUStringLiteralNoel Grandin1-2/+2
2021-04-28use string_view in INetURLObject::encodeNoel Grandin1-16/+16
2021-03-26loplugin:flattenNoel1-16/+15
2021-03-08tdf#42982: improve UNO API error reportingViKrAm-Bais1-2/+2
2021-02-22loplugin:refcounting in basicNoel1-6/+6
2021-02-17tdf#42982 updated RunTimeException with 2nd argument(pointer)vipbuoy1-4/+4
2021-02-16loplugin:referencecasting in basctl..binaryurpNoel1-1/+1
2021-01-20improve some IllegalArgumentException messagesNoel1-10/+11
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann1-3/+4
2020-11-05BASIC : use std::make_unique instead of std::unique_ptr ( new ... )Arnaud Versini1-2/+2
2020-08-14loplugin:simplifybool moreNoel Grandin1-1/+1
2020-04-19loplugin:flatten in basicNoel Grandin1-381/+382
2020-04-14loplugin:buriedassign in b*Noel Grandin1-2/+4
2019-11-12tdf#42949 Fix IWYU warnings in basic/Gabor Kelemen1-6/+2
2019-08-16use more TOOLS_WARN_EXCEPTIONNoel Grandin1-14/+6
2019-06-14loplugin:logexceptionnicely in accessibility..basicNoel Grandin1-8/+8
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin1-2/+2
2019-05-10an uno -> a unoCaolán McNamara1-1/+1
2019-04-12loplugin:sequentialassign in accessiblity..canvasNoel Grandin1-3/+1
2019-02-19pretty up logging of exceptionsNoel Grandin1-4/+3
2019-02-08loplugin:indentation in basctl..bridgesNoel Grandin1-1/+1
2018-10-21tdf#120703 (PVS): redundant nullptr checksMike Kaganski1-24/+15
2018-08-03loplugin:useuniqueptr in BasicManagerNoel Grandin1-1/+1
2018-07-18Fix typosAndrea Gelmini1-3/+3
2018-07-09Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-05-23rename config_extension_update.h.in to config_extensions.h.inRene Engelhard1-1/+1
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin1-6/+6
2018-01-04Silence loplugin:unnecessarycatchthrow with --disable-debugStephan Bergmann1-4/+8
2017-12-06basic: SfxLibraryContainer: replace maMutexMichael Stahl1-4/+3