summaryrefslogtreecommitdiff
path: root/comphelper
AgeCommit message (Expand)Author
2022-04-26add o3tl::toUInt32Noel Grandin
2022-04-26Use o3tl::make_unsigned in some placesStephan Bergmann
2022-04-22use more string_view in comphelperNoel Grandin
2022-04-20loplugin:passstuffbyrefNoel Grandin
2022-04-17loplugin:stringviewparam convert methods using copy()Noel Grandin
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin
2022-04-12Remove need for OPropertyAccessor default ctorStephan Bergmann
2022-04-12loplugin:stringview more o3tl conversionNoel Grandin
2022-04-11loplugin:stringview add check for getToken().toInt32Noel Grandin
2022-04-10use more string_viewNoel Grandin
2022-04-08loplugin:stringviewparam convert methods using trimNoel Grandin
2022-04-05add tools::Guid class to generate, parse GUID valuesTomaž Vajngerl
2022-04-04use string_view in comphelper::string::splitNoel Grandin
2022-03-24comphelper : use std::mutex in traceeventArnaud VERSINI
2022-03-11Simplify ConfigurationWrapper singleton construction a bitStephan Bergmann
2022-03-07optimize ConfigurationProperty::get()Luboš Luňák
2022-03-07do not pass XComponentContext to officecfg::...::get() callsLuboš Luňák
2022-02-17tdf#147086 OOXML export: don't save the empty editing passwordTünde Tóth
2022-02-0322 characters needed to Base64-encode 16 bytesMike Kaganski
2022-01-21fix opengl slide transitionNoel Grandin
2022-01-21Fix typosAndrea Gelmini
2022-01-21comphelper: move JsonToPropertyValues() from desktop/Miklos Vajna
2022-01-20comphelper: fix UAF in SequenceOutputStreamService dtorMichael Stahl
2022-01-19WASM more initial bits and piecesJan-Marek Glogowski
2022-01-14make comphelper::OInterfaceContainerHelper4 more threadsafeNoel Grandin
2022-01-13Recheck modules [a-c]* with IWYUGabor Kelemen
2022-01-10small cleanups to TempFile related codeNoel Grandin
2022-01-09Simplify some TempFile service codeNoel Grandin
2022-01-09implement anyToHash() and use it for SdrCustomShapeGeometryItemLuboš Luňák
2022-01-09use C++ class handling ownership for anyToString()Luboš Luňák
2022-01-09make anyLess() work also for compound types such as sequencesLuboš Luňák
2021-12-26Let comphelper::Base64::decode* take std::u16string_viewMike Kaganski
2021-12-26Avoid OUStringBuffer::toString where possibleMike Kaganski
2021-12-26fix comphelper::WeakComponentImplHelper::queryNoel Grandin
2021-12-25Revert "Init WeakComponentImplHelperBase::m_bDisposed"Mike Kaganski
2021-12-25pass unique_lock as param in WeakComponentImplHelperBase::disposingNoel Grandin
2021-12-25Init WeakComponentImplHelperBase::m_bDisposedJan-Marek Glogowski
2021-12-25tdf#145090 LO Calc Crash with drop-down-menuNoel Grandin
2021-12-24new comphelper::WeakImplComponentHelperNoel Grandin
2021-12-21loplugin:flatten in canvas..cuiNoel Grandin
2021-12-19use more cppu::BaseMutexNoel Grandin
2021-12-19use more cppu::BaseMutexNoel Grandin
2021-12-18add unit tests for OInterfaceContainerHelper3Noel Grandin
2021-12-17loplugin:unusedvariablecheck improveNoel Grandin
2021-12-17use more OInterfaceContainer3::notifyEachNoel Grandin
2021-12-16comphelper : use std::mutex in numberedcollectionArnaud Versini
2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann
2021-12-07loplugin:unusedmethodsNoel Grandin
2021-12-03replace comphelper::OListenerContainer with OInterfaceContainerHelper3Noel Grandin
2021-12-03Rather use ScopeGuard to prevent catch and rethrowStephan Bergmann