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