summaryrefslogtreecommitdiff
path: root/include/comphelper
AgeCommit message (Expand)Author
2023-04-05avmedia,*: guess the mime type of media files based on file nameMichael Stahl
2023-04-02remove IEventNotificationHook from comphelper::OPropertySetNoel Grandin
2023-03-31simplify subclasses of comphelper::OPropertySetHelperNoel Grandin
2023-03-31make some method in comphelper::OPropertySetHelper finalNoel Grandin
2023-03-30loplugin:stringadd in variousNoel Grandin
2023-03-13lok: introduce resetCompatFlagXisco Fauli
2023-03-13convert UnoControlModel and friends to use std::mutexNoel Grandin
2023-02-22create new OPropertyChangeListener2 and use it in FmFieldWinNoel Grandin
2023-02-22OPropertyChangeListener::setAdapter can be privateNoel Grandin
2023-02-22BaseMutex->std::mutex in CommandDispatchNoel Grandin
2023-02-19fix locking in OMultiTypeInterfaceContainerHelperVar4::diposeAndCloearNoel Grandin
2023-02-19osl::Mutex->std::mutex in OWeakEventListenerAdapterNoel Grandin
2023-02-18osl::Mutex->std::mutex in DefaultGridColumnModelNoel Grandin
2023-02-16no need to lock when accessing m_pInstance hereNoel Grandin
2023-02-15new comphelper::SingletonRefNoel Grandin
2023-02-14no need to use unique_ptr for OInterfaceContainerHelper4Noel Grandin
2023-02-13enforce proper locking when calling OInterfaceContainerHelper4Noel Grandin
2023-02-09re-apply "optimize ConfigurationProperty::get()"Noel Grandin
2023-02-06Revert "optimize ConfigurationProperty::get()"Xisco Fauli
2023-01-29lok: support per-user timezoneAshod Nakashian
2023-01-25Use ImplInheritanceHelper in OAccessibleTextHelperStephan Bergmann
2023-01-25Use ImplInheritanceHelper in OAccessibleSelectionHelperStephan Bergmann
2023-01-24Use ImplInheritanceHelper in OAccessibleExtendedComponentHelperStephan Bergmann
2023-01-24Use ImplInheritanceHelper in OAccessibleComponentHelperStephan Bergmann
2023-01-15Merge SvXMLAttributeList to comphelper::AttributeListMike Kaganski
2023-01-13XUnoTunnel->dynamic_cast in comphelper::ByteReader and comphelper::ByteWriterNoel Grandin
2023-01-12comphelper::OCommonAccessibleComponent's XAggregation is apparently unusedStephan Bergmann
2023-01-10OAccessibleImplementationAccess was apparently effectively unused by nowStephan Bergmann
2023-01-06Merge comphelper::OAccessibleContextHelper into comphelper::OCommonAccessible...Stephan Bergmann
2023-01-05Revert all the recent loplugin:unocast changesStephan Bergmann
2022-12-27try to fix shutdown crashes in ConfigurationWrapperNoel Grandin
2022-12-19loplugin:unocast (oox::ForumlaImExportBase)Stephan Bergmann
2022-12-18loplugin:unocast (cairocanvas::SurfaceProvider)Stephan Bergmann
2022-12-18Fix typoAndrea Gelmini
2022-12-17move and rename sanitizeString for reuseCaolán McNamara
2022-11-24Make some date functions inline constexprMike Kaganski
2022-11-23loplugin:unusedfields make some fields privateNoel Grandin
2022-11-22Related: tdf#152114 Move some tools' Date class algorithms to comphelper::dateEike Rathke
2022-11-22tdf#152077 Calc freeze when you draw a line inside the chartNoel Grandin
2022-11-21Drop comphelper::OWeakTypeObject, use cppu::WeakImplHelper<> insteadStephan Bergmann
2022-11-18Related tdf#104597, tdf#151546: Introduce comphelper::string::reverseCodePointsStephan Bergmann
2022-11-11Drop counterproductive top-level constStephan Bergmann
2022-11-08Combine o3tl::RestoreGuard into comphelper::ValueRestorationGuardStephan Bergmann
2022-10-29tdf#126788 reduce cost of OInterfaceContainerHelper4::disposeAndClearNoel Grandin
2022-10-14Remove unused comphelper::string::reverseString overloadStephan Bergmann
2022-09-14move ErrCode to comphelper and improve debug output stringNoel Grandin
2022-09-02[API CHANGE] tdf#150683 a11y: Switch a11y child index to 64 bitMichael Weghorn
2022-08-24tdf#150575: REPORTBUILDER: Crash when closing report when used report navigatorJulien Nabet
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-08-12Fix typoAndrea Gelmini