# -*- tab-width: 4; indent-tabs-mode: nil; py-indent-offset: 4 -*- # # This file is part of the LibreOffice project. # # 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 uitest.framework import UITestCase class RadioButtonTest(UITestCase): def test_toggle_radiobutton(self): with self.ui_test.create_doc_in_start_center("calc"): with self.ui_test.execute_dialog_through_command(".uno:FormatCellDialog") as xCellsDlg: xNegativeNumRedCB = xCellsDlg.getChild("negnumred") xNegativeNumRedCB.executeAction("CLICK",tuple()) # vim: set shiftwidth=4 softtabstop=4 expandtab: LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/scripting/source/protocolhandler
AgeCommit message (Expand)Author
2020-07-15scripting/protocolhandler: create instances with uno constructorsNoel Grandin
2020-06-09tdf#42949 Fix IWYU warnings in scripting/Gabor Kelemen
2020-06-09remove the fake SvxScriptErrorDialog codeNoel Grandin
2020-06-05Upcoming loplugin:elidestringvar: scriptingStephan Bergmann
2020-05-10compact namespace in sal..svgioNoel Grandin
2020-04-02loplugin:flatten in scriptingNoel Grandin
2019-12-22sal_Char->char in scaddins..sdextNoel Grandin
2019-11-06Check if scripting disabled for each dispatch callSamuel Mehrbrodt
2019-11-05Fix option to disable macrosSamuel Mehrbrodt
2019-08-14revert part of 'warn on load when a document binds an event to a macro'Caolán McNamara
2019-08-13warn on load when a document binds an event to a macroCaolán McNamara
2019-08-06Properly obtain locationStephan Bergmann
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): scriptingStephan Bergmann
2019-07-30Simplify Sequence iterations in scaddins, sccomp, scriptingArkadiy Illarionov
2019-07-20loplugin:referencecasting in scriptingNoel Grandin
2019-06-17loplugin:logexceptionnicely in scripting..sdextNoel Grandin
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin
2019-05-12Use hasElements to check Sequence emptiness in sax..sdextArkadiy Illarionov
2018-08-04use C++11 exception rethrowingCaolán McNamara
2018-07-30Add missing sal/log.hxx headersGabor Kelemen
2018-06-12simplify calls to *DialogFactory::Create methodsNoel Grandin
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin
2018-03-27Filter out "SynchronMode" tooTor Lillqvist
2018-03-27Add a separator between two words in an exception messageTor Lillqvist
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-10-23loplugin:includeform: scriptingStephan Bergmann
2017-10-04add << operator for css::uno::ExceptionNoel Grandin
2017-08-02remove unnecessary use of 'this->'Noel Grandin
2017-07-31loplugin:oncevarNoel Grandin
2017-07-14 use more OUString::operator== in scaddins..sdextNoel Grandin
2017-07-04loplugin:casttovoidStephan Bergmann
2017-07-02loplugin:casttovoid: scriptingStephan Bergmann
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke
2017-05-20cleanup unused css/uri/ includesJochen Nitschke
2017-03-25Fix typosAndrea Gelmini
2017-02-28new loplugin unoanyNoel Grandin
2017-02-06Add missing #includesStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-19New loplugin:dynexcspec: Add @throws documentation, scriptingStephan Bergmann
2016-12-13OSL_TRACE->SAL in sc..scriptingNoel Grandin
2016-11-25loplugin:stringconstant: look into 'char const * const var = "..."'Stephan Bergmann
2016-10-28convert std::unique_ptr<VclAbstractDialog> to VclPtrNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann