LibreOffice
LibreOffice 24.2 SDK API Reference
XGraphicStorageHandler.idl
Go to the documentation of this file.
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  */
10 
11 module com { module sun { module star { module document {
12 
19 {
22  com::sun::star::graphic::XGraphic loadGraphic([in] string aURL);
23 
26  com::sun::star::graphic::XGraphic loadGraphicFromOutputStream([in] com::sun::star::io::XOutputStream xOutputStream);
27 
31  string saveGraphic([in] com::sun::star::graphic::XGraphic xGraphic);
32 
37  string saveGraphicByName([in] com::sun::star::graphic::XGraphic xGraphic, [out] string savedMimeType, [in] string aRequestedName);
38 
42 };
43 
44 }; }; }; };
45 
46 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
interface for loading, saving and serializing of XGraphic objects to a document storage ...
Definition: XGraphicStorageHandler.idl:18
Definition: Ambiguous.idl:20
This interface acts as a container for the loaded graphic.
Definition: XGraphic.idl:37
This is the basic interface to write data to a stream.
Definition: XOutputStream.idl:29
This is the basic interface to read data from a stream.
Definition: XInputStream.idl:29
base interface of all UNO interfaces
Definition: XInterface.idl:45