summaryrefslogtreecommitdiff
path: root/comphelper
AgeCommit message (Expand)Author
2022-10-14Remove unused comphelper::string::reverseString overloadStephan Bergmann
2022-09-16vcl: AnimationBitmap -> AnimationFrameChris Sherlock
2022-09-14move ErrCode to comphelper and improve debug output stringNoel Grandin
2022-09-02[API CHANGE] tdf#150683 a11y: Switch a11y child index to 64 bitMichael Weghorn
2022-08-24tdf#150575: REPORTBUILDER: Crash when closing report when used report navigatorJulien Nabet
2022-08-22Optimize and deduplicate Base64::encode a bitMike Kaganski
2022-08-19Some more use of TOOLS_WARN_EXCEPTIONStephan Bergmann
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-07-19Consolidate writeBytes functionsStephan Bergmann
2022-07-18Drop leftover commentStephan Bergmann
2022-07-18nNewSize is guaranteed to be non-negative hereStephan Bergmann
2022-07-18comphelper::ByteWriter::writeSomeBytes always writes all bytesStephan Bergmann
2022-07-08[API CHANGE] Drop css::accessibility::XAccessibleStateSetNoel Grandin
2022-07-08comphelper: replace tools::Long with size_tChris Sherlock
2022-07-04tdf#137544 reduce cost of SolarMutex checkingNoel Grandin
2022-06-15elide temporary string in comphelper::stripNoel Grandin
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