summaryrefslogtreecommitdiffstats
path: root/comphelper
Commit message (Expand)AuthorAgeFilesLines
* comphelper: check for nullptrXisco Fauli2023-01-251-1/+2
* try to fix shutdown crashes in ConfigurationWrapperNoel Grandin2022-12-281-32/+27
* move and rename sanitizeString for reuseCaolán McNamara2022-12-171-0/+27
* tdf#152380: add checks for names and values sequences length equalityMike Kaganski2022-12-061-0/+6
* sfx2: extend .uno:SetDocumentProperties to update custom doc propsMiklos Vajna2022-11-301-0/+8
* comphelper: support property values arrays in JsonToPropertyValues()Miklos Vajna2022-11-252-0/+85
* Make some date functions inline constexprMike Kaganski2022-11-241-60/+5
* Calculate null-date days to assert only onceEike Rathke2022-11-221-1/+4
* Related: tdf#152114 Move some tools' Date class algorithms to comphelper::dateEike Rathke2022-11-222-0/+263
* Drop comphelper::OWeakTypeObject, use cppu::WeakImplHelper<> insteadStephan Bergmann2022-11-212-58/+0
* Related tdf#104597, tdf#151546: Introduce comphelper::string::reverseCodePointsStephan Bergmann2022-11-182-2/+36
* Drop counterproductive top-level constStephan Bergmann2022-11-111-1/+1
* TempFile: Initialise handleDr. David Alan Gilbert2022-11-071-1/+1
* try to fix some shutdown crashesNoel Grandin2022-10-271-1/+5
* Remove unused comphelper::string::reverseString overloadStephan Bergmann2022-10-142-22/+9
* vcl: AnimationBitmap -> AnimationFrameChris Sherlock2022-09-161-4/+24
* move ErrCode to comphelper and improve debug output stringNoel Grandin2022-09-142-0/+162
* [API CHANGE] tdf#150683 a11y: Switch a11y child index to 64 bitMichael Weghorn2022-09-023-22/+22
* tdf#150575: REPORTBUILDER: Crash when closing report when used report navigatorJulien Nabet2022-08-241-0/+9
* Optimize and deduplicate Base64::encode a bitMike Kaganski2022-08-221-23/+15
* Some more use of TOOLS_WARN_EXCEPTIONStephan Bergmann2022-08-191-3/+5
* Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann2022-08-182-0/+394
* 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