LibreOffice
LibreOffice 7.3 SDK API Reference
AccessibleRelationType.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 * This file incorporates work covered by the following license notice:
10 *
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18 */
19#ifndef __com_sun_star_accessibility_AccessibleRelationType_idl__
20#define __com_sun_star_accessibility_AccessibleRelationType_idl__
21
22module com { module sun { module star { module accessibility {
23
36constants AccessibleRelationType
37{
43 const short INVALID = 0;
44
49 const short CONTENT_FLOWS_FROM = 1;
50
55 const short CONTENT_FLOWS_TO = 2;
56
62 const short CONTROLLED_BY = 3;
63
69 const short CONTROLLER_FOR = 4;
70
76 const short LABEL_FOR = 5;
77
82 const short LABELED_BY = 6;
83
89 const short MEMBER_OF = 7;
90
98 const short SUB_WINDOW_OF = 8;
99
108 const short NODE_CHILD_OF = 9;
109
116 const short DESCRIBED_BY = 10;
117};
118
119}; }; }; };
120
121#endif
122
123/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
const short SUB_WINDOW_OF
Sub-Window-of relation type.
Definition: AccessibleRelationType.idl:98
const short CONTROLLER_FOR
Controller-for relation type.
Definition: AccessibleRelationType.idl:69
const short LABEL_FOR
Label-for relation type.
Definition: AccessibleRelationType.idl:76
const short CONTENT_FLOWS_FROM
Content-flows-from relation.
Definition: AccessibleRelationType.idl:49
const short CONTROLLED_BY
Controlled-by relation type.
Definition: AccessibleRelationType.idl:62
const short NODE_CHILD_OF
Node-Child-of relation type.
Definition: AccessibleRelationType.idl:108
const short LABELED_BY
Labeled-by relation type.
Definition: AccessibleRelationType.idl:82
const short CONTENT_FLOWS_TO
Content-flows-to relation.
Definition: AccessibleRelationType.idl:55
const short MEMBER_OF
Member-of relation type.
Definition: AccessibleRelationType.idl:89
const short INVALID
Invalid relation type.
Definition: AccessibleRelationType.idl:43
const short DESCRIBED_BY
Described-by relation type.
Definition: AccessibleRelationType.idl:116
Definition: Ambiguous.idl:22