summaryrefslogtreecommitdiffstats
path: root/comphelper
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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