<div dir="ltr">Howdy list,<div><br></div><div>Reading over this, and sorry if this is a naive question, but I was wondering if this could effect the way image controls work in forms and reports.</div><div><br></div><div>When an imagecontrol on a form (or Report Builder report) is linked to a character field in a data table the control reads a URL from the data field and loads the image into the control as the user moves through the table or as a report is generated.</div><div><br></div><div>For a Form, the user can also insert a graphic into the control via the GUI and table column with the URL. </div><div><br></div><div>Like I say I don't have enough detail knowledge of how this works, under the hood, to know if what is changing here could be an issue or not, so thought I would ask.</div><div><br></div><div>Thank you for your time in advance.</div><div><br></div><div><br></div><div> </div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Apr 27, 2018 at 7:06 AM, Tomaž Vajngerl <span dir="ltr"><<a href="mailto:quikee@gmail.com" target="_blank">quikee@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I'm have the API changes pending in gerrit [1] now (they need to pass<br>
the build) which are due to image handling rework. All the old<br>
properties that used the vnd.sun.star.GraphicObject URL scheme are<br>
still functioning, but only to set the property and only when an<br>
external URLs is provided (it loads the XGraphic from the URL). When<br>
getting the URL a RuntimeException is thrown. I have written the new<br>
behavior in the property description and marked the property as<br>
deprecated.<br>
<br>
The following properties were changed and are now "set-only":<br>
- FillBitmapURL -> FillBitmap<br>
- GraphicURL -> GraphicBitmap<br>
- ImageURL -> Graphic<br>
- SymbolBitmapURL -> SymbolBitmap<br>
- GraphicURL -> Graphic<br>
- BackGraphicURL -> BackGraphic<br>
- HeaderBackGraphicURL -> HeaderBackGraphic<br>
- FooterBackGraphicURL -> FooterBackGraphic<br>
- ParaBackGraphicURL -> ParaBackGraphic<br>
<br>
The following properties were changed and are now "set-only" but not in API:<br>
- ReplacementGraphicURL -> ReplacementGraphic<br>
<br>
The following properties were not in API and are removed:<br>
- ThumbnailGraphicURL -> ThumbnailGraphic<br>
- HeaderFillBitmapURL -> HeaderFillBitmap<br>
- FooterFillBitmapURL -> FooterFillBitmap<br>
<br>
[1] <a href="https://gerrit.libreoffice.org/#/q/owner:quikee%2540gmail.com+status:open" rel="noreferrer" target="_blank">https://gerrit.libreoffice.<wbr>org/#/q/owner:quikee%<wbr>2540gmail.com+status:open</a><br>
<div class="HOEnZb"><div class="h5"><br>
Regards, Tomaž<br>
______________________________<wbr>_________________<br>
LibreOffice mailing list<br>
<a href="mailto:LibreOffice@lists.freedesktop.org">LibreOffice@lists.freedesktop.<wbr>org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/libreoffice" rel="noreferrer" target="_blank">https://lists.freedesktop.org/<wbr>mailman/listinfo/libreoffice</a><br>
</div></div></blockquote></div><br></div>