LibreOffice
LibreOffice 24.2 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. More... | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
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.