summaryrefslogtreecommitdiffstats
path: root/comphelper
Commit message (Expand)AuthorAgeFilesLines
* tdf#93389: keep encryption information for autorecovered MS formatsMike Kaganski2020-02-101-1/+40
* tdf#118639: store ODF encryption data for autorecoveryMike Kaganski2019-12-051-2/+28
* warn on load when a document binds an event to a macroCaolán McNamara2019-08-151-0/+14
* tdf#126663 speed up styles displayNoel Grandin2019-08-071-5/+11
* New loplugin:dataStephan Bergmann2019-05-222-4/+4
* Resolves: tdf#120423 dispatch against the correct FrameCaolán McNamara2019-05-141-11/+17
* tdf#107592 Impress PPS save to ODP slowNoel Grandin2019-05-131-0/+11
* fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin2019-05-132-2/+2
* regenerate PCH headersLuboš Luňák2019-05-121-5/+5
* an uno -> a unoCaolán McNamara2019-05-103-5/+5
* tdf#124400 a11y: add accessible IDSamuel Thibault2019-05-091-0/+6
* regenerate PCH headers for the 4 new levelsLuboš Luňák2019-05-093-47/+84
* implement std::hash for css::uno::Reference and rtl::ReferenceNoel Grandin2019-04-301-6/+1
* optimise comphelper::AttributeList a littleNoel Grandin2019-04-291-65/+5
* Don't use std::function in scope guard for performance reasonsMike Kaganski2019-04-262-59/+0
* Fix a copypaste error in commentMike Kaganski2019-04-261-1/+1
* Add a unit test for comphelper's guardsMike Kaganski2019-04-262-0/+58
* SolarMutex::m_nThreadId is read without SolarMutex::m_aMutex lockedStephan Bergmann2019-04-261-2/+2
* tdf#43157 Clean up OSL_VERIFY (replace with SAL_WARN)Jens Carl2019-04-263-6/+111
* Fix typoAndrea Gelmini2019-04-211-1/+1
* tdf#42949 Fix IWYU warnings in comphelperGabor Kelemen2019-04-1953-128/+119
* Fix typoAndrea Gelmini2019-04-181-2/+2
* Fix typoAndrea Gelmini2019-04-181-1/+1
* Split localProcessFactory function into class with setter and getterStephan Bergmann2019-04-171-13/+25
* loplugin:sequentialassign in comphelper..cuiNoel Grandin2019-04-121-2/+1
* don't kill threads after 3 minutes while debuggingLuboš Luňák2019-04-111-2/+53
* tdf#117066 Saving ODT document with ~1500 bookmarks is slow, part 1Noel Grandin2019-04-081-44/+47
* Use osl_atomic_increment/osl_atomic_decrement to change m_refCountMike Kaganski2019-04-082-9/+9
* Don't use resettable/clearable guard where plain guard is enoughMike Kaganski2019-04-075-59/+58
* Drop UNICODE/_UNICODE definesMike Kaganski2019-04-041-4/+0
* Fix typosJens Carl2019-04-031-1/+1
* tdf#120703 PVS: remove redundant static castsMike Kaganski2019-03-311-4/+1
* Remove unused using declarations in directories [a-d]*Gabor Kelemen2019-03-277-12/+0
* Increase the life-cycle of threads in thread-pool...Dennis Francis2019-03-211-6/+10
* tdf#120703 PVS: remove redundant static castsMike Kaganski2019-03-171-1/+1
* Simplify containers iterations in chart2, cli_ure, comphelper, configmgrArkadiy Illarionov2019-03-129-176/+109
* Write HiDPI consistently without a hyphenTor Lillqvist2019-03-121-1/+1
* Simplify Sequence constructionStephan Bergmann2019-03-051-5/+1
* simplify UNO getTypes methodsNoel Grandin2019-03-043-23/+13
* loplugin:unusedfields in variousNoel Grandin2019-02-251-10/+0
* pretty up logging of exceptionsNoel Grandin2019-02-191-1/+1
* fix comparison of std::lower_bound resultNoel Grandin2019-02-181-1/+1
* Fix typoAndrea Gelmini2019-02-121-1/+1
* Fix typoAndrea Gelmini2019-02-101-1/+1
* loplugin:indentation in codemaker..comphelperNoel Grandin2019-02-087-44/+47
* rhbz#1667364 Open doc as R/O for which open(...,O_RDWR) returns EOPNOTSUPPStephan Bergmann2019-01-231-0/+4
* Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann2019-01-111-1/+2
* use boost::optional for OUStringNoel Grandin2018-12-222-21/+19
* loplugin:unnecessaryparen include more assignmentsNoel Grandin2018-12-051-2/+2
* remove unused enum value ConvertDataFormat::PDFNoel Grandin2018-11-261-2/+0