|
| | Dialog (css::uno::Reference< css::awt::XDialog2 > &xDialog2, bool bAutoClose=true) |
| |
| virtual | ~Dialog () |
| |
| void | setAutoClose (bool bAutoClose) |
| |
| css::uno::Reference< css::accessibility::XAccessible > | getAccessible () const |
| |
| void | close (sal_Int32 result=VclResponseType::RET_CANCEL) |
| |
| css::uno::Reference< css::accessibility::XAccessibleContext > | tabTo (const sal_Int16 role, const std::u16string_view name) |
| |
| bool | tabTo (const css::uno::Reference< css::accessibility::XAccessibleContext > &xChild) |
| |
| | AccessibleEventPosterHelper (void) |
| |
| | AccessibleEventPosterHelper (const css::uno::Reference< css::accessibility::XAccessible > xAcc) |
| |
| void | setWindow (css::uno::Reference< css::accessibility::XAccessible > xAcc) |
| | Sets the window on which post events based on an accessible object inside it. More...
|
| |
| | EventPosterHelper (void) |
| |
| | EventPosterHelper (VclPtr< vcl::Window > xWindow) |
| |
| | EventPosterHelper (vcl::Window *pWindow) |
| |
| vcl::Window * | getWindow () const |
| |
| void | setWindow (VclPtr< vcl::Window > xWindow) |
| |
| void | setWindow (vcl::Window *pWindow) |
| |
| | operator bool () const |
| |
| bool | operator! () const |
| |
| virtual void | postKeyEventAsync (int nType, int nCharCode, int nKeyCode) const override |
| |
| virtual void | postExtTextEventAsync (int nType, const OUString &rText) const override |
| |
| virtual void | postKeyEventAsync (int nType, int nCharCode, int nKeyCode) const=0 |
| |
| void | postKeyEventAsync (int nCharCode, int nKeyCode) const |
| | Posts a full key down/up cycle. More...
|
| |
| virtual void | postExtTextEventAsync (int nType, const OUString &rText) const=0 |
| |
| void | postExtTextEventAsync (const OUString &rText) const |
| | Posts a full text input + commit sequence. More...
|
| |
| virtual | ~EventPosterHelperBase () |
| |
| virtual void | postKeyEventAsync (int nType, int nCharCode, int nKeyCode) const =0 |
| |
| void | postKeyEventAsync (int nCharCode, int nKeyCode) const |
| | Posts a full key down/up cycle. More...
|
| |
| virtual void | postExtTextEventAsync (int nType, const OUString &rText) const =0 |
| |
| void | postExtTextEventAsync (const OUString &rText) const |
| | Posts a full text input + commit sequence. More...
|
| |
Definition at line 186 of file accessibletestbase.hxx.