summaryrefslogtreecommitdiff
path: root/comphelper
AgeCommit message (Expand)AuthorFilesLines
2022-11-07TempFile: Initialise handleDr. David Alan Gilbert1-1/+1
2022-10-27try to fix some shutdown crashesNoel Grandin1-1/+5
2022-10-14Remove unused comphelper::string::reverseString overloadStephan Bergmann2-22/+9
2022-09-16vcl: AnimationBitmap -> AnimationFrameChris Sherlock1-4/+24
2022-09-14move ErrCode to comphelper and improve debug output stringNoel Grandin2-0/+162
2022-09-02[API CHANGE] tdf#150683 a11y: Switch a11y child index to 64 bitMichael Weghorn3-22/+22
2022-08-24tdf#150575: REPORTBUILDER: Crash when closing report when used report navigatorJulien Nabet1-0/+9
2022-08-22Optimize and deduplicate Base64::encode a bitMike Kaganski1-23/+15
2022-08-19Some more use of TOOLS_WARN_EXCEPTIONStephan Bergmann1-3/+5
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann2-0/+394
2022-07-19Consolidate writeBytes functionsStephan Bergmann1-19/+1
2022-07-18Drop leftover commentStephan Bergmann1-1/+0
2022-07-18nNewSize is guaranteed to be non-negative hereStephan Bergmann1-2/+2
2022-07-18comphelper::ByteWriter::writeSomeBytes always writes all bytesStephan Bergmann2-5/+6
2022-07-08[API CHANGE] Drop css::accessibility::XAccessibleStateSetNoel Grandin1-5/+4
2022-07-08comphelper: replace tools::Long with size_tChris Sherlock1-2/+2
2022-07-04tdf#137544 reduce cost of SolarMutex checkingNoel Grandin1-5/+4
2022-06-15elide temporary string in comphelper::stripNoel Grandin1-8/+55
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