LibreOffice
LibreOffice 24.8 SDK API Reference
|
Implement this interface to speed up operations when iterating over large amounts of children. More...
import <XAccessibleContext3.idl;
Public Member Functions | |
sequence< XAccessible > | getAccessibleChildren () |
Return the children. | |
![]() | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. | |
void | acquire () |
increases the reference counter by one. | |
void | release () |
decreases the reference counter by one. | |
Implement this interface to speed up operations when iterating over large amounts of children.
sequence< XAccessible > getAccessibleChildren | ( | ) |
Return the children.
The order in which the children are enumerated is implementation dependent.