[Libreoffice-bugs] [Bug 120527] sw TextGraphicObject: handle XBitmap for GraphicURL - make it available in Draw and Impress

2018-11-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120527 Miklos Vajna changed: What|Removed |Added Status|NEW |ASSIGNED

[Libreoffice-bugs] [Bug 120527] sw TextGraphicObject: handle XBitmap for GraphicURL - make it available in Draw and Impress

2018-11-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120527 Miklos Vajna changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever confirmed|0

[Libreoffice-bugs] [Bug 120527] sw TextGraphicObject: handle XBitmap for GraphicURL - make it available in Draw and Impress

2018-11-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120527 --- Comment #10 from Klaus Blum --- ...just to be on the safe side: Is this test macro what you need? If anything is still missing, please let me know. -- You are receiving this mail because: You are the assignee for the

[Libreoffice-bugs] [Bug 120527] sw TextGraphicObject: handle XBitmap for GraphicURL - make it available in Draw and Impress

2018-11-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120527 --- Comment #9 from Klaus Blum --- Created attachment 146621 --> https://bugs.documentfoundation.org/attachment.cgi?id=146621=edit LilyPond-generated SVG file for testing -- You are receiving this mail because: You are the assignee

[Libreoffice-bugs] [Bug 120527] sw TextGraphicObject: handle XBitmap for GraphicURL - make it available in Draw and Impress

2018-11-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120527 --- Comment #8 from Klaus Blum --- Okay, now I know what is still missing. Here is a function for Draw and Impress that hopefully does what you need. It contains a path to a SVG file that you'd have to adjust to work on your machine.

[Libreoffice-bugs] [Bug 120527] sw TextGraphicObject: handle XBitmap for GraphicURL - make it available in Draw and Impress

2018-11-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120527 --- Comment #7 from Miklos Vajna --- Yes; the question from comment 3 is still unanswered. :-) If you could please provide a simple macro which does the followings: - create an Impress bitmap shape - load an image into the bitmap table

[Libreoffice-bugs] [Bug 120527] sw TextGraphicObject: handle XBitmap for GraphicURL - make it available in Draw and Impress

2018-11-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120527 --- Comment #6 from Klaus Blum --- The problem with Draw and Impress persists in the 6.1.3.2 (x64) Release. Are there any further informations I could provide to help? -- You are receiving this mail because: You are the assignee for

[Libreoffice-bugs] [Bug 120527] sw TextGraphicObject: handle XBitmap for GraphicURL - make it available in Draw and Impress

2018-10-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120527 --- Comment #5 from Klaus Blum --- Yes, I can confirm this behaviour in the 6.1.2.1 release. In both functions (Writer and Draw/Impress), I've set a breakpoint on the line sNewURL = oBitmaps.getByName( "OOoLilyPond" ) and observed

[Libreoffice-bugs] [Bug 120527] sw TextGraphicObject: handle XBitmap for GraphicURL - make it available in Draw and Impress

2018-10-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120527 --- Comment #4 from Klaus Blum --- Created attachment 145661 --> https://bugs.documentfoundation.org/attachment.cgi?id=145661=edit Screenshot of LO Basic debugger -- You are receiving this mail because: You are the assignee for the

[Libreoffice-bugs] [Bug 120527] sw TextGraphicObject: handle XBitmap for GraphicURL - make it available in Draw and Impress

2018-10-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120527 --- Comment #3 from Miklos Vajna --- Could you please double-check this is indeed happening? My understand is that the problem happens when the URL would be used as a value for some Impress bitmap shape property. If you declare sNewUrl

[Libreoffice-bugs] [Bug 120527] sw TextGraphicObject: handle XBitmap for GraphicURL - make it available in Draw and Impress

2018-10-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120527 --- Comment #2 from Klaus Blum --- Up to the line that causes the error, the code is exactly the same as for Writer. Here it is: Function ImportBitmapIntoDraw(sURL As String, Optional oGraphicShape) As Object ' Imports a

[Libreoffice-bugs] [Bug 120527] sw TextGraphicObject: handle XBitmap for GraphicURL - make it available in Draw and Impress

2018-10-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120527 Miklos Vajna changed: What|Removed |Added CC||vmik...@collabora.co.uk ---