summaryrefslogtreecommitdiff
path: root/comphelper/source
AgeCommit message (Expand)Author
2022-05-26clang-tidy modernize-pass-by-value in comphelperNoel Grandin
2022-05-25directly instantiate IndexedPropertyValuesContainerNoel Grandin
2022-05-25use comphelper::ByteWriter in UNOMemoryStreamNoel Grandin
2022-05-25allow comphelper::OEnumerationByName to use a vector too for namesNoel Grandin
2022-05-24modernize and improve PropertySetInfoNoel Grandin
2022-05-23comphelper: -Werror=class-memaccessMichael Stahl
2022-05-22cid#1504544 deliberately Uninitialized scalar fieldCaolán McNamara
2022-05-20don't waste time on memset when we're just going to overwrite itNoel Grandin
2022-05-20elide temporary OUStringBuffer in INetURLObjectNoel Grandin
2022-05-20comphelper: fix natural string compare function + reorganize testsTomaž Vajngerl
2022-05-19optimise NumberedCollection::impl_searchFreeNumber some moreNoel Grandin
2022-05-19add ByteWriter to reduce memory copying when writing dataNoel Grandin
2022-05-15don't construct SequenceAsHashMap just to extract a couple of propertiesNoel Grandin
2022-05-14tdf#121740 cache hashcode in SequenceAsHashMapNoel Grandin
2022-05-14use std::mutex in LocalProcessFactoryNoel Grandin
2022-05-14simplify constructionNoel Grandin
2022-05-13Remove need for two typedefsStephan Bergmann
2022-05-12speed up simple use of NamedValueCollectionNoel Grandin
2022-05-12reserve space in vectorNoel Grandin
2022-05-11use better default size for UNOMemoryStreamNoel Grandin
2022-05-11reserve space for bulk operations in SequenceAsHashMapNoel Grandin
2022-05-11cache the Sequence we return in comphelper::PropertySetInfo::getPropertiesNoel Grandin
2022-05-11avoid some OUString construction on some hot pathsNoel Grandin
2022-05-10tdf#147590 update OLE object after document refreshJuergen Funk
2022-05-09tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macroPragat Pandya
2022-05-07remove dead item cleanup from NumberedCollection::impl_searchFreeNumberNoel Grandin
2022-05-07osl::Mutex->std::mutex in comphelper::GenericPropertySetNoel Grandin
2022-05-06Only dereference iterators after checking themMike Kaganski
2022-05-06tdf#128744 sw DOCX: unprotect change tracking with verificationLászló Németh
2022-05-06Remove duplicated includesAndrea Gelmini
2022-05-05use more o3tl::getTokenNoel Grandin
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-29Check iterator before dereferenceMike Kaganski
2022-04-28use more string_view in comphelperNoel Grandin
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