summaryrefslogtreecommitdiff
path: root/sfx2/source/view/lokhelper.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-11-03size some stringbuffer to prevent re-allocNoel Grandin1-1/+1
2019-10-17loplugin:buffereadd find stuff involving adding *StringBufferNoel Grandin1-5/+5
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin1-3/+3
2019-10-11lok: ensure that dialog windows are focused before emitting events.Michael Meeks1-10/+15
2019-10-02Ensure that 'input' events are processed asynchronously too.Michael Meeks1-0/+26
2019-10-02Adopt a more brute-force approach for deleting text for now.Michael Meeks1-1/+12
2019-10-01lok: handling a single msg for deleting multiple charactersMarco Cecchetti1-2/+2
2019-09-26drop unnecessary includes and update pchCaolán McNamara1-0/+1
2019-09-25lok: deduplicate code related to notifyDocumentSizeChanged() callTamás Zolnai1-0/+13
2019-09-25lok: send an invalidation by document size changeTamás Zolnai1-0/+20
2019-08-02lok: vital to quote nested JSON inserted into a json property.Michael Meeks1-1/+16
2019-05-07unipoll: emit user input-events & uno commands directly when in unipoll mode.Michael Meeks1-1/+9
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen1-0/+2
2019-03-28tdf#42949 Fix IWYU warnings in include/sfx2/[e-M]*Gabor Kelemen1-0/+1
2019-03-15LOK: switch view before event emission if necessary.Michael Meeks1-0/+9
2019-03-14LOK: re-factor async key & mouse event re-posting.Michael Meeks1-0/+118
2018-11-06lok: Notify about the current editing context.Jan Holesovsky1-0/+9
2018-07-30loplugin:stringloop in sfx2..svxNoel Grandin1-6/+8
2018-04-07sw lok: View jumps to cursor position even if it is moved by an other view.Tamás Zolnai1-0/+16
2018-01-12More loplugin:cstylecast: sfx2Stephan Bergmann1-6/+6
2018-01-06lok: send modified status when applying cell-formula before savingAshod Nakashian1-0/+11
2017-12-19lokdialog: Allow windows / dialogs in different languages.Jan Holesovsky1-0/+17
2017-12-04lokdialog: multiview: Do not mix one view with otherPranav Kant1-3/+5
2017-12-04lokdialog: Simplify; make the LOK dialog API more genericPranav Kant1-18/+2
2017-11-29lokdialog: Notify the current view onlyPranav Kant1-10/+4
2017-11-29lokdialog: Move the painting down to Window, and enable Calc and Impress.Jan Holesovsky1-2/+2
2017-11-29lokdialog: Move the Notifier down to vcl::Window.Jan Holesovsky1-6/+6
2017-11-29lokdialog: Make vcl::DialogID an integerPranav Kant1-6/+6
2017-11-15lokdialog: Expose cursor visible statusPranav Kant1-3/+11
2017-11-09lokdialog: Support painting parts of the dialogPranav Kant1-4/+7
2017-10-28lokdialog: Use UNO name as dialog id when invoking lok callbacksPranav Kant1-2/+2
2017-10-02Change CB_DIALOG_INVALIDATE to CB_DIALOGPranav Kant1-2/+6
2017-10-02lokdialog: Support for rendering floating window dialog widgetsPranav Kant1-0/+18
2017-10-02lokdialog: Dialog invalidation supportPranav Kant1-0/+13
2017-07-28sfx2 lokhelper: indentation fixesMiklos Vajna1-2/+2
2017-07-21loplugin:constparams in sfx2Noel Grandin1-2/+2
2017-05-28remove unnecessary use of OString::getStrNoel Grandin1-5/+7
2017-05-16lok: sc: make row/col header updating, on row/col operations, tab-awareMarco Cecchetti1-11/+0
2017-04-21LOK - Calc: changed the way header is updated on row/col insert/removeMarco Cecchetti1-0/+11
2017-03-24convert ViewShellId to o3tl::strong_intNoel Grandin1-7/+7
2017-02-24don't have to create SfxApplication if it doesn't already existCaolán McNamara1-5/+17
2017-02-06Indentation fixesMiklos Vajna1-2/+2
2017-01-31Build the json message a much less expensive way.Jan Holesovsky1-10/+4
2016-09-29LOK: conditionally include part number in invalidation payloadMiklos Vajna1-0/+12
2016-09-16sfx2: add SfxLokHelper::getViewIdsMiklos Vajna1-0/+14
2016-09-16lok::Document: rename getViews() to getViewsCount()Miklos Vajna1-2/+2
2016-09-14sfx2: use range-based for loop in lokhelperMiklos Vajna1-4/+2
2016-09-01sfx2: nullptr pViewShell was seen in SfxLokHelper::getView()Miklos Vajna1-0/+4
2016-08-31sfx2 lok: introduce SfxViewShell::NotifyCursor()Miklos Vajna1-11/+15
2016-08-19coverity#1371337 Dereference null return valueCaolán McNamara1-2/+6