summaryrefslogtreecommitdiff
path: root/basic/source/inc/namecont.hxx
AgeCommit message (Expand)AuthorFilesLines
2024-03-29convert NameContainer to comphelper::WeakImplHelperNoel Grandin1-6/+5
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann1-1/+1
2023-02-24BaseMutex->std::mutex in SfxLibraryNoel Grandin1-2/+2
2023-01-19Base SfxLibrary on WeakComponentImplHelperStephan Bergmann1-4/+3
2022-05-31clang-tidy modernize-pass-by-value in basicNoel Grandin1-2/+2
2022-05-25elide some OUString allocationNoel Grandin1-4/+4
2022-04-29use more string_view in INetURLObjectNoel Grandin1-2/+2
2022-04-25tdf#75263 - Export VBA-Project using detected charset on importAndreas Heinisch1-1/+25
2022-01-13Recheck modules [a-c]* with IWYUGabor Kelemen1-1/+0
2021-12-03replace comphelper::OListenerContainer with OInterfaceContainerHelper3Noel Grandin1-16/+2
2021-11-27use more OInterfaceContainerHelper3 in ModifiableHelperNoel Grandin1-2/+3
2021-11-27use more OInterfaceContainerHelper3 in NameContainerNoel Grandin1-2/+3
2021-09-15loplugin:finalclasses in basicNoel Grandin1-2/+2
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann1-2/+2
2021-04-28use string_view in INetURLObject::encodeNoel Grandin1-3/+3
2021-02-26loplugin:refcounting in basicNoel1-1/+1
2021-02-22loplugin:refcounting in basicNoel1-2/+2
2020-09-04tdf#124176 Use #pragma once in basicGeorge Bateman1-4/+1
2019-12-18sal_Char->char in avmedia..basicNoel Grandin1-4/+4
2019-11-12tdf#42949 Fix IWYU warnings in basic/Gabor Kelemen1-4/+0
2017-12-06basic: SfxLibraryContainer: replace maMutexMichael Stahl1-2/+4
2017-12-06loplugin:salcall handle virtual methodsNoel Grandin1-12/+12
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin1-1/+1
2017-11-10loplugin:finalclasses in basic,basegfxNoel Grandin1-3/+3
2017-11-04loplugin:constparams in various(1)Noel Grandin1-1/+1
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-1/+1
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-4/+4
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-197/+78
2017-01-19New loplugin:dynexcspec: Add @throws documentation, basicStephan Bergmann1-0/+11
2016-11-11loplugin:expandablemethods in avmedia..canvasNoel Grandin1-3/+0
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann1-1/+1
2016-05-31teach refcounting clang plugin about uno::ReferenceNoel Grandin1-2/+3
2016-05-25Fix typosAndrea Gelmini1-1/+1
2016-02-09Remove excess newlinesChris Sherlock1-9/+0
2016-02-08sequence->vector in basicNoel Grandin1-2/+2
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin1-3/+3
2015-12-23loplugin:unusedfields in basicNoel Grandin1-3/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-77/+77
2015-08-03new loplugin: refcountingNoel Grandin1-5/+5
2015-07-20com::sun::star->css in basicNoel Grandin1-253/+244
2015-07-06tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-5/+4
2015-06-28coverity#1308521 Uncaught exceptionCaolán McNamara1-1/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-8/+8
2015-04-13loplugin:staticmethodsNoel Grandin1-7/+4
2015-03-09V801: Decreased performanceCaolán McNamara1-11/+11
2015-03-04V813: Decreased performanceCaolán McNamara1-2/+2
2014-12-27boost::unordered_map -> c++11 std::unordered_mapCaolán McNamara1-2/+2
2014-12-03Further clean-upStephan Bergmann1-2/+0