summaryrefslogtreecommitdiff
path: root/include/comphelper
AgeCommit message (Expand)Author
2022-05-03Adapt Base64::decodeSomeChars to change from OUString to std::u16string_viewStephan Bergmann
2022-04-30split comphelper::string::strip functions into String and view versionNoel Grandin
2022-04-28use more string_view in comphelperNoel Grandin
2022-04-22use more string_view in comphelperNoel Grandin
2022-04-20loplugin:passstuffbyrefNoel Grandin
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin
2022-04-12Remove need for OPropertyAccessor default ctorStephan Bergmann
2022-04-10use more string_viewNoel Grandin
2022-04-08move comphelper::string::toInt32 to o3tlNoel Grandin
2022-04-08loplugin:stringviewparam convert methods using trimNoel Grandin
2022-04-05add some comphelper::string::toInt* functions for string_viewsNoel Grandin
2022-04-04use string_view in comphelper::string::splitNoel Grandin
2022-03-29Revert "removed pointless using namespace std"Stephan Bergmann
2022-03-29removed pointless using namespace stdofftkp
2022-03-14new loplugin:trivialconstructorNoel Grandin
2022-03-11Simplify ConfigurationWrapper singleton construction a bitStephan Bergmann
2022-03-07do not pass XComponentContext to officecfg::...::get() callsLuboš Luňák
2022-02-09expand out IMPLEMENT_FORWARD_XTYPEPROVIDER3Noel Grandin
2022-02-01Slightly optimize truncateToLength and padToLengthMike Kaganski
2022-01-21fix opengl slide transitionNoel Grandin
2022-01-21comphelper: move JsonToPropertyValues() from desktop/Miklos Vajna
2022-01-18fix locking in comphelper::OInterfaceContainerHelper4::forEachNoel Grandin
2022-01-15Let loplugin:nullptr look into template instantiationsStephan Bergmann
2022-01-14make comphelper::OInterfaceContainerHelper4 more threadsafeNoel Grandin
2022-01-14reduce default cost of OInterfaceContainerHelper3Noel Grandin
2022-01-09implement anyToHash() and use it for SdrCustomShapeGeometryItemLuboš Luňák
2021-12-27reduce default cost of OInterfaceContainerHelper4Noel Grandin
2021-12-27osl::Mutex->std::mutex in ResultSet_ImplNoel Grandin
2021-12-26Let comphelper::Base64::decode* take std::u16string_viewMike 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-25uninitialised field in comphelper::WeakComponentImplHelperBaseNoel 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-22loplugin:flatten in filter..includeNoel Grandin
2021-12-17Remove empty docpp doxygen comments around namespacesMiklos Vajna
2021-12-16comphelper : use std::mutex in numberedcollectionArnaud Versini
2021-12-15Recheck include/[a-d]* with IWYUGabor Kelemen
2021-12-07loplugin:unusedmethodsNoel Grandin
2021-12-06cid#1494595,1494597: Silence UNCAUGHT_EXCEPTStephan Bergmann
2021-12-05remove OMultiTypeInterfaceContainerHelperVar2Noel Grandin
2021-12-03replace comphelper::OListenerContainer with OInterfaceContainerHelper3Noel Grandin
2021-12-03improve member field nameNoel Grandin
2021-12-03Stop swallowing exceptions in ~ScopeGuardStephan Bergmann
2021-12-03create OMultiTypeInterfaceContainerHelperVar3 templateNoel Grandin
2021-12-01fix thinko in OMultiTypeInterfaceContainerHelperVar2 changeNoel Grandin
2021-12-01improve OMultiTypeInterfaceContainerHelperVar2::disposeAndClearNoel Grandin
2021-11-29OInterfaceContainerHelper3 needs to be thread-safeNoel Grandin