LibreOffice Module vcl (master) 1
|
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< UIObject > | getFocusTopWindow () |
std::unique_ptr< UIObject > | getFloatWindow () |
bool UITest::executeCommand | ( | const OUString & | rCommand | ) |
Definition at line 22 of file uitest.cxx.
References comphelper::dispatchCommand().
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.
bool UITest::executeDialog | ( | const OUString & | rCommand | ) |
Definition at line 47 of file uitest.cxx.
References comphelper::dispatchCommand().
std::unique_ptr< UIObject > UITest::getFloatWindow | ( | ) |
Definition at line 68 of file uitest.cxx.
References vcl::Window::GetUITestFactory(), ImplGetSVData(), ImplSVWinData::mpFirstFloat, and ImplSVData::mpWinData.
std::unique_ptr< UIObject > UITest::getFocusTopWindow | ( | ) |
Definition at line 55 of file uitest.cxx.
References vcl::Window::GetUITestFactory(), ImplGetSVData(), ImplSVData::maFrameData, ImplSVWinData::mpExecuteDialogs, ImplSVFrameData::mpFirstFrame, and ImplSVData::mpWinData.