summaryrefslogtreecommitdiffstats
path: root/offapi
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2018-02-11 12:25:21 +0900
committerTomaž Vajngerl <quikee@gmail.com>2018-02-13 20:26:45 +0100
commit94dbc40e739267d5567257fcd88af445e07e955c (patch)
treea09545b44750d1530de5e677326e539634436e92 /offapi
parentGroupedbar Calc add priority feature and fix context-default (diff)
downloadcore-94dbc40e739267d5567257fcd88af445e07e955c.tar.gz
core-94dbc40e739267d5567257fcd88af445e07e955c.zip
XGraphicStorageHandler: support loading graphic from stream
Needed for all the loading of images from base64 strings.. Change-Id: Ic1cb262b5d064e91690b0dc3bb3ab0e9ca0cda53 Reviewed-on: https://gerrit.libreoffice.org/49556 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/document/XGraphicStorageHandler.idl1
1 files changed, 1 insertions, 0 deletions
diff --git a/offapi/com/sun/star/document/XGraphicStorageHandler.idl b/offapi/com/sun/star/document/XGraphicStorageHandler.idl
index b0c9ee2efa26..3c9ae6557efa 100644
--- a/offapi/com/sun/star/document/XGraphicStorageHandler.idl
+++ b/offapi/com/sun/star/document/XGraphicStorageHandler.idl
@@ -21,6 +21,7 @@ interface XGraphicStorageHandler : com::sun::star::uno::XInterface
{
com::sun::star::graphic::XGraphic loadGraphic([in] string aURL);
+ com::sun::star::graphic::XGraphic loadGraphicFromOutputStream([in] com::sun::star::io::XOutputStream xOutputStream);
string saveGraphic([in] com::sun::star::graphic::XGraphic xGraphic);