summaryrefslogtreecommitdiff
path: root/comphelper/source/property/genericpropertyset.cxx
AgeCommit message (Expand)AuthorFilesLines
6 hoursSimplify a bitMike Kaganski1-10/+4
2024-03-30tdf#146619 Drop unused 'using namespace' in: comphelper/Gabor Kelemen1-1/+0
2023-09-10GenericPropertySet does not need to implement XAggreggationNoel Grandin1-10/+4
2023-03-25no need to call lock() hereNoel Grandin1-1/+0
2023-02-13enforce proper locking when calling OInterfaceContainerHelper4Noel Grandin1-1/+1
2022-05-07osl::Mutex->std::mutex in comphelper::GenericPropertySetNoel Grandin1-17/+15
2021-12-19use more cppu::BaseMutexNoel Grandin1-7/+2
2021-12-03use OMultiTypeInterfaceContainerHelperVar3 in GenericPropertySetNoel Grandin1-3/+3
2021-08-08create comphelper:OMultiTypeInterfaceContainerHelperVar2 and use itNoel Grandin1-3/+3
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann1-6/+6
2020-04-18loplugin:flatten in comphelperNoel Grandin1-26/+26
2020-01-16tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMesut Çifci1-2/+1
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+3
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): comphelperStephan Bergmann1-1/+1
2019-04-07Don't use resettable/clearable guard where plain guard is enoughMike Kaganski1-1/+1
2019-03-04simplify UNO getTypes methodsNoel Grandin1-10/+6
2018-10-08tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen1-0/+1
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke1-1/+0
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-22/+15
2016-11-28loplugin:unnecessaryoverride (dtors) in comphelperStephan Bergmann1-4/+0
2016-10-19replace <<= with assign for <<= with rhs AnyJochen Nitschke1-1/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-13/+13
2015-08-04cui,connectivity: inline some use-once typedefsNoel Grandin1-5/+3
2015-07-27com::sun::star->css in comphelperNoel Grandin1-3/+3
2015-06-08cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2014-05-22Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet1-9/+9
2014-05-09update_pch: add a bunch of pch filesThomas Arnhold1-1/+0
2014-04-15cppu::OMultiTypeInterfaceContainerHelperVar hashImpl param is unusedStephan Bergmann1-1/+1
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-13/+13
2014-03-10comphelper: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann1-9/+1
2014-02-27Remove visual noise from comphelperAlexander Wilms1-2/+2
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-18/+18
2013-12-12Don't hold css::uno::Type instances by pointerStephan Bergmann1-6/+4
2013-12-11Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann1-4/+6
2013-12-11Don't hold css::uno::Type instances by pointerStephan Bergmann1-6/+4
2013-12-06Default OMultiTypeInferfaceContainerHelperVar equalImpl parameterStephan Bergmann1-2/+1
2013-12-06Get rid of DECLARE_STL_USTRINGACCESS_MAPStephan Bergmann1-1/+5
2013-10-17fdo#54938: Adapt svtools and comphelper module ...Marcos Paulo de Souza1-9/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-8/+8
2013-01-31RTL_CONSTASCII_(U)STRINGPARAM removed in comphelperChr. Rossmanith1-2/+2
2012-06-29re-base on ALv2 code.Michael Meeks1-23/+14
2012-03-28removed duplicate includes in avmedia / basic / canvas / chart2 / comphelperTakeshi Abe1-1/+0
2011-12-13Fix for fdo43460 Part VII getLength() to isEmpty()Olivier Hallot1-2/+2
2011-11-27remove include of pch header in comphelperNorbert Thiebaud1-2/+0
2011-08-04Use rtl::OUStringHash.Kohei Yoshida1-1/+1
2011-06-01use standard template hereCaolán McNamara1-9/+7