summaryrefslogtreecommitdiff
path: root/svtools/inc/uitest
AgeCommit message (Collapse)AuthorFilesLines
2017-06-05clang-tidy performance-unnecessary-value-paramNoel Grandin1-3/+3
Change-Id: I6ed8c54c7c45931d91709cc818f2483c70197192 Reviewed-on: https://gerrit.libreoffice.org/38400 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
Change-Id: Ia28e35ae5af4f601e9a586a3deffbcd61702b0ca Reviewed-on: https://gerrit.libreoffice.org/36896 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
2016-09-29add introspection support for SvSimpleTableMarkus Mohrhard1-0/+17
This is the second part of the UI test tutorial. The tutorial shows how to add introspection support to a new vcl::Window based UI object. Change-Id: I2b3ed68d313749787869c7e85f2e27c9d01fff4a
2016-06-22uitest: support tree listsMarkus Mohrhard1-0/+36
Change-Id: Iaa1a49d7e38c8d87bb3cfd749af94a0b92feee0d
2016-06-18uitest: an enum is a bad idea for the typeMarkus Mohrhard1-2/+0
Change-Id: I1efd59b2f664f0aa9be733466fa7c1057e92ef27
2016-06-18uitest: add initial version of wrapper for tree list boxMarkus Mohrhard1-0/+30
The tree list will also be the first case where we need non-vcl::Window based children. We should create one child for each entry to make it possible to interact with them correctly. Change-Id: I49e1ddf7b271946fd595ebfe2f4f2d0c8a535fdc