LibreOffice
LibreOffice 25.2 SDK API Reference
TableRefToken.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 
11 module com { module sun { module star { module sheet {
12 
13 
22 {
26  long Index;
27 
28 
32  short Item;
33 
34 
38 
39 };
40 
41 
42 }; }; }; };
43 
44 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
long Index
The index of the database range.
Definition: TableRefToken.idl:26
Definition: Ambiguous.idl:20
contains a reference to a cell range.
Definition: ComplexReference.idl:26
ComplexReference Reference
The corresponding cell range reference.
Definition: TableRefToken.idl:37
contains the information regarding table structured reference tokens
Definition: TableRefToken.idl:21
short Item
The item specifier, type of the table reference within the database range.
Definition: TableRefToken.idl:32