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

            Bug ID: 117427
           Summary: Get and Set GraphicURL using te API no longer working
           Product: LibreOffice
           Version: 6.1.0.0.alpha1+ Master
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: LibreOffice
          Assignee: [email protected]
          Reporter: [email protected]

Created attachment 141890
  --> https://bugs.documentfoundation.org/attachment.cgi?id=141890&action=edit
doc with macro's inserting and changing images

Due to API-CHANGE - dropping vnd.sun.star.GraphicObject string properties there
is lost a lot of critical functionalities.

- As we not can "get" the GraphicURL how can we find out the URL where a image
is linked  to?
- How can we know when a image is "linked" or "embeded" ?
  we uses in the past:
if left(oCheckgraphic1.GraphicURL,27) <> "vnd.sun.star.GraphicObject:" then 

-  As we not can "set" the GraphicURL Inserting its no longer possible to
insert a "linked" image or change a linked image.(find a use case in the
attached document)

-- 
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