LibreOffice Module sw (master) 1
SwXFilterOptions.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 * This file incorporates work covered by the following license notice:
10 *
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18 */
19#ifndef INCLUDED_SW_SOURCE_UIBASE_INC_SWXFILTEROPTIONS_HXX
20#define INCLUDED_SW_SOURCE_UIBASE_INC_SWXFILTEROPTIONS_HXX
21
22#include <com/sun/star/awt/XWindow.hpp>
23#include <com/sun/star/beans/XPropertyAccess.hpp>
24#include <com/sun/star/ui/dialogs/XExecutableDialog.hpp>
25#include <com/sun/star/document/XImporter.hpp>
26#include <com/sun/star/document/XExporter.hpp>
27#include <com/sun/star/lang/XInitialization.hpp>
28#include <com/sun/star/lang/XServiceInfo.hpp>
30
31namespace com::sun::star::io { class XInputStream; }
32
33class SwXFilterOptions final : public ::cppu::WeakImplHelper<
34 css::beans::XPropertyAccess,
35 css::ui::dialogs::XExecutableDialog,
36 css::document::XImporter,
37 css::document::XExporter,
38 css::lang::XInitialization,
39 css::lang::XServiceInfo >
40{
42
43 css::uno::Reference< css::io::XInputStream > m_xInputStream;
44 css::uno::Reference< css::lang::XComponent > m_xModel;
45 css::uno::Reference< css::awt::XWindow > m_xDialogParent;
46
47public:
49 virtual ~SwXFilterOptions() override;
50
51 // XPropertyAccess
52 virtual css::uno::Sequence< css::beans::PropertyValue >
53 SAL_CALL getPropertyValues() override;
54 virtual void SAL_CALL setPropertyValues( const css::uno::Sequence<
55 css::beans::PropertyValue >& aProps ) override;
56
57 // XExecutableDialog
58 virtual void SAL_CALL setTitle( const OUString& aTitle ) override;
59 virtual sal_Int16 SAL_CALL execute() override;
60
61 // XImporter
62 virtual void SAL_CALL setTargetDocument( const css::uno::Reference<
63 css::lang::XComponent >& xDoc ) override;
64
65 // XExporter
66 virtual void SAL_CALL setSourceDocument( const css::uno::Reference<
67 css::lang::XComponent >& xDoc ) override;
68
69 // XInitialization
70 virtual void SAL_CALL initialize(const css::uno::Sequence<css::uno::Any>& rArguments) override;
71
72 // XServiceInfo
73 virtual OUString SAL_CALL getImplementationName() override;
74 virtual sal_Bool SAL_CALL supportsService( const OUString& ServiceName ) override;
75 virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames() override;
76
77};
78
79#endif
80
81/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
css::uno::Reference< css::awt::XWindow > m_xDialogParent
virtual void SAL_CALL setPropertyValues(const css::uno::Sequence< css::beans::PropertyValue > &aProps) override
virtual void SAL_CALL setTargetDocument(const css::uno::Reference< css::lang::XComponent > &xDoc) override
virtual void SAL_CALL setTitle(const OUString &aTitle) override
virtual ~SwXFilterOptions() override
css::uno::Reference< css::io::XInputStream > m_xInputStream
virtual sal_Int16 SAL_CALL execute() override
virtual void SAL_CALL setSourceDocument(const css::uno::Reference< css::lang::XComponent > &xDoc) override
css::uno::Reference< css::lang::XComponent > m_xModel
virtual sal_Bool SAL_CALL supportsService(const OUString &ServiceName) override
virtual css::uno::Sequence< css::beans::PropertyValue > SAL_CALL getPropertyValues() override
virtual void SAL_CALL initialize(const css::uno::Sequence< css::uno::Any > &rArguments) override
virtual OUString SAL_CALL getImplementationName() override
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames() override
unsigned char sal_Bool