summaryrefslogtreecommitdiff
path: root/comphelper
AgeCommit message (Expand)AuthorFilesLines
2022-06-08Fix typoIlmari Lauhakangas1-1/+1
2022-06-02Use more appropriate type for LocationAccess::nOwnClassVectorIndexStephan Bergmann1-2/+2
2022-06-02Use o3tl::make_unsigned, location is already checked to be non-negative hereStephan Bergmann1-1/+2
2022-06-02Reuse o3tl::getTokenStephan Bergmann1-54/+7
2022-06-02Use more appropriate return type for ThreadPool::getPreferredConcurrencyStephan Bergmann2-10/+14
2022-06-02There should be no need for a cast hereStephan Bergmann1-1/+1
2022-06-01fix buildRene Engelhard2-0/+2
2022-06-01no need to allocate guards on the heapNoel Grandin2-26/+26
2022-05-31Use more appropriate type for comphelper::internal::OPropertyAccessor::nPosStephan Bergmann1-2/+3
2022-05-30Use o3tl::make_unsigned, nCount is already asserted non-negative hereStephan Bergmann1-1/+2
2022-05-30cid#1504574 Resource leakCaolán McNamara1-20/+0
2022-05-29Drop now-redundant castStephan Bergmann1-1/+1
2022-05-29Fix mid-air collisionStephan Bergmann1-3/+3
2022-05-29Use boost::noinit_adaptorStephan Bergmann1-19/+10
2022-05-26clang-tidy modernize-pass-by-value in comphelperNoel Grandin17-51/+66
2022-05-25directly instantiate IndexedPropertyValuesContainerNoel Grandin1-40/+5
2022-05-25use comphelper::ByteWriter in UNOMemoryStreamNoel Grandin1-1/+42
2022-05-25allow comphelper::OEnumerationByName to use a vector too for namesNoel Grandin1-8/+23
2022-05-24modernize and improve PropertySetInfoNoel Grandin1-27/+29
2022-05-23comphelper: -Werror=class-memaccessMichael Stahl1-1/+2
2022-05-22cid#1504544 deliberately Uninitialized scalar fieldCaolán McNamara1-1/+1
2022-05-20don't waste time on memset when we're just going to overwrite itNoel Grandin1-5/+16
2022-05-20elide temporary OUStringBuffer in INetURLObjectNoel Grandin1-0/+30
2022-05-20comphelper: fix natural string compare function + reorganize testsTomaž Vajngerl4-198/+129
2022-05-19optimise NumberedCollection::impl_searchFreeNumber some moreNoel Grandin1-17/+10
2022-05-19add ByteWriter to reduce memory copying when writing dataNoel Grandin3-10/+80
2022-05-15don't construct SequenceAsHashMap just to extract a couple of propertiesNoel Grandin1-3/+14
2022-05-14tdf#121740 cache hashcode in SequenceAsHashMapNoel Grandin1-8/+5
2022-05-14use std::mutex in LocalProcessFactoryNoel Grandin1-3/+4
2022-05-14simplify constructionNoel Grandin1-32/+20
2022-05-13Remove need for two typedefsStephan Bergmann1-4/+4
2022-05-12speed up simple use of NamedValueCollectionNoel Grandin2-3/+47
2022-05-12reserve space in vectorNoel Grandin1-0/+1
2022-05-11use better default size for UNOMemoryStreamNoel Grandin1-0/+1
2022-05-11reserve space for bulk operations in SequenceAsHashMapNoel Grandin1-0/+4
2022-05-11cache the Sequence we return in comphelper::PropertySetInfo::getPropertiesNoel Grandin1-5/+5
2022-05-11avoid some OUString construction on some hot pathsNoel Grandin1-4/+8
2022-05-10tdf#147590 update OLE object after document refreshJuergen Funk1-4/+9
2022-05-09tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macroPragat Pandya3-5/+5
2022-05-07remove dead item cleanup from NumberedCollection::impl_searchFreeNumberNoel Grandin1-14/+3
2022-05-07osl::Mutex->std::mutex in comphelper::GenericPropertySetNoel Grandin1-17/+15
2022-05-06Only dereference iterators after checking themMike Kaganski1-3/+2
2022-05-06tdf#128744 sw DOCX: unprotect change tracking with verificationLászló Németh1-0/+57
2022-05-06comphelper: cleanup test_guards, add test for ValueRestorationGuardTomaž Vajngerl1-12/+44
2022-05-06Remove duplicated includesAndrea Gelmini1-1/+0
2022-05-05use more o3tl::getTokenNoel Grandin1-0/+1
2022-05-05use more string_viewNoel Grandin1-5/+6
2022-05-04Just use Any ctor instead of makeAny in comphelperStephan Bergmann3-14/+14
2022-05-03Adapt Base64::decodeSomeChars to change from OUString to std::u16string_viewStephan Bergmann1-8/+13
2022-04-30split comphelper::string::strip functions into String and view versionNoel Grandin1-10/+76