/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-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/. * * This file incorporates work covered by the following license notice: * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed * with this work for additional information regarding copyright * ownership. The ASF licenses this file to you under the Apache * License, Version 2.0 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ #pragma once #include class ScAddInCfg final : public utl::ConfigItem { private: virtual void ImplCommit() override; public: ScAddInCfg(); virtual void Notify( const css::uno::Sequence& aPropertyNames ) override; css::uno::Sequence< css::uno::Any> GetProperties(const css::uno::Sequence< OUString >& rNames) { return ConfigItem::GetProperties( rNames ); } using ConfigItem::GetNodeNames; }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ cib/libreoffice-5-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-31uitest for classification dialogZdeněk Crhonek
2019-01-16split sw_rtfexport and sw_rtfexport2 tests upNoel Grandin
2018-12-18tdf121374 ooxmlexport: export H/F to default sectionJustin Luth
2018-12-14sw: support for saving into .dotx fileVasily Melenchuk
2018-12-10Revert "uitest writer - insert field"Zdenek Crhonek
2018-12-09uitest writer - insert fieldZdeněk Crhonek
2018-11-18add uitest for bug tdf#78133Zdeněk Crhonek
2018-11-09Do produce messagte catalogs for sw, too, for iOS, when necessaryTor Lillqvist
2018-11-03Start of work in progress on making dialogs work in the iOS appTor Lillqvist
2018-11-02uitest Zoom dialogZdeněk Crhonek
2018-11-01gbuild: rename value OS=IOS to OS=iOSMichael Stahl
2018-10-25LibreLogo: add unit testsLászló Németh
2018-10-20uitest for chapter numbering dialogZdeněk Crhonek
2018-10-16sw: merge test suites sw_unoapi and sw_unowriterVasily Melenchuk
2018-10-11uitest findReplace; tdf#116242; tdf#98417; tdf#39022Zdeněk Crhonek
2018-09-27sw: new unit test for XAutoTextGroup and rdf::URIVasily Melenchuk
2018-09-18uitest for bug tdf#116737Zdeněk Crhonek
2018-09-04tdf#94009 ww8export: always export section marginsJustin Luth
2018-08-31sw: add unit test for the XHTML part of tdf#109202Thorsten Behrens
2018-08-27rename ENABLE_HEADLESS option to DISABLE_GUINoel Grandin
2018-07-09sw: give the 'Default Style' char style a programmatic nameMiklos Vajna
2018-07-03UITest_writer_tests: split this into 4 partsMiklos Vajna
2018-06-29uitest for bug tdf#116474Zdeněk Crhonek
2018-05-10Convert SwXDocumentIndex API qadevOOo tests (incomplete)Tomaž Vajngerl
2018-05-05sw: move tests in ooxmlimport to ooxmlimport2.Mark Hung
2018-04-08tdf#45904 move java based api tests to c++ (AccessibleRelationSet)kadertarlan
2018-04-05tdf#116830 sw: handle cell background for BACKGROUND_PARA_OVER_DRAWINGSMiklos Vajna
2018-03-31Split ooxmlexport10 into two unit test modules.Mark Hung
2017-12-20tdf#98168 sw: add mail merge from xlsx testcaseMiklos Vajna
2017-12-19uitest - writer "delete all comments"; move writer tests to sw/qa/uitestZdeněk Crhonek
2017-12-01Unit test for tdf#113696Samuel Mehrbrodt
2017-11-19tdf#86087 Save relative links in DOCXSzymon Kłos
2017-10-30tdf#92524 ooxmlexport: recognize COL_AUTO for RES_BACKGROUNDJustin Luth
2017-10-23Split ooxmlexport8 to avoid too many sections in object file with MSVC2015Tor Lillqvist
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-13move round-tripables from rtfimport to new rtfexport2Justin Luth
2017-06-23iOS, convert CPPUnittest to noopjan Iversen
2017-05-10sw txt export: Greatly improve the export of bullets & numbering.Jan Holesovsky
2017-05-02disable the tiledrendering tests in the headless build modeMarkus Mohrhard
2017-01-18sw: roundtrip test of OOXML decryption/encryptionTomaž Vajngerl
2016-12-30Workaround strange sw test makefilesMatúš Kukan
2016-11-21split sw screenshots testNorbert Thiebaud
2016-10-24tdf#89377 ww8import: table honors ParaStyle break-before-pageJustin Luth
2016-10-11move round-tripables to ooxmlexportJustin Luth
2016-08-18screenshots: add new global make targetArmin Le Grand
2016-08-18screenshots: unify dumping of dialog test batch fileArmin Le Grand
2016-08-18screenshots: add dialog test cases for writerArmin Le Grand
2015-11-14CppunitTest_sw_tiledrendering: replace various ifdefs with a single conditionMiklos Vajna