summaryrefslogtreecommitdiff
path: root/comphelper
AgeCommit message (Expand)AuthorFilesLines
2020-05-18tdf#93389: keep encryption information for autorecovered MS formatsMike Kaganski1-1/+40
2020-05-18tdf#118639: store ODF encryption data for autorecoveryMike Kaganski1-2/+28
2020-04-29lok: set device form factor of the client on view creationMarco Cecchetti1-36/+0
2020-03-24Simplify the LibreOfficeKit mobile phone and tablet APITor Lillqvist1-4/+8
2020-03-16Rename isMobile to isMobilePhone and introduce a separate isTabletTor Lillqvist1-9/+22
2020-02-26change SAL_WARN to SAL_INFO when language is not setcp-6.2-5CP-Android-iOS-4.2.0Tomaž Vajngerl1-2/+2
2020-02-24Fix currency symbol selection in Calc on mobileTomaž Vajngerl1-10/+58
2020-02-10android hunspell: All languages we pack are the supported ones.Jan Holesovsky1-0/+5
2019-12-26comphelper: use dispatchwithNotification only when we have a callbackAshod Nakashian1-9/+19
2019-12-16desktop: unit-test to check SpellDialog works in multiple viewsAshod Nakashian1-0/+5
2019-11-05Revert "sc lok: Implement hi-dpi and zoom for spreadsheets."Michael Meeks1-1/+1
2019-09-20The AsyncQuitHandler class needs to be implemented in the comphelper DLLTor Lillqvist2-0/+52
2019-09-05warn on load when a document binds an event to a macroCaolán McNamara1-0/+14
2019-09-03Remove work-around for isMobile()Muhammet Kara1-4/+0
2019-09-03LOK: per-view support for isMobile()Muhammet Kara1-6/+18
2019-09-03lok: Add isMobile() methodMuhammet Kara1-0/+12
2019-08-05pretty up logging of exceptionsNoel Grandin1-1/+1
2019-08-05Don't draw gridlines and document background in Online server processMike Kaganski1-0/+6
2019-05-15Resolves: tdf#120423 dispatch against the correct FrameCaolán McNamara1-11/+17
2018-11-24Use the correct DPI scaling factor in LibreOfficeKit for iOS, tooTor Lillqvist1-1/+1
2018-11-22tdf#42949 Fix IWYU warnings in include/vcl/[B-E]*Gabor Kelemen1-0/+1
2018-11-22tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen1-0/+1
2018-11-12Add a SAL_INFO() when changing the global "lok" language tagTor Lillqvist1-0/+4
2018-11-12tdf#118581 Correctly display issuer name in signature lineSamuel Mehrbrodt2-0/+336
2018-11-09Fix many Java subsequentcheck test by using JUHJan-Marek Glogowski1-8/+2
2018-11-08sc lok: Implement hi-dpi and zoom for spreadsheets.Jan Holesovsky1-0/+13
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-40/+33
2018-11-05tdf#120703 PVS: V1028 fix unexpected integer overflowMike Kaganski1-1/+1
2018-11-03tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-14/+11
2018-10-26Log unopkg errors to log file if requestedSamuel Mehrbrodt1-0/+5
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin4-17/+17
2018-10-24Fix typosAndrea Gelmini2-2/+2
2018-10-20when calling std::lower_boundNoel Grandin1-1/+1
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin4-4/+4
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin2-3/+3
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann2-4/+4
2018-10-08tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen18-3/+24
2018-10-02Move GetkeyBindingStrByXkeyBinding to comphelperSamuel Mehrbrodt2-0/+45
2018-09-27-Werror=unused-variable (--enable-debug --disable-assert-always-abort)Stephan Bergmann1-1/+1
2018-09-24tdf#42949 Fix IWYU warnings in include/comphelper/[a-l]*Gabor Kelemen9-1/+12
2018-09-19generateGUIDString: Fix incorrect string lengthSamuel Mehrbrodt1-1/+1
2018-09-17New loplugin:externalStephan Bergmann5-5/+8
2018-09-11clang-tidy bugprone-copy-constructor-initNoel Grandin1-1/+1
2018-09-06loplugin:simplifyconstruct in canvas..cuiNoel Grandin3-6/+2
2018-09-06clang-tidy performance-unnecessary-value-paramNoel Grandin2-3/+4
2018-09-05loplugin:useuniqueptr in AccessibleEventNotifierNoel Grandin1-3/+3
2018-08-29Replace find_if with proper quantifier algorithmsArkadiy Illarionov1-2/+1
2018-08-29loplugin:constantparam (1)Noel Grandin1-42/+7
2018-08-22new loplugin:conststringfieldNoel Grandin4-62/+49