summaryrefslogtreecommitdiff
path: root/comphelper
AgeCommit message (Expand)Author
2019-03-31tdf#120703 PVS: remove redundant static castsMike Kaganski
2019-03-27Remove unused using declarations in directories [a-d]*Gabor Kelemen
2019-03-21Increase the life-cycle of threads in thread-pool...Dennis Francis
2019-03-17tdf#120703 PVS: remove redundant static castsMike Kaganski
2019-03-12Simplify containers iterations in chart2, cli_ure, comphelper, configmgrArkadiy Illarionov
2019-03-12Write HiDPI consistently without a hyphenTor Lillqvist
2019-03-05Simplify Sequence constructionStephan Bergmann
2019-03-04simplify UNO getTypes methodsNoel Grandin
2019-02-25loplugin:unusedfields in variousNoel Grandin
2019-02-19pretty up logging of exceptionsNoel Grandin
2019-02-18fix comparison of std::lower_bound resultNoel Grandin
2019-02-12Fix typoAndrea Gelmini
2019-02-10Fix typoAndrea Gelmini
2019-02-08loplugin:indentation in codemaker..comphelperNoel Grandin
2019-01-23rhbz#1667364 Open doc as R/O for which open(...,O_RDWR) returns EOPNOTSUPPStephan Bergmann
2019-01-11Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann
2018-12-22use boost::optional for OUStringNoel Grandin
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin
2018-11-26remove unused enum value ConvertDataFormat::PDFNoel Grandin
2018-11-23Use the correct DPI scaling factor in LibreOfficeKit for iOS, tooTor Lillqvist
2018-11-21loplugin:redundantfcast improvementsNoel Grandin
2018-11-21improve function-local statics in basic..cuiNoel Grandin
2018-11-21tdf#42949 Fix IWYU warnings in include/vcl/[B-E]*Gabor Kelemen
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen
2018-11-12Add a SAL_INFO() when changing the global "lok" language tagTor Lillqvist
2018-11-12tdf#118581 Correctly display issuer name in signature lineSamuel Mehrbrodt
2018-11-09Fix many Java subsequentcheck test by using JUHJan-Marek Glogowski
2018-11-08sc lok: Implement hi-dpi and zoom for spreadsheets.Jan Holesovsky
2018-11-08coverity#1441101: Use std::atomic instead of volatileStephan Bergmann
2018-11-06reduce cost of ProfileZone when it is not activeNoel Grandin
2018-11-05tdf#120703 PVS: V1028 fix unexpected integer overflowMike Kaganski
2018-11-03tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski
2018-10-26Log unopkg errors to log file if requestedSamuel Mehrbrodt
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-10-24Fix typosAndrea Gelmini
2018-10-20when calling std::lower_boundNoel Grandin
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-10-08tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen
2018-10-02Move GetkeyBindingStrByXkeyBinding to comphelperSamuel Mehrbrodt
2018-09-27-Werror=unused-variable (--enable-debug --disable-assert-always-abort)Stephan Bergmann
2018-09-24tdf#42949 Fix IWYU warnings in include/comphelper/[a-l]*Gabor Kelemen
2018-09-19generateGUIDString: Fix incorrect string lengthSamuel Mehrbrodt
2018-09-17New loplugin:externalStephan Bergmann
2018-09-11clang-tidy bugprone-copy-constructor-initNoel Grandin
2018-09-06loplugin:simplifyconstruct in canvas..cuiNoel Grandin
2018-09-06clang-tidy performance-unnecessary-value-paramNoel Grandin
2018-09-05loplugin:useuniqueptr in AccessibleEventNotifierNoel Grandin
2018-08-29Replace find_if with proper quantifier algorithmsArkadiy Illarionov