summaryrefslogtreecommitdiff
path: root/include/comphelper
AgeCommit message (Expand)Author
2022-06-02Use more appropriate type for LocationAccess::nOwnClassVectorIndexStephan Bergmann
2022-06-02Use more appropriate return type for ThreadPool::getPreferredConcurrencyStephan Bergmann
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-25directly instantiate IndexedPropertyValuesContainerNoel Grandin
2022-05-25allow comphelper::OEnumerationByName to use a vector too for namesNoel Grandin
2022-05-24fix thread-safety in OInterfaceContainerHelper4Noel Grandin
2022-05-24modernize and improve PropertySetInfoNoel Grandin
2022-05-20elide temporary OUStringBuffer in INetURLObjectNoel Grandin
2022-05-19add ByteWriter to reduce memory copying when writing dataNoel Grandin
2022-05-16remove unnecessary copying in OInterfaceContainerHelper4Noel Grandin
2022-05-14tdf#121740 cache hashcode in SequenceAsHashMapNoel Grandin
2022-05-13Remove need for two typedefsStephan Bergmann
2022-05-12speed up simple use of NamedValueCollectionNoel Grandin
2022-05-11cache the Sequence we return in comphelper::PropertySetInfo::getPropertiesNoel Grandin
2022-05-10tdf#147590 update OLE object after document refreshJuergen Funk
2022-05-06tdf#128744 sw DOCX: unprotect change tracking with verificationLászló Németh
2022-05-05use more string_viewNoel Grandin
2022-05-04Just use Any ctor instead of makeAny in comphelperStephan Bergmann
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