LibreOffice
LibreOffice 24.8 SDK API Reference
 
Loading...
Searching...
No Matches
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
11module com { module sun { module star { module document {
12
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:19
com::sun::star::graphic::XGraphic loadGraphic([in] string aURL)
load a graphic defined by the URL from the storage
com::sun::star::graphic::XGraphic loadGraphicFromOutputStream([in] com::sun::star::io::XOutputStream xOutputStream)
load a graphic from the output stream
com::sun::star::io::XInputStream createInputStream([in] com::sun::star::graphic::XGraphic xGraphic)
create an input stream from the input graphic
string saveGraphic([in] com::sun::star::graphic::XGraphic xGraphic)
save the graphic to the storage and return the URL reference to its location inside the storage
string saveGraphicByName([in] com::sun::star::graphic::XGraphic xGraphic, [out] string savedMimeType, [in] string aRequestedName)
save the graphic to the storage with a requested name and return the URL reference to its location in...
This interface acts as a container for the loaded graphic.
Definition XGraphic.idl:38
This is the basic interface to read data from a stream.
Definition XInputStream.idl:30
This is the basic interface to write data to a stream.
Definition XOutputStream.idl:30
base interface of all UNO interfaces
Definition XInterface.idl:46
Definition Ambiguous.idl:20