LibreOffice
LibreOffice 25.2 SDK API Reference
|
import"XUIObject.idl";
Public Member Functions | |
XUIObject | getChild ([in] string id) |
void | executeAction ([in] string action, [in] com::sun::star::beans::PropertyValues propValues) |
com::sun::star::beans::PropertyValues | getState () |
string | getType () |
sequence< string > | getChildren () |
string | getHierarchy () |
boolean | equals ([in] XUIObject other) |
Return true if the other XUIObject represents the same underlying vcl widget. More... | |
boolean equals | ( | [in] XUIObject | other | ) |
void executeAction | ( | [in] string | action, |
[in] com::sun::star::beans::PropertyValues | propValues | ||
) |
XUIObject getChild | ( | [in] string | id | ) |
sequence<string> getChildren | ( | ) |
string getHierarchy | ( | ) |
com::sun::star::beans::PropertyValues getState | ( | ) |
string getType | ( | ) |