summaryrefslogtreecommitdiffstats
path: root/comphelper
Commit message (Expand)AuthorAgeFilesLines
* fix variable name in SAL_INFOAndras Timar2021-02-211-1/+1
* tdf#93389: keep encryption information for autorecovered MS formatsMike Kaganski2020-05-181-1/+40
* tdf#118639: store ODF encryption data for autorecoveryMike Kaganski2020-05-181-2/+28
* lok: set device form factor of the client on view creationMarco Cecchetti2020-04-291-36/+0
* Simplify the LibreOfficeKit mobile phone and tablet APITor Lillqvist2020-03-241-4/+8
* Rename isMobile to isMobilePhone and introduce a separate isTabletTor Lillqvist2020-03-161-9/+22
* change SAL_WARN to SAL_INFO when language is not setcp-6.2-5CP-Android-iOS-4.2.0Tomaž Vajngerl2020-02-261-2/+2
* Fix currency symbol selection in Calc on mobileTomaž Vajngerl2020-02-241-10/+58
* android hunspell: All languages we pack are the supported ones.Jan Holesovsky2020-02-101-0/+5
* comphelper: use dispatchwithNotification only when we have a callbackAshod Nakashian2019-12-261-9/+19
* desktop: unit-test to check SpellDialog works in multiple viewsAshod Nakashian2019-12-161-0/+5
* Revert "sc lok: Implement hi-dpi and zoom for spreadsheets."Michael Meeks2019-11-051-1/+1
* The AsyncQuitHandler class needs to be implemented in the comphelper DLLTor Lillqvist2019-09-202-0/+52
* warn on load when a document binds an event to a macroCaolán McNamara2019-09-051-0/+14
* Remove work-around for isMobile()Muhammet Kara2019-09-031-4/+0
* LOK: per-view support for isMobile()Muhammet Kara2019-09-031-6/+18
* lok: Add isMobile() methodMuhammet Kara2019-09-031-0/+12
* pretty up logging of exceptionsNoel Grandin2019-08-051-1/+1
* Don't draw gridlines and document background in Online server processMike Kaganski2019-08-051-0/+6
* Resolves: tdf#120423 dispatch against the correct FrameCaolán McNamara2019-05-151-11/+17
* Use the correct DPI scaling factor in LibreOfficeKit for iOS, tooTor Lillqvist2018-11-241-1/+1
* tdf#42949 Fix IWYU warnings in include/vcl/[B-E]*Gabor Kelemen2018-11-221-0/+1
* tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen2018-11-221-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