LibreOffice
LibreOffice 25.8 SDK API Reference
Loading...
Searching...
No Matches
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
11module 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: */
Definition Ambiguous.idl:20
contains a reference to a cell range.
Definition ComplexReference.idl:27
contains the information regarding table structured reference tokens
Definition TableRefToken.idl:22
short Item
The item specifier, type of the table reference within the database range.
Definition TableRefToken.idl:32
ComplexReference Reference
The corresponding cell range reference.
Definition TableRefToken.idl:37
long Index
The index of the database range.
Definition TableRefToken.idl:26