AccessibleRelationType.idl (d1766043) AccessibleRelationType.idl (df906e24)
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

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

105
106 <p>Indicates an object is a cell in a tree or treetable which is
107 displayed because a cell in the same column is expanded and
108 identifies that cell.</p>
109
110 @since OOo 3.0
111 */
112 const short NODE_CHILD_OF = 9;
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

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

105
106 <p>Indicates an object is a cell in a tree or treetable which is
107 displayed because a cell in the same column is expanded and
108 identifies that cell.</p>
109
110 @since OOo 3.0
111 */
112 const short NODE_CHILD_OF = 9;
113
114 /** Described-by relation type.
115
116 <p>Indicates an object is described by the target object.</p>
117
118 @since OOo 3.5
119 */
120 const short DESCRIBED_BY = 10;
113};
114
115}; }; }; };
116
117#endif
121};
122
123}; }; }; };
124
125#endif