summaryrefslogtreecommitdiff
path: root/comphelper
AgeCommit message (Expand)Author
2022-06-08Fix typoIlmari Lauhakangas
2022-06-02Use more appropriate type for LocationAccess::nOwnClassVectorIndexStephan Bergmann
2022-06-02Use o3tl::make_unsigned, location is already checked to be non-negative hereStephan Bergmann
2022-06-02Reuse o3tl::getTokenStephan Bergmann
2022-06-02Use more appropriate return type for ThreadPool::getPreferredConcurrencyStephan Bergmann
2022-06-02There should be no need for a cast hereStephan Bergmann
2022-06-01fix buildRene Engelhard
2022-06-01no need to allocate guards on the heapNoel Grandin
2022-05-31Use more appropriate type for comphelper::internal::OPropertyAccessor::nPosStephan Bergmann
2022-05-30Use o3tl::make_unsigned, nCount is already asserted non-negative hereStephan Bergmann
2022-05-30cid#1504574 Resource leakCaolán McNamara
2022-05-29Drop now-redundant castStephan Bergmann
2022-05-29Fix mid-air collisionStephan Bergmann
2022-05-29Use boost::noinit_adaptorStephan Bergmann
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-06comphelper: cleanup test_guards, add test for ValueRestorationGuardTomaž Vajngerl
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