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

Mike Kaganski <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |NEW
                 CC|                            |[email protected]

--- Comment #3 from Mike Kaganski <[email protected]> ---
The problem is in SvPasteObjectHelper::GetEmbeddedName, which casts the byte
array returned from anySequence.getArray( ) to OleObjectDescriptor*.

The latter struct is defined in svtools/source/dialogs/insdlg.cxx, and is
documented there to "conform to the Microsoft OBJECTDESCRIPTOR" [1]. You may
note the MS struct using SIZEL and POINTL, and OleObjectDescriptor using Size
and Point - both affected by tools::Long ...

[1]
https://docs.microsoft.com/en-us/windows/win32/api/oleidl/ns-oleidl-objectdescriptor

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to