summaryrefslogtreecommitdiff
path: root/basic/source/uno/namecont.cxx
AgeCommit message (Expand)Author
2023-06-18Use getXWeak in basicMike Kaganski
2023-05-25merge some stringaddsNoel Grandin
2023-03-17tdf#151741 - BASIC Organizer: fill various URLs for librariesAndreas Heinisch
2023-02-24BaseMutex->std::mutex in SfxLibraryNoel Grandin
2023-01-19Base SfxLibrary on WeakComponentImplHelperStephan 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-25elide some OUString allocationNoel Grandin
2022-05-10tdf#121740 dont bother checking for VBA librariesNoel Grandin
2022-05-10move creation of xParser to where it is usedNoel Grandin
2022-05-05Just use Any ctor instead of makeAny in basicStephan Bergmann
2022-04-29use more string_view in INetURLObjectNoel Grandin
2022-04-27cid#738565 Uninitialized scalar fieldCaolán McNamara
2022-04-25tdf#75263 - Export VBA-Project using detected charset on importAndreas Heinisch
2021-12-03replace comphelper::OListenerContainer with OInterfaceContainerHelper3Noel Grandin
2021-11-27use more OInterfaceContainerHelper3 in NameContainerNoel Grandin
2021-10-29Prepare for removal of non-const operator[] from Sequence in basicMike Kaganski
2021-08-02convert #defines to OUStringLiteralNoel Grandin
2021-04-28use string_view in INetURLObject::encodeNoel Grandin
2021-03-26loplugin:flattenNoel
2021-03-08tdf#42982: improve UNO API error reportingViKrAm-Bais
2021-02-22loplugin:refcounting in basicNoel
2021-02-17tdf#42982 updated RunTimeException with 2nd argument(pointer)vipbuoy
2021-02-16loplugin:referencecasting in basctl..binaryurpNoel
2021-01-20improve some IllegalArgumentException messagesNoel
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-11-05BASIC : use std::make_unique instead of std::unique_ptr ( new ... )Arnaud Versini
2020-08-14loplugin:simplifybool moreNoel Grandin
2020-04-19loplugin:flatten in basicNoel Grandin
2020-04-14loplugin:buriedassign in b*Noel Grandin
2019-11-12tdf#42949 Fix IWYU warnings in basic/Gabor Kelemen
2019-08-16use more TOOLS_WARN_EXCEPTIONNoel Grandin
2019-06-14loplugin:logexceptionnicely in accessibility..basicNoel Grandin
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin
2019-05-10an uno -> a unoCaolán McNamara
2019-04-12loplugin:sequentialassign in accessiblity..canvasNoel Grandin
2019-02-19pretty up logging of exceptionsNoel Grandin
2019-02-08loplugin:indentation in basctl..bridgesNoel Grandin
2018-10-21tdf#120703 (PVS): redundant nullptr checksMike Kaganski
2018-08-03loplugin:useuniqueptr in BasicManagerNoel Grandin
2018-07-18Fix typosAndrea Gelmini
2018-07-09Add missing sal/log.hxx headersGabor Kelemen
2018-05-23rename config_extension_update.h.in to config_extensions.h.inRene Engelhard
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin
2018-01-04Silence loplugin:unnecessarycatchthrow with --disable-debugStephan Bergmann
2017-12-06basic: SfxLibraryContainer: replace maMutexMichael Stahl
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin
2017-11-04loplugin:constparams in various(1)Noel Grandin
2017-10-10basic: consistently use "" and <> in include directivesMike Kaganski
2017-10-04add << operator for css::uno::ExceptionNoel Grandin