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

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

43
44 <p>The <type>XAccessibleSelection</type> interface has to be implemented
45 in conjunction with the <type>XAccessibleContext</type> interface that
46 provides the children on which the first operates.</p>
47
48 <p>It depends on the class implementing this interface, whether it
49 supports single or multi selection.</p>
50
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

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

43
44 <p>The <type>XAccessibleSelection</type> interface has to be implemented
45 in conjunction with the <type>XAccessibleContext</type> interface that
46 provides the children on which the first operates.</p>
47
48 <p>It depends on the class implementing this interface, whether it
49 supports single or multi selection.</p>
50
51 @since OOo 1.1.2
51 @since OpenOffice 1.1.2
52*/
53published interface XAccessibleSelection : ::com::sun::star::uno::XInterface
54{
55 /** Selects the specified <type>Accessible</type> child of the
56 object.
57
58 <p>Depending on the implementing class the child is added to the
59 current set a selected children (multi selection) or a previously

--- 101 unchanged lines hidden ---
52*/
53published interface XAccessibleSelection : ::com::sun::star::uno::XInterface
54{
55 /** Selects the specified <type>Accessible</type> child of the
56 object.
57
58 <p>Depending on the implementing class the child is added to the
59 current set a selected children (multi selection) or a previously

--- 101 unchanged lines hidden ---