LibreOffice Module vcl (master) 1
Functions
UITest Namespace Reference

Functions

bool executeCommand (const OUString &rCommand)
 
bool executeCommandWithParameters (const OUString &rCommand, const css::uno::Sequence< css::beans::PropertyValue > &rArgs)
 
bool executeDialog (const OUString &rCommand)
 
std::unique_ptr< UIObjectgetFocusTopWindow ()
 
std::unique_ptr< UIObjectgetFloatWindow ()
 

Function Documentation

◆ executeCommand()

bool UITest::executeCommand ( const OUString &  rCommand)

Definition at line 22 of file uitest.cxx.

References comphelper::dispatchCommand().

◆ executeCommandWithParameters()

bool UITest::executeCommandWithParameters ( const OUString &  rCommand,
const css::uno::Sequence< css::beans::PropertyValue > &  rArgs 
)

Definition at line 30 of file uitest.cxx.

References comphelper::dispatchCommand(), and nIndex.

◆ executeDialog()

bool UITest::executeDialog ( const OUString &  rCommand)

Definition at line 47 of file uitest.cxx.

References comphelper::dispatchCommand().

◆ getFloatWindow()

std::unique_ptr< UIObject > UITest::getFloatWindow ( )

◆ getFocusTopWindow()

std::unique_ptr< UIObject > UITest::getFocusTopWindow ( )