LibreOffice Module sc (master) 1
exceldetect.hxx
Go to the documentation of this file.
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2/*
3 * This file is part of the LibreOffice project.
4 *
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 */
9
10#pragma once
11
13
14#include <com/sun/star/lang/XServiceInfo.hpp>
15#include <com/sun/star/document/XExtendedFilterDetection.hpp>
16
18 : public cppu::WeakImplHelper<css::document::XExtendedFilterDetection, css::lang::XServiceInfo>
19{
20public:
21 explicit ScExcelBiffDetect();
22 virtual ~ScExcelBiffDetect() override;
23
24 // XServiceInfo
25 virtual OUString SAL_CALL getImplementationName() override;
26 virtual sal_Bool SAL_CALL supportsService(const OUString& aName) override;
27 virtual css::uno::Sequence<OUString> SAL_CALL getSupportedServiceNames() override;
28
29 // XExtendedFilterDetection
30 virtual OUString SAL_CALL
31 detect(css::uno::Sequence<css::beans::PropertyValue>& lDescriptor) override;
32};
33
34/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
virtual OUString SAL_CALL detect(css::uno::Sequence< css::beans::PropertyValue > &lDescriptor) override
virtual sal_Bool SAL_CALL supportsService(const OUString &aName) override
Definition: exceldetect.cxx:33
virtual OUString SAL_CALL getImplementationName() override
Definition: exceldetect.cxx:28
virtual ~ScExcelBiffDetect() override
Definition: exceldetect.cxx:26
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames() override
Definition: exceldetect.cxx:38
OUString aName
unsigned char sal_Bool