summaryrefslogtreecommitdiff
path: root/comphelper/source/property
AgeCommit message (Expand)Author
2024-05-20loplugin:ostr in variousNoel Grandin
2024-04-30loplugin:ostr in comphelperNoel Grandin
2024-04-28Simplify a bitMike Kaganski
2024-03-30tdf#42982 Add error messages to thrown exceptionsRMZeroFour
2024-03-30tdf#146619 Drop unused 'using namespace' in: comphelper/Gabor Kelemen
2024-03-26convert ODatabaseMetaDataResultSet to comphelper::WeakComponentImplHelperNoel Grandin
2024-02-13tdf#158237 comphelper: Use C++20 contains() instead of find() and end()Steven Casey (SMCode)
2023-10-11Drop o3tl::span, can use C++20 std::span directly nowStephan Bergmann
2023-09-10GenericPropertySet does not need to implement XAggreggationNoel Grandin
2023-07-04loplugin:constantparamNoel Grandin
2023-07-02loplugin:singlevalfieldsNoel Grandin
2023-05-22improve logging when we get an exception in copyPropertiesNoel Grandin
2023-05-19loplugin:virtualdeadNoel Grandin
2023-05-07improve some usage of OInterfaceIteratorHelper4Noel Grandin
2023-04-02remove IEventNotificationHook from comphelper::OPropertySetNoel Grandin
2023-03-31simplify subclasses of comphelper::OPropertySetHelperNoel Grandin
2023-03-25no need to call lock() hereNoel Grandin
2023-03-24loplugin:stringadd in c*Noel Grandin
2023-03-17elide some temporary OUStringsNoel Grandin
2023-03-13convert UnoControlModel and friends to use std::mutexNoel Grandin
2023-02-22create new OPropertyChangeListener2 and use it in FmFieldWinNoel Grandin
2023-02-13enforce proper locking when calling OInterfaceContainerHelper4Noel Grandin
2023-01-19Base OPropertyBag on WeakImplHelperStephan Bergmann
2022-12-06tdf#152380: add checks for names and values sequences length equalityMike Kaganski
2022-06-02Use more appropriate type for LocationAccess::nOwnClassVectorIndexStephan Bergmann
2022-06-01fix buildRene Engelhard
2022-06-01no need to allocate guards on the heapNoel Grandin
2022-05-31Use more appropriate type for comphelper::internal::OPropertyAccessor::nPosStephan Bergmann
2022-05-30cid#1504574 Resource leakCaolán McNamara
2022-05-26clang-tidy modernize-pass-by-value in comphelperNoel Grandin
2022-05-24modernize and improve PropertySetInfoNoel Grandin
2022-05-13Remove need for two typedefsStephan Bergmann
2022-05-11cache the Sequence we return in comphelper::PropertySetInfo::getPropertiesNoel Grandin
2022-05-07osl::Mutex->std::mutex in comphelper::GenericPropertySetNoel Grandin
2022-04-12Remove need for OPropertyAccessor default ctorStephan Bergmann
2022-01-13Recheck modules [a-c]* with IWYUGabor Kelemen
2021-12-19use more cppu::BaseMutexNoel Grandin
2021-12-03use OMultiTypeInterfaceContainerHelperVar3 in GenericPropertySetNoel Grandin
2021-11-27use more OInterfaceContainerHelper3 in OPropertyBagNoel Grandin
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski
2021-09-30loplugin:constmethod handle more casesNoel Grandin
2021-08-18loplugin:passstuffbyrefNoel Grandin
2021-08-10flatten PropertySetInfo a littleNoel Grandin
2021-08-08create comphelper:OMultiTypeInterfaceContainerHelperVar2 and use itNoel Grandin
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-03-26loplugin:flattenNoel
2021-02-17loplugin:referencecasting in comphelperNoel
2021-01-20improve some IllegalArgumentException messagesNoel
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann