AccessibleRelation.idl (d1766043) AccessibleRelation.idl (0d3a54ff)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 21 unchanged lines hidden (view full) ---

30module com { module sun { module star { module accessibility {
31
32/** An <type>AccessibleRelation</type> object defines a one-to-many
33 relation.
34
35 <p>The represented relation points from the implementing object to a set
36 of target objects.</p>
37
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 21 unchanged lines hidden (view full) ---

30module com { module sun { module star { module accessibility {
31
32/** An <type>AccessibleRelation</type> object defines a one-to-many
33 relation.
34
35 <p>The represented relation points from the implementing object to a set
36 of target objects.</p>
37
38 @since OOo 1.1.2
38 @since OpenOffice 1.1.2
39*/
40published struct AccessibleRelation
41{
42 /** Type of the relation.
43
44 <p>Its value has to be one of the constants defined by
45 <type>AccessibleRelationType</type>. If that value is INVALID then
46 the whole relation is regarded as invalid. The content of the

--- 18 unchanged lines hidden ---
39*/
40published struct AccessibleRelation
41{
42 /** Type of the relation.
43
44 <p>Its value has to be one of the constants defined by
45 <type>AccessibleRelationType</type>. If that value is INVALID then
46 the whole relation is regarded as invalid. The content of the

--- 18 unchanged lines hidden ---