LibreOffice
LibreOffice 6.2 SDK API Reference
com
sun
star
style
XStyleLoader2.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
#ifndef __com_sun_star_style_XStyleLoader2_idl__
11
#define __com_sun_star_style_XStyleLoader2_idl__
12
13
#include <
com/sun/star/beans/PropertyValue.idl
>
14
#include <
com/sun/star/io/IOException.idl
>
15
#include <
com/sun/star/lang/XComponent.idl
>
16
17
18
module
com
{ module sun { module star { module style {
19
26
interface
XStyleLoader2
:
com::sun::star::style::XStyleLoader
27
{
48
void
loadStylesFromDocument( [in]
com::sun::star::lang::XComponent
aSourceComponent,
49
[in] sequence<com::sun::star::beans::PropertyValue> aOptions )
50
raises(
com::sun::star::io::IOException
);
51
};
52
53
54
}; }; }; };
55
56
#endif
57
58
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
com::sun::star::style::XStyleLoader
enables the object to import styles from documents.
Definition:
XStyleLoader.idl:32
XComponent.idl
com::sun::star::style::XStyleLoader2
extends XStyleLoader interface to import styles from an already opened component.
Definition:
XStyleLoader2.idl:26
com::sun::star::io::IOException
is thrown when an input or output error has occurred.
Definition:
IOException.idl:30
PropertyValue.idl
com::sun::star::lang::XComponent
allows to explicitly free resources and break cyclic references.
Definition:
XComponent.idl:42
IOException.idl
com
Definition:
Ambiguous.idl:22
Generated by
1.8.16