[Libreoffice-bugs] [Bug 127141] EDITIMG: Pasting does not work from Microsoft One Note

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Sun Aug 25 00:05:37 UTC 2019


https://bugs.documentfoundation.org/show_bug.cgi?id=127141

V Stuart Foote <vstuart.foote at utsa.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |RESOLVED
                 CC|                            |noelgrandin at gmail.com
         Resolution|---                         |NOTABUG

--- Comment #2 from V Stuart Foote <vstuart.foote at utsa.edu> ---
With One Note (Office 2016)

Using NirSoft's InsideClipboard a text string "My junk name" is copied to
clipboard as 

1       CF_TEXT Memory  15      4
8       CF_DIB  Memory  11,880  6
13      CF_UNICODETEXT  Memory  30      3
14      CF_ENHMETAFILE  Enhanced metafile       0       5
49409   HTML Format     Memory  650     2
50060   OneNote 2010 Internal   Memory  56      1       

=-=-=
On WIndows 10 Ent 64-bit en-US (1903) with
Version: 6.4.0.0.alpha0+ (x64)
Build ID: 3e64065612acec2eb29aa21e2b515953422256d7
CPU threads: 8; OS: Windows 10.0; UI render: GL; VCL: win; 
TinderBox: Win-x86_64 at 62-TDF, Branch:master, Time: 2019-08-15_22:57:26
Locale: en-US (en_US); UI-Language: en-US
Calc: threaded

Looks like for our paste action we use the CF_DIB -- Device Independent Bitmap

And in LibreOffice Paste Special actions, we list the source as 'Unknown
Source', and offer these formats for use:

Stripped HypeTextMarkup Language (Simple HTML)
HTML format without comments
Unformatted text
Graphics Device Interface metafile (GDI)
Bitmap Image (BMP)


Bottom line--multiple ClipBoard formats available including handling of text
strings for insertion to Writer. Nothing else necessary.

=> NAB

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190825/9c2054fd/attachment-0001.html>


More information about the Libreoffice-bugs mailing list