LibreOffice
LibreOffice 7.3 SDK API Reference
XSpreadsheets2.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_sheet_XSpreadsheets2_idl__
11#define __com_sun_star_sheet_XSpreadsheets2_idl__
12
17
18
19module com { module sun { module star { module sheet {
20
21
27{
48 [in] string srcName,
49 [in] long nDestPosition)
52};
53
54
55}; }; }; };
56
57#endif
58
59/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition: IllegalArgumentException.idl:31
This exception is thrown to indicate that a container has been accessed with an illegal index.
Definition: IndexOutOfBoundsException.idl:35
provides access to a collection of spreadsheets.
Definition: XSpreadsheetDocument.idl:35
extends XSpreadsheets interface to import external sheets.
Definition: XSpreadsheets2.idl:27
long importSheet([in] com::sun::star::sheet::XSpreadsheetDocument srcDoc, [in] string srcName, [in] long nDestPosition)
copies a sheet from a source document.
provides methods to access the spreadsheets by name and to insert, copy, remove and rearrange spreads...
Definition: XSpreadsheets.idl:35
Definition: Ambiguous.idl:22