LibreOffice
LibreOffice 7.3 SDK API Reference
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
16
17
18module com { module sun { module star { module style {
19
27{
49 [in] sequence<com::sun::star::beans::PropertyValue> aOptions )
51};
52
53
54}; }; }; };
55
56#endif
57
58/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
is thrown when an input or output error has occurred.
Definition: IOException.idl:31
allows to explicitly free resources and break cyclic references.
Definition: XComponent.idl:43
extends XStyleLoader interface to import styles from an already opened component.
Definition: XStyleLoader2.idl:27
void loadStylesFromDocument([in] com::sun::star::lang::XComponent aSourceComponent, [in] sequence< com::sun::star::beans::PropertyValue > aOptions)
loads styles from a given document
enables the object to import styles from documents.
Definition: XStyleLoader.idl:33
Definition: Accessible.idl:22