[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
sbergman at redhat.com
Fri Aug 2 16:07:48 UTC 2019
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 at collabora.co.uk>
> AuthorDate: Fri Jul 19 23:51:16 2019 +0100
> Commit: Michael Meeks <michael.meeks at 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();
> };
>
> }; }; }; };
[...]
More information about the LibreOffice
mailing list