/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* * 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/. */ #ifndef INCLUDED_TEST_SHEET_XMULTIFORMULATOKENS_HXX #define INCLUDED_TEST_SHEET_XMULTIFORMULATOKENS_HXX #include #include #include namespace apitest { class OOO_DLLPUBLIC_TEST XMultiFormulaTokens { public: virtual css::uno::Reference init() = 0; virtual void setUp() = 0; virtual void tearDown() = 0; void testGetCount(); void testGetSetTokens(); protected: ~XMultiFormulaTokens() {} }; } // namespace apitest #endif // INCLUDED_TEST_SHEET_XMULTIFORMULATOKENS_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */ option value='distro/capgemini/cg-4.1'>distro/capgemini/cg-4.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-06-30Breeze: Fix for tdf#126155, tdf#124127, tdf#89884,Rizal Muttaqin
2019-06-27Update for Breeze, elementary & Karasa Jagarizmut