libreoffice-online/kit
Luboš Luňák f84e758ebc use the more efficient getSelectionTypeAndText()
Otherwise calling getSelectionType() first and then getTextSelection()
creates the XTransferable2 twice, and then possibly converts it
to the text format twice, which may be expensive.

Also some cypress tests use selectEntireSheet() and then check
the clipboard contents, which with the switch to 16k columns in Calc
may be slow enough in debug builds when done twice to time out
the test, and this helps a bit there.

Signed-off-by: Luboš Luňák <l.lunak@centrum.cz>
Change-Id: If166f67c216281d32dbb1d3e10b51177b42a9668
2022-06-02 15:44:19 +02:00
..
ChildSession.cpp use the more efficient getSelectionTypeAndText() 2022-06-02 15:44:19 +02:00
ChildSession.hpp browser: contentcontrol: added dropdown type 2022-06-01 15:33:47 +03:00
Delta.hpp perf: better identical run copying while un-pre-multiplying. 2022-05-31 19:06:28 +01:00
DummyLibreOfficeKit.cpp
DummyLibreOfficeKit.hpp
ForKit.cpp wsd: log macro cleanup 2022-04-26 11:13:44 +03:00
Kit.cpp deltas: track, transmit and cache deltas (disabled for now) 2022-05-24 22:16:58 +01:00
Kit.hpp Add a remote font download feature 2022-04-15 17:32:41 +03:00
KitHelper.hpp fixed master slide previews not being updated 2022-02-04 01:16:13 +05:30
SetupKitEnvironment.hpp rename: remaining lool->cool changes 2021-11-18 14:14:11 +01:00
TestStubs.cpp
Watermark.hpp