LibreOffice
LibreOffice 24.2 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 
20 module com { module sun { module star { module accessibility {
21 
34 constants AccessibleRelationType
35 {
41  const short INVALID = 0;
42 
47  const short CONTENT_FLOWS_FROM = 1;
48 
53  const short CONTENT_FLOWS_TO = 2;
54 
60  const short CONTROLLED_BY = 3;
61 
67  const short CONTROLLER_FOR = 4;
68 
74  const short LABEL_FOR = 5;
75 
80  const short LABELED_BY = 6;
81 
87  const short MEMBER_OF = 7;
88 
96  const short SUB_WINDOW_OF = 8;
97 
106  const short NODE_CHILD_OF = 9;
107 
114  const short DESCRIBED_BY = 10;
115 };
116 
117 }; }; }; };
118 
119 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
const short LABEL_FOR
Label-for relation type.
Definition: AccessibleRelationType.idl:74
const short MEMBER_OF
Member-of relation type.
Definition: AccessibleRelationType.idl:87
const short CONTENT_FLOWS_FROM
Content-flows-from relation.
Definition: AccessibleRelationType.idl:47
const short CONTROLLED_BY
Controlled-by relation type.
Definition: AccessibleRelationType.idl:60
Definition: Ambiguous.idl:20
const short LABELED_BY
Labeled-by relation type.
Definition: AccessibleRelationType.idl:80
const short CONTROLLER_FOR
Controller-for relation type.
Definition: AccessibleRelationType.idl:67
const short SUB_WINDOW_OF
Sub-Window-of relation type.
Definition: AccessibleRelationType.idl:96
const short CONTENT_FLOWS_TO
Content-flows-to relation.
Definition: AccessibleRelationType.idl:53
const short DESCRIBED_BY
Described-by relation type.
Definition: AccessibleRelationType.idl:114
const short INVALID
Invalid relation type.
Definition: AccessibleRelationType.idl:41
const short NODE_CHILD_OF
Node-Child-of relation type.
Definition: AccessibleRelationType.idl:106