LibreOffice
LibreOffice 4.2 SDK API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
XSheetDataProvider.idl
Go to the documentation of this file.
1 /*
2  * This file is part of the LibreOffice project.
3  *
4  * This Source Code Form is subject to the terms of the Mozilla Public
5  * License, v. 2.0. If a copy of the MPL was not distributed with this
6  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
7  */
8 
9 #ifndef com_sun_star_chart2_data_XSheetDataProvider_idl
10 #define com_sun_star_chart2_data_XSheetDataProvider_idl
11 
15 
16 module com { module sun { module star { module chart2 { module data {
17 
22 {
23  boolean createDataSequenceByFormulaTokensPossible(
24  [in] sequence< com::sun::star::sheet::FormulaToken > aTokens );
25 
26  XDataSequence createDataSequenceByFormulaTokens(
27  [in] sequence< com::sun::star::sheet::FormulaToken > aTokens )
29 };
30 
31 };};};};};
32 
33 #endif
allows access to a one-dimensional sequence of data.
Definition: XDataSequence.idl:43
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument...
Definition: IllegalArgumentException.idl:29
base interface of all UNO interfaces
Definition: XInterface.idl:47
Interface specific to spreadsheet data provider backend.
Definition: XSheetDataProvider.idl:21