# -*- tab-width: 4; indent-tabs-mode: nil; py-indent-offset: 4 -*- # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # from libreoffice.uno.propertyvalue import mkPropertyValues from uitest.framework import UITestCase class FunctionWizardTest(UITestCase): # tdf#98427 def test_open_function_wizard(self): self.ui_test.create_doc_in_start_center("calc") self.ui_test.execute_modeless_dialog_through_command(".uno:FunctionDialog") xFunctionDlg = self.xUITest.getTopFocusWindow() xArrayChkBox = xFunctionDlg.getChild("array") xArrayChkBox.executeAction("CLICK", tuple()) xCancelBtn = xFunctionDlg.getChild("cancel") self.ui_test.close_dialog_through_button(xCancelBtn) self.ui_test.close_doc() # vim: set shiftwidth=4 softtabstop=4 expandtab: lue='distro/capgemini/cg-4.1'>distro/capgemini/cg-4.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/odk/examples/cpp/custompanel
AgeCommit message (Expand)Author
2019-08-21odk: fixed typos in generated manifestsVasily Melenchuk
2016-04-27Make SDK examples compile againStephan Bergmann
2016-04-18clean-up: unused using declarations and includesJochen Nitschke
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke
2016-02-09Remove excess newlinesChris Sherlock
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin
2015-03-29The --nofirststartwizard option is a no-opTor Lillqvist
2014-08-19odk: Clean up commentsChris Laplante
2014-06-03odk/examples: mark them as examplesThomas Arnhold
2014-06-03odk/examples: pretty upThomas Arnhold
2014-05-29remove more unnecesary OUString constructor useNoel Grandin
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin
2014-02-26Remove visual noise from odkAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2013-12-17Keep using component_getImplementationEnvironment in extensionsStephan Bergmann
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OUString::matchAsciiL callsNoel Grandin
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin
2013-10-25fdo#54938: More uses of cppu::supportsServiceMarcos Paulo de Souza
2013-06-13Introduce O[U]String::toUInt32Stephan Bergmann
2013-05-12Custom Panel SDK Example FixesAriel Constenla-Haile
2013-05-12Make Custom Panel example build and runAriel Constenla-Haile
2013-05-12Move Custom Panel example to the SDKAriel Constenla-Haile