On 02/08/2019 17:45, Michael Meeks (via logerrit) wrote:
desktop/qa/data/objects.odt |binary
desktop/qa/desktop_lib/test_desktop_lib.cxx | 61 +++
desktop/source/lib/init.cxx | 331 ++++++++++++++++++--
desktop/source/lib/lokclipboard.cxx | 225 +++++++++++--
desktop/source/lib/lokclipboard.hxx | 83 ++++-
editeng/source/editeng/editeng.cxx | 3
include/LibreOfficeKit/LibreOfficeKit.h | 19 +
include/LibreOfficeKit/LibreOfficeKit.hxx | 50 +++
include/LibreOfficeKit/LibreOfficeKitEnums.h | 9
include/vcl/transfer.hxx | 1
offapi/com/sun/star/datatransfer/XTransferable2.idl | 5
sc/source/ui/app/seltrans.cxx | 12
sc/source/ui/app/transobj.cxx | 83 +++--
sc/source/ui/inc/seltrans.hxx | 1
sc/source/ui/inc/transobj.hxx | 1
sc/source/ui/view/viewfun5.cxx | 3
sfx2/source/view/lokhelper.cxx | 17 -
sw/source/filter/html/htmlplug.cxx | 6
sw/source/filter/html/wrthtml.cxx | 24 -
sw/source/filter/html/wrthtml.hxx | 6
sw/source/uibase/dochdl/swdtflvr.cxx | 42 ++
sw/source/uibase/inc/swdtflvr.hxx | 1
vcl/source/treelist/transfer.cxx | 6
23 files changed, 863 insertions(+), 126 deletions(-)
New commits:
[...]
commit 7e174f327a3cf16a09e4b2f8e2ffba2225c21901
Author: Ashod Nakashian <ashod.nakashian@collabora.co.uk>
AuthorDate: Fri Jul 19 23:51:16 2019 +0100
Commit: Michael Meeks <michael.meeks@collabora.com>
CommitDate: Fri Aug 2 11:41:47 2019 -0400
LOK: Support detecting complex selections
Includes unit-test, but is otherwise not complete
implementation.
Change-Id: I5fdcd543358caab1858f6351238c21312665839c
[...]
diff --git a/offapi/com/sun/star/datatransfer/XTransferable2.idl
b/offapi/com/sun/star/datatransfer/XTransferable2.idl
index f792a969ded8..a6b53f0671e2 100644
--- a/offapi/com/sun/star/datatransfer/XTransferable2.idl
+++ b/offapi/com/sun/star/datatransfer/XTransferable2.idl
@@ -31,6 +31,11 @@ interface XTransferable2 : com::sun::star::datatransfer::XTransferable
*/
any getTransferData2( [in] DataFlavor aFlavor, [in] string aDestShellID )
raises ( UnsupportedFlavorException, com::sun::star::io::IOException );
+
+ /**
+ * Returns true if the selection contains embedded objects or is a large text blob.
Please provide a @since tag. (And one wonders why these patches didn't
get in through Gerrit.)
+ */
+ boolean isComplex();
};
}; }; }; };
[...]
Context
- Re: [Libreoffice-commits] core.git: 27 commits - desktop/qa desktop/source editeng/source include/LibreOfficeKit include/vcl offapi/com sc/source sfx2/source sw/source vcl/source · Stephan Bergmann
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.