/* -*- 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/. */ #ifndef INCLUDED_TEST_SHEET_XSHEETFILTERABLE_HXX #define INCLUDED_TEST_SHEET_XSHEETFILTERABLE_HXX #include #include #include namespace apitest { class OOO_DLLPUBLIC_TEST XSheetFilterable { public: virtual css::uno::Reference< css::uno::XInterface > init() =0; virtual css::uno::Reference< css::uno::XInterface > getXSpreadsheet() =0; void testCreateFilterDescriptor(); void testFilter(); protected: ~XSheetFilterable() {} }; } #endif // INCLUDED_TEST_SHEET_XSHEETFILTERABLE_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ '>distro/capgemini/cg-4.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
eoffice-7-3-4&id=eb8e28d80e1a2dbb0740c486d4e1ebf3df87898c'>config_host/config_vclplug.h.in
AgeCommit message (Expand)Author
2017-04-14remove the remaining unused mouse cursorsCaolán McNamara
AgeCommit message (Expand)Author
2016-02-19move gio config into its own separate config headerCaolán McNamara
2015-09-03remove KDE3 support, --enable-kde and --enable-kdeabMichael Stahl
2015-09-02ditch gnome-vfs2 supportCaolán McNamara