/* -*- 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_XRECENTFUNCTIONS_HXX #define INCLUDED_TEST_SHEET_XRECENTFUNCTIONS_HXX #include #include #include namespace apitest { class OOO_DLLPUBLIC_TEST XRecentFunctions { public: virtual css::uno::Reference init() = 0; void testGetRecentFunctionIds(); void testSetRecentFunctionIds(); void testGetMaxRecentFunctions(); protected: ~XRecentFunctions() {} }; } #endif // INCLUDED_TEST_SHEET_XRECENTFUNCTIONS_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */ ion> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-24Drop unnecessary gb_DEBUG_CFLAGSStephan Bergmann
2018-01-08lpsolve: always generate symbols with MSVCMichael Stahl
2017-06-22--enable-optimized should be orthogonal to --enable-debug/--enable-dbgutilStephan Bergmann
2017-02-10Remove MinGW supportStephan Bergmann
2016-08-15Drop leftover EXTRA_CFLAGS and EXTRA_CDEFSTor Lillqvist
2016-07-11Break gb_DEBUGINFO_FLAGS out of gb_DEBUG_CFLAGSStephan Bergmann