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

V Stuart Foote <vstuart.fo...@utsa.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |RESOLVED
                 CC|                            |noelgran...@gmail.com
         Resolution|---                         |NOTABUG

--- Comment #2 from V Stuart Foote <vstuart.fo...@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@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.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to