summaryrefslogtreecommitdiff
path: root/comphelper
AgeCommit message (Expand)AuthorFilesLines
2023-01-19Base OPropertyBag on WeakImplHelperStephan Bergmann1-7/+7
2023-01-15Merge SvXMLAttributeList to comphelper::AttributeListMike Kaganski2-23/+73
2023-01-14comphelper: check for nullptrXisco Fauli1-1/+2
2023-01-13Simplify a bitMike Kaganski1-28/+20
2023-01-13XUnoTunnel->dynamic_cast in comphelper::ByteReader and comphelper::ByteWriterNoel Grandin4-40/+3
2023-01-10OAccessibleImplementationAccess was apparently effectively unused by nowStephan Bergmann2-55/+0
2023-01-06Merge comphelper::OAccessibleContextHelper into comphelper::OCommonAccessible...Stephan Bergmann5-249/+208
2022-12-27try to fix shutdown crashes in ConfigurationWrapperNoel Grandin1-32/+27
2022-12-17move and rename sanitizeString for reuseCaolán McNamara1-0/+27
2022-12-06tdf#152380: add checks for names and values sequences length equalityMike Kaganski1-0/+6
2022-11-30sfx2: extend .uno:SetDocumentProperties to update custom doc propsMiklos Vajna1-0/+8
2022-11-25comphelper: support property values arrays in JsonToPropertyValues()Miklos Vajna2-0/+85
2022-11-24Make some date functions inline constexprMike Kaganski1-60/+5
2022-11-22Calculate null-date days to assert only onceEike Rathke1-1/+4
2022-11-22Related: tdf#152114 Move some tools' Date class algorithms to comphelper::dateEike Rathke2-0/+263
2022-11-21Drop comphelper::OWeakTypeObject, use cppu::WeakImplHelper<> insteadStephan Bergmann2-58/+0
2022-11-18Related tdf#104597, tdf#151546: Introduce comphelper::string::reverseCodePointsStephan Bergmann2-2/+36
2022-11-11Drop counterproductive top-level constStephan Bergmann1-1/+1
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