summaryrefslogtreecommitdiffstats
path: root/comphelper
Commit message (Expand)AuthorAgeFilesLines
...
* Use the correct DPI scaling factor in LibreOfficeKit for iOS, tooTor Lillqvist2018-11-231-1/+1
* loplugin:redundantfcast improvementsNoel Grandin2018-11-211-3/+3
* improve function-local statics in basic..cuiNoel Grandin2018-11-212-19/+14
* tdf#42949 Fix IWYU warnings in include/vcl/[B-E]*Gabor Kelemen2018-11-211-0/+1
* tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen2018-11-191-0/+1
* Add a SAL_INFO() when changing the global "lok" language tagTor Lillqvist2018-11-121-0/+4
* tdf#118581 Correctly display issuer name in signature lineSamuel Mehrbrodt2018-11-122-0/+336
* Fix many Java subsequentcheck test by using JUHJan-Marek Glogowski2018-11-091-8/+2
* sc lok: Implement hi-dpi and zoom for spreadsheets.Jan Holesovsky2018-11-081-0/+13
* coverity#1441101: Use std::atomic instead of volatileStephan Bergmann2018-11-081-1/+5
* reduce cost of ProfileZone when it is not activeNoel Grandin2018-11-061-40/+33
* tdf#120703 PVS: V1028 fix unexpected integer overflowMike Kaganski2018-11-051-1/+1
* tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski2018-11-031-14/+11
* Log unopkg errors to log file if requestedSamuel Mehrbrodt2018-10-261-0/+5
* remove more rtl::OUString and OString prefixesNoel Grandin2018-10-244-17/+17
* Fix typosAndrea Gelmini2018-10-242-2/+2
* when calling std::lower_boundNoel Grandin2018-10-201-1/+1
* clang-tidy readability-container-size-emptyNoel Grandin2018-10-194-4/+4
* clang-tidy readability-redundant-smartptr-getNoel Grandin2018-10-172-3/+3
* Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann2018-10-092-4/+4
* tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen2018-10-0818-3/+24
* Move GetkeyBindingStrByXkeyBinding to comphelperSamuel Mehrbrodt2018-10-022-0/+45
* -Werror=unused-variable (--enable-debug --disable-assert-always-abort)Stephan Bergmann2018-09-271-1/+1
* tdf#42949 Fix IWYU warnings in include/comphelper/[a-l]*Gabor Kelemen2018-09-249-1/+12
* generateGUIDString: Fix incorrect string lengthSamuel Mehrbrodt2018-09-191-1/+1
* New loplugin:externalStephan Bergmann2018-09-175-5/+8
* clang-tidy bugprone-copy-constructor-initNoel Grandin2018-09-111-1/+1
* loplugin:simplifyconstruct in canvas..cuiNoel Grandin2018-09-063-6/+2
* clang-tidy performance-unnecessary-value-paramNoel Grandin2018-09-062-3/+4
* loplugin:useuniqueptr in AccessibleEventNotifierNoel Grandin2018-09-051-3/+3
* Replace find_if with proper quantifier algorithmsArkadiy Illarionov2018-08-291-2/+1
* loplugin:constantparam (1)Noel Grandin2018-08-291-42/+7
* new loplugin:conststringfieldNoel Grandin2018-08-224-62/+49
* create appendCopy method in OUStringBufferNoel Grandin2018-08-141-1/+1
* remove Calc's software interpreterLuboš Luňák2018-08-091-2/+0
* new loplugin:stringloop, and applied in variousNoel Grandin2018-07-271-4/+5
* Related: rhbz#1602589 add comments to coverity annotationsCaolán McNamara2018-07-271-1/+1
* comphelper: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann2018-07-261-6/+0
* loplugin:returnconstant in tools,comphelper,unotoolsNoel Grandin2018-07-261-3/+1
* Fix typosAndrea Gelmini2018-07-231-2/+2
* loplugin:unusedfields - look for fields that can be const, in comphelperNoel Grandin2018-07-209-26/+26
* Fix typosAndrea Gelmini2018-07-191-1/+1
* Allow the comphelper threadpool to be reset after construction.Michael Meeks2018-07-181-5/+4
* clean up UNO available() implementationsNoel Grandin2018-07-112-3/+2
* Add missing sal/log.hxx headersGabor Kelemen2018-07-0910-0/+10
* base64: change impl. of encodig to also work with OStringBufferTomaž Vajngerl2018-07-062-51/+75
* tdf#117901 Write signature line images as emf to ooxmlSamuel Mehrbrodt2018-07-051-0/+33
* Make ThreadPool::pushTask take param by std::unique_ptrNoel Grandin2018-07-041-12/+12
* merge GenericSolarMutex and SolarMutexNoel Grandin2018-06-211-20/+11
* look for unnecessary calls to Reference::is() after an UNO_QUERY_THROWNoel Grandin2018-06-081-1/+0