summaryrefslogtreecommitdiff
path: root/desktop/source/lib/lokinteractionhandler.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-05-20use for-range on Sequence in d*Noel Grandin1-7/+7
2020-03-30lok: Avoid deadlock for password-protected doc with gtktiledviewerMichael Weghorn1-0/+4
2020-01-24tdf#42949 Fix IWYU warnings in desktop/Gabor Kelemen1-1/+0
2019-08-17tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet1-7/+5
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): desktopStephan Bergmann1-1/+1
2019-07-29sfx2: Re-enable the sidebars for LOKAshod Nakashian1-1/+1
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke1-1/+0
2018-01-15More loplugin:cstylecast: desktopStephan Bergmann1-2/+2
2017-12-23LOK: support password-protected PDF docsAshod Nakashian1-2/+10
2017-10-23loplugin:includeform: desktopStephan Bergmann1-1/+1
2017-08-01loplugin:checkunusedparamsNoel Grandin1-1/+0
2017-04-04make UNO enums scoped for internal LO codeNoel Grandin1-2/+2
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-6/+5
2016-12-08lokit: support password protected binary MS and OOXML documentsTomaž Vajngerl1-11/+31
2016-06-17comphelper lok: remove the g_bViewCallback globalMiklos Vajna1-1/+1
2016-06-15Fix per-view CppunitTest_libreofficekit_tiledrenderingMiklos Vajna1-2/+3
2016-06-09desktop lok: implement per-view CallbackFlushHandlerMiklos Vajna1-2/+5
2016-05-07New LOKDocument callback queue to flush events lazily on idleAshod Nakashian1-2/+2
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-1/+1
2016-02-03libreofficekit: CppunitTest_libreofficekit_tiledrendering crashesMichael Stahl1-3/+4
2016-02-03lok interaction handler: Add handling of io and network errors.Jan Holesovsky1-17/+177
2016-02-03lok interaction handler: Move password handling to an own method.Jan Holesovsky1-56/+54
2016-01-27libreofficekit: password interaction optional and off by defaultMichael Stahl1-7/+12
2016-01-25loplugin:defaultparamsStephan Bergmann1-1/+1
2016-01-25libreofficekit: ask for password when loading encrypted documentsMichael Stahl1-1/+88
2016-01-25desktop: use x prefix for uno::ReferenceMichael Stahl1-4/+8
2015-09-11LOK: Implement an own trivial InteractionHandler.Jan Holesovsky1-0/+83