summaryrefslogtreecommitdiff
path: root/comphelper
AgeCommit message (Expand)AuthorFilesLines
2019-04-30implement std::hash for css::uno::Reference and rtl::ReferenceNoel Grandin1-6/+1
2019-04-29optimise comphelper::AttributeList a littleNoel Grandin1-65/+5
2019-04-26Don't use std::function in scope guard for performance reasonsMike Kaganski2-59/+0
2019-04-26Fix a copypaste error in commentMike Kaganski1-1/+1
2019-04-26Add a unit test for comphelper's guardsMike Kaganski2-0/+58
2019-04-26SolarMutex::m_nThreadId is read without SolarMutex::m_aMutex lockedStephan Bergmann1-2/+2
2019-04-26tdf#43157 Clean up OSL_VERIFY (replace with SAL_WARN)Jens Carl3-6/+111
2019-04-21Fix typoAndrea Gelmini1-1/+1
2019-04-19tdf#42949 Fix IWYU warnings in comphelperGabor Kelemen53-128/+119
2019-04-18Fix typoAndrea Gelmini1-2/+2
2019-04-18Fix typoAndrea Gelmini1-1/+1
2019-04-17Split localProcessFactory function into class with setter and getterStephan Bergmann1-13/+25
2019-04-12loplugin:sequentialassign in comphelper..cuiNoel Grandin1-2/+1
2019-04-11don't kill threads after 3 minutes while debuggingLuboš Luňák1-2/+53
2019-04-08tdf#117066 Saving ODT document with ~1500 bookmarks is slow, part 1Noel Grandin1-44/+47
2019-04-08Use osl_atomic_increment/osl_atomic_decrement to change m_refCountMike Kaganski2-9/+9
2019-04-07Don't use resettable/clearable guard where plain guard is enoughMike Kaganski5-59/+58
2019-04-04Drop UNICODE/_UNICODE definesMike Kaganski1-4/+0
2019-04-03Fix typosJens Carl1-1/+1
2019-03-31tdf#120703 PVS: remove redundant static castsMike Kaganski1-4/+1
2019-03-27Remove unused using declarations in directories [a-d]*Gabor Kelemen7-12/+0
2019-03-21Increase the life-cycle of threads in thread-pool...Dennis Francis1-6/+10
2019-03-17tdf#120703 PVS: remove redundant static castsMike Kaganski1-1/+1
2019-03-12Simplify containers iterations in chart2, cli_ure, comphelper, configmgrArkadiy Illarionov9-176/+109
2019-03-12Write HiDPI consistently without a hyphenTor Lillqvist1-1/+1
2019-03-05Simplify Sequence constructionStephan Bergmann1-5/+1
2019-03-04simplify UNO getTypes methodsNoel Grandin3-23/+13
2019-02-25loplugin:unusedfields in variousNoel Grandin1-10/+0
2019-02-19pretty up logging of exceptionsNoel Grandin1-1/+1
2019-02-18fix comparison of std::lower_bound resultNoel Grandin1-1/+1
2019-02-12Fix typoAndrea Gelmini1-1/+1
2019-02-10Fix typoAndrea Gelmini1-1/+1
2019-02-08loplugin:indentation in codemaker..comphelperNoel Grandin7-44/+47
2019-01-23rhbz#1667364 Open doc as R/O for which open(...,O_RDWR) returns EOPNOTSUPPStephan Bergmann1-0/+4
2019-01-11Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann1-1/+2
2018-12-22use boost::optional for OUStringNoel Grandin2-21/+19
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin1-2/+2
2018-11-26remove unused enum value ConvertDataFormat::PDFNoel Grandin1-2/+0
2018-11-23Use the correct DPI scaling factor in LibreOfficeKit for iOS, tooTor Lillqvist1-1/+1
2018-11-21loplugin:redundantfcast improvementsNoel Grandin1-3/+3
2018-11-21improve function-local statics in basic..cuiNoel Grandin2-19/+14
2018-11-21tdf#42949 Fix IWYU warnings in include/vcl/[B-E]*Gabor Kelemen1-0/+1
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen1-0/+1
2018-11-12Add a SAL_INFO() when changing the global "lok" language tagTor Lillqvist1-0/+4
2018-11-12tdf#118581 Correctly display issuer name in signature lineSamuel Mehrbrodt2-0/+336
2018-11-09Fix many Java subsequentcheck test by using JUHJan-Marek Glogowski1-8/+2
2018-11-08sc lok: Implement hi-dpi and zoom for spreadsheets.Jan Holesovsky1-0/+13
2018-11-08coverity#1441101: Use std::atomic instead of volatileStephan Bergmann1-1/+5
2018-11-06reduce cost of ProfileZone when it is not activeNoel Grandin1-40/+33
2018-11-05tdf#120703 PVS: V1028 fix unexpected integer overflowMike Kaganski1-1/+1