summaryrefslogtreecommitdiff
path: root/include/comphelper
AgeCommit message (Expand)AuthorFilesLines
2020-02-24Fix currency symbol selection in Calc on mobileTomaž Vajngerl1-2/+5
2019-12-16desktop: unit-test to check SpellDialog works in multiple viewsAshod Nakashian1-0/+2
2019-11-05Revert "sc lok: Implement hi-dpi and zoom for spreadsheets."Michael Meeks1-2/+2
2019-09-20The AsyncQuitHandler class needs to be implemented in the comphelper DLLTor Lillqvist1-27/+7
2019-09-20More hacks for quit requests from an OLE Automation clientTor Lillqvist1-1/+13
2019-09-20Don't crash if the BSTR pointer in a VARIANT is (weirdly) nullTor Lillqvist1-2/+5
2019-09-05warn on load when a document binds an event to a macroCaolán McNamara1-1/+4
2019-09-03LOK: per-view support for isMobile()Muhammet Kara1-2/+2
2019-09-03lok: Add isMobile() methodMuhammet Kara1-0/+6
2019-08-05Don't draw gridlines and document background in Online server processMike Kaganski1-0/+10
2019-05-15Resolves: tdf#120423 dispatch against the correct FrameCaolán McNamara1-2/+7
2018-11-16Fix typosAndrea Gelmini1-1/+1
2018-11-12tdf#118581 Correctly display issuer name in signature lineSamuel Mehrbrodt1-0/+47
2018-11-08sc lok: Implement hi-dpi and zoom for spreadsheets.Jan Holesovsky1-0/+4
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-2/+11
2018-11-02fix signatures of deleted copy/assign operatorsNoel Grandin1-2/+2
2018-10-26Log unopkg errors to log file if requestedSamuel Mehrbrodt1-0/+4
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin3-11/+11
2018-10-08tdf#120363: try to avoid asking user to enable JVM when looking ...Mike Kaganski1-0/+49
2018-10-08Fix undefined css::uno::Reference<css::uno::XComponentContext> dtorStephan Bergmann1-1/+1
2018-10-08tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen40-92/+95
2018-10-02Move GetkeyBindingStrByXkeyBinding to comphelperSamuel Mehrbrodt1-0/+42
2018-09-24tdf#42949 Fix IWYU warnings in include/comphelper/[a-l]*Gabor Kelemen32-82/+95
2018-09-20Replace SAL_DELETED_FUNCTION with = delete in internal codeStephan Bergmann1-8/+4
2018-09-18Move yield mutex handling into SalInstanceJan-Marek Glogowski1-3/+3
2018-09-18-Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann1-0/+5
2018-09-06clang-tidy performance-unnecessary-value-paramNoel Grandin2-3/+4
2018-08-31tdf#42949 Fix IWYU warnings: boost/optional in include/Gabor Kelemen1-1/+2
2018-08-30Fix typosAndrea Gelmini1-1/+1
2018-08-30don't declare allocation operators for internal codeNoel Grandin1-10/+0
2018-08-29loplugin:constantparam (1)Noel Grandin1-3/+3
2018-07-30Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-26comphelper: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann1-2/+0
2018-07-26Iterators must be CopyAssignableStephan Bergmann1-7/+3
2018-07-26loplugin:returnconstant in tools,comphelper,unotoolsNoel Grandin1-76/+51
2018-07-25loplugin:cstylecast (clang-cl)Stephan Bergmann1-37/+37
2018-07-25warning STL4015: std::iterator is deprecated (clang-cl)Stephan Bergmann1-2/+1
2018-07-23Fix typosAndrea Gelmini1-1/+1
2018-07-20loplugin:unusedfields - look for fields that can be const, in comphelperNoel Grandin16-27/+27
2018-07-06base64: change impl. of encodig to also work with OStringBufferTomaž Vajngerl1-1/+3
2018-07-05tdf#117901 Write signature line images as emf to ooxmlSamuel Mehrbrodt1-0/+2
2018-07-04Make ThreadPool::pushTask take param by std::unique_ptrNoel Grandin1-5/+6
2018-06-21merge GenericSolarMutex and SolarMutexNoel Grandin1-45/+18
2018-06-19move doubleCheckedInit() to a comphelper header fileLuboš Luňák1-0/+64
2018-06-06enable incremental linking on windowsNoel Grandin3-6/+12
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke3-3/+8
2018-06-01Improve handling of _SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNINGStephan Bergmann1-5/+0
2018-06-01loplugin:nullptr (clang-cl)Stephan Bergmann1-7/+7
2018-05-31comphelper: fix an IWYU warningMiklos Vajna1-1/+2