summaryrefslogtreecommitdiffstats
path: root/include/comphelper
Commit message (Expand)AuthorAgeFilesLines
* lok: set device form factor of the client on view creationMarco Cecchetti2020-04-291-6/+0
* Simplify the LibreOfficeKit mobile phone and tablet APITor Lillqvist2020-03-241-6/+5
* Clarify the WIP-ness of setMobilePhone() and setTablet() a bitTor Lillqvist2020-03-181-0/+5
* Rename isMobile to isMobilePhone and introduce a separate isTabletTor Lillqvist2020-03-161-4/+10
* Fix currency symbol selection in Calc on mobileTomaž Vajngerl2020-02-241-2/+5
* desktop: unit-test to check SpellDialog works in multiple viewsAshod Nakashian2019-12-161-0/+2
* Revert "sc lok: Implement hi-dpi and zoom for spreadsheets."Michael Meeks2019-11-051-2/+2
* The AsyncQuitHandler class needs to be implemented in the comphelper DLLTor Lillqvist2019-09-201-27/+7
* More hacks for quit requests from an OLE Automation clientTor Lillqvist2019-09-201-1/+13
* Don't crash if the BSTR pointer in a VARIANT is (weirdly) nullTor Lillqvist2019-09-201-2/+5
* warn on load when a document binds an event to a macroCaolán McNamara2019-09-051-1/+4
* LOK: per-view support for isMobile()Muhammet Kara2019-09-031-2/+2
* lok: Add isMobile() methodMuhammet Kara2019-09-031-0/+6
* Don't draw gridlines and document background in Online server processMike Kaganski2019-08-051-0/+10
* Resolves: tdf#120423 dispatch against the correct FrameCaolán McNamara2019-05-151-2/+7
* Fix typosAndrea Gelmini2018-11-161-1/+1
* tdf#118581 Correctly display issuer name in signature lineSamuel Mehrbrodt2018-11-121-0/+47
* sc lok: Implement hi-dpi and zoom for spreadsheets.Jan Holesovsky2018-11-081-0/+4
* 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-2/+11
* fix signatures of deleted copy/assign operatorsNoel Grandin2018-11-021-2/+2
* Log unopkg errors to log file if requestedSamuel Mehrbrodt2018-10-261-0/+4
* remove more rtl::OUString and OString prefixesNoel Grandin2018-10-243-11/+11
* tdf#120363: try to avoid asking user to enable JVM when looking ...Mike Kaganski2018-10-081-0/+49
* Fix undefined css::uno::Reference<css::uno::XComponentContext> dtorStephan Bergmann2018-10-081-1/+1
* tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen2018-10-0840-92/+95
* Move GetkeyBindingStrByXkeyBinding to comphelperSamuel Mehrbrodt2018-10-021-0/+42
* tdf#42949 Fix IWYU warnings in include/comphelper/[a-l]*Gabor Kelemen2018-09-2432-82/+95
* Replace SAL_DELETED_FUNCTION with = delete in internal codeStephan Bergmann2018-09-201-8/+4
* Move yield mutex handling into SalInstanceJan-Marek Glogowski2018-09-181-3/+3
* -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann2018-09-181-0/+5
* clang-tidy performance-unnecessary-value-paramNoel Grandin2018-09-062-3/+4
* tdf#42949 Fix IWYU warnings: boost/optional in include/Gabor Kelemen2018-08-311-1/+2
* Fix typosAndrea Gelmini2018-08-301-1/+1
* don't declare allocation operators for internal codeNoel Grandin2018-08-301-10/+0
* loplugin:constantparam (1)Noel Grandin2018-08-291-3/+3
* Add missing sal/log.hxx headersGabor Kelemen2018-07-301-0/+1
* comphelper: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann2018-07-261-2/+0
* Iterators must be CopyAssignableStephan Bergmann2018-07-261-7/+3
* loplugin:returnconstant in tools,comphelper,unotoolsNoel Grandin2018-07-261-76/+51
* loplugin:cstylecast (clang-cl)Stephan Bergmann2018-07-251-37/+37
* warning STL4015: std::iterator is deprecated (clang-cl)Stephan Bergmann2018-07-251-2/+1
* Fix typosAndrea Gelmini2018-07-231-1/+1
* loplugin:unusedfields - look for fields that can be const, in comphelperNoel Grandin2018-07-2016-27/+27
* base64: change impl. of encodig to also work with OStringBufferTomaž Vajngerl2018-07-061-1/+3
* tdf#117901 Write signature line images as emf to ooxmlSamuel Mehrbrodt2018-07-051-0/+2
* Make ThreadPool::pushTask take param by std::unique_ptrNoel Grandin2018-07-041-5/+6
* merge GenericSolarMutex and SolarMutexNoel Grandin2018-06-211-45/+18
* move doubleCheckedInit() to a comphelper header fileLuboš Luňák2018-06-191-0/+64
* enable incremental linking on windowsNoel Grandin2018-06-063-6/+12