Age | Commit message (Expand) | Author |
2022-08-24 | tdf#150575: REPORTBUILDER: Crash when closing report when used report navigator | Julien Nabet |
2022-08-22 | Optimize and deduplicate Base64::encode a bit | Mike Kaganski |
2022-08-19 | Some more use of TOOLS_WARN_EXCEPTION | Stephan Bergmann |
2022-08-18 | Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxx | Stephan Bergmann |
2022-07-19 | Consolidate writeBytes functions | Stephan Bergmann |
2022-07-18 | Drop leftover comment | Stephan Bergmann |
2022-07-18 | nNewSize is guaranteed to be non-negative here | Stephan Bergmann |
2022-07-18 | comphelper::ByteWriter::writeSomeBytes always writes all bytes | Stephan Bergmann |
2022-07-08 | [API CHANGE] Drop css::accessibility::XAccessibleStateSet | Noel Grandin |
2022-07-08 | comphelper: replace tools::Long with size_t | Chris Sherlock |
2022-07-04 | tdf#137544 reduce cost of SolarMutex checking | Noel Grandin |
2022-06-15 | elide temporary string in comphelper::strip | Noel Grandin |
2022-06-08 | Fix typo | Ilmari Lauhakangas |
2022-06-02 | Use more appropriate type for LocationAccess::nOwnClassVectorIndex | Stephan Bergmann |
2022-06-02 | Use o3tl::make_unsigned, location is already checked to be non-negative here | Stephan Bergmann |
2022-06-02 | Reuse o3tl::getToken | Stephan Bergmann |
2022-06-02 | Use more appropriate return type for ThreadPool::getPreferredConcurrency | Stephan Bergmann |
2022-06-02 | There should be no need for a cast here | Stephan Bergmann |
2022-06-01 | fix build | Rene Engelhard |
2022-06-01 | no need to allocate guards on the heap | Noel Grandin |
2022-05-31 | Use more appropriate type for comphelper::internal::OPropertyAccessor::nPos | Stephan Bergmann |
2022-05-30 | Use o3tl::make_unsigned, nCount is already asserted non-negative here | Stephan Bergmann |
2022-05-30 | cid#1504574 Resource leak | Caolán McNamara |
2022-05-29 | Drop now-redundant cast | Stephan Bergmann |
2022-05-29 | Fix mid-air collision | Stephan Bergmann |
2022-05-29 | Use boost::noinit_adaptor | Stephan Bergmann |
2022-05-26 | clang-tidy modernize-pass-by-value in comphelper | Noel Grandin |
2022-05-25 | directly instantiate IndexedPropertyValuesContainer | Noel Grandin |
2022-05-25 | use comphelper::ByteWriter in UNOMemoryStream | Noel Grandin |
2022-05-25 | allow comphelper::OEnumerationByName to use a vector too for names | Noel Grandin |
2022-05-24 | modernize and improve PropertySetInfo | Noel Grandin |
2022-05-23 | comphelper: -Werror=class-memaccess | Michael Stahl |
2022-05-22 | cid#1504544 deliberately Uninitialized scalar field | Caolán McNamara |
2022-05-20 | don't waste time on memset when we're just going to overwrite it | Noel Grandin |
2022-05-20 | elide temporary OUStringBuffer in INetURLObject | Noel Grandin |
2022-05-20 | comphelper: fix natural string compare function + reorganize tests | Tomaž Vajngerl |
2022-05-19 | optimise NumberedCollection::impl_searchFreeNumber some more | Noel Grandin |
2022-05-19 | add ByteWriter to reduce memory copying when writing data | Noel Grandin |
2022-05-15 | don't construct SequenceAsHashMap just to extract a couple of properties | Noel Grandin |
2022-05-14 | tdf#121740 cache hashcode in SequenceAsHashMap | Noel Grandin |
2022-05-14 | use std::mutex in LocalProcessFactory | Noel Grandin |
2022-05-14 | simplify construction | Noel Grandin |
2022-05-13 | Remove need for two typedefs | Stephan Bergmann |
2022-05-12 | speed up simple use of NamedValueCollection | Noel Grandin |
2022-05-12 | reserve space in vector | Noel Grandin |
2022-05-11 | use better default size for UNOMemoryStream | Noel Grandin |
2022-05-11 | reserve space for bulk operations in SequenceAsHashMap | Noel Grandin |
2022-05-11 | cache the Sequence we return in comphelper::PropertySetInfo::getProperties | Noel Grandin |
2022-05-11 | avoid some OUString construction on some hot paths | Noel Grandin |
2022-05-10 | tdf#147590 update OLE object after document refresh | Juergen Funk |