diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-05-11 01:42:39 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-06-18 17:02:16 +0200 |
commit | 0c5abdea5fe40350df6234e71b70cab1f11764ac (patch) | |
tree | 0e1fcdb3d1b0b9a1f9c70c5ad8de81e6c21f35ea /offapi | |
parent | 4ec1c63b91ac1f0c77f7ead33b4cbbd9d80a613b (diff) |
uitest: add method to get all children of a ui object
This makes writing ui tests so much easier.
Change-Id: Ice7d98c354fc9b68ee4532bc854561b5b9446e3f
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/ui/test/XUIObject.idl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/offapi/com/sun/star/ui/test/XUIObject.idl b/offapi/com/sun/star/ui/test/XUIObject.idl index 9a0ca6b36fd0..9409490226ff 100644 --- a/offapi/com/sun/star/ui/test/XUIObject.idl +++ b/offapi/com/sun/star/ui/test/XUIObject.idl @@ -23,6 +23,8 @@ interface XUIObject com::sun::star::beans::PropertyValues getState(); string getType(); + + sequence<string> getChildren(); }; }; }; }; }; }; |