summaryrefslogtreecommitdiffstats
path: root/comphelper
Commit message (Expand)AuthorAgeFilesLines
* Consolidate writeBytes functionsStephan Bergmann2022-07-191-19/+1
* Drop leftover commentStephan Bergmann2022-07-181-1/+0
* nNewSize is guaranteed to be non-negative hereStephan Bergmann2022-07-181-2/+2
* comphelper::ByteWriter::writeSomeBytes always writes all bytesStephan Bergmann2022-07-182-5/+6
* [API CHANGE] Drop css::accessibility::XAccessibleStateSetNoel Grandin2022-07-081-5/+4
* comphelper: replace tools::Long with size_tChris Sherlock2022-07-081-2/+2
* tdf#137544 reduce cost of SolarMutex checkingNoel Grandin2022-07-041-5/+4
* elide temporary string in comphelper::stripNoel Grandin2022-06-151-8/+55
* Fix typoIlmari Lauhakangas2022-06-081-1/+1
* Use more appropriate type for LocationAccess::nOwnClassVectorIndexStephan Bergmann2022-06-021-2/+2
* Use o3tl::make_unsigned, location is already checked to be non-negative hereStephan Bergmann2022-06-021-1/+2
* Reuse o3tl::getTokenStephan Bergmann2022-06-021-54/+7
* Use more appropriate return type for ThreadPool::getPreferredConcurrencyStephan Bergmann2022-06-022-10/+14
* There should be no need for a cast hereStephan Bergmann2022-06-021-1/+1
* fix buildRene Engelhard2022-06-012-0/+2
* no need to allocate guards on the heapNoel Grandin2022-06-012-26/+26
* Use more appropriate type for comphelper::internal::OPropertyAccessor::nPosStephan Bergmann2022-05-311-2/+3
* Use o3tl::make_unsigned, nCount is already asserted non-negative hereStephan Bergmann2022-05-301-1/+2
* cid#1504574 Resource leakCaolán McNamara2022-05-301-20/+0
* Drop now-redundant castStephan Bergmann2022-05-291-1/+1
* Fix mid-air collisionStephan Bergmann2022-05-291-3/+3
* Use boost::noinit_adaptorStephan Bergmann2022-05-291-19/+10
* clang-tidy modernize-pass-by-value in comphelperNoel Grandin2022-05-2617-51/+66
* directly instantiate IndexedPropertyValuesContainerNoel Grandin2022-05-251-40/+5
* use comphelper::ByteWriter in UNOMemoryStreamNoel Grandin2022-05-251-1/+42
* allow comphelper::OEnumerationByName to use a vector too for namesNoel Grandin2022-05-251-8/+23
* modernize and improve PropertySetInfoNoel Grandin2022-05-241-27/+29
* comphelper: -Werror=class-memaccessMichael Stahl2022-05-231-1/+2
* cid#1504544 deliberately Uninitialized scalar fieldCaolán McNamara2022-05-221-1/+1
* don't waste time on memset when we're just going to overwrite itNoel Grandin2022-05-201-5/+16
* elide temporary OUStringBuffer in INetURLObjectNoel Grandin2022-05-201-0/+30
* comphelper: fix natural string compare function + reorganize testsTomaž Vajngerl2022-05-204-198/+129
* optimise NumberedCollection::impl_searchFreeNumber some moreNoel Grandin2022-05-191-17/+10
* add ByteWriter to reduce memory copying when writing dataNoel Grandin2022-05-193-10/+80
* don't construct SequenceAsHashMap just to extract a couple of propertiesNoel Grandin2022-05-151-3/+14
* tdf#121740 cache hashcode in SequenceAsHashMapNoel Grandin2022-05-141-8/+5
* use std::mutex in LocalProcessFactoryNoel Grandin2022-05-141-3/+4
* simplify constructionNoel Grandin2022-05-141-32/+20
* Remove need for two typedefsStephan Bergmann2022-05-131-4/+4
* speed up simple use of NamedValueCollectionNoel Grandin2022-05-122-3/+47
* reserve space in vectorNoel Grandin2022-05-121-0/+1
* use better default size for UNOMemoryStreamNoel Grandin2022-05-111-0/+1
* reserve space for bulk operations in SequenceAsHashMapNoel Grandin2022-05-111-0/+4
* cache the Sequence we return in comphelper::PropertySetInfo::getPropertiesNoel Grandin2022-05-111-5/+5
* avoid some OUString construction on some hot pathsNoel Grandin2022-05-111-4/+8
* tdf#147590 update OLE object after document refreshJuergen Funk2022-05-101-4/+9
* tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macroPragat Pandya2022-05-093-5/+5
* remove dead item cleanup from NumberedCollection::impl_searchFreeNumberNoel Grandin2022-05-071-14/+3
* osl::Mutex->std::mutex in comphelper::GenericPropertySetNoel Grandin2022-05-071-17/+15
* Only dereference iterators after checking themMike Kaganski2022-05-061-3/+2