LibreOffice Module sc (master) 1
confuno.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
20#pragma once
21
22#include <svl/itemprop.hxx>
23#include <svl/lstner.hxx>
24#include <com/sun/star/lang/XServiceInfo.hpp>
25#include <com/sun/star/beans/XPropertySet.hpp>
27
28class ScDocShell;
29
30class ScDocumentConfiguration final : public cppu::WeakImplHelper<
31 css::beans::XPropertySet,
32 css::lang::XServiceInfo>,
33 public SfxListener
34{
35private:
38
39public:
41 virtual ~ScDocumentConfiguration() override;
42
43 // SfxListener
44 virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint ) override;
45
46 // XPropertySet
47 virtual css::uno::Reference< css::beans::XPropertySetInfo >
48 SAL_CALL getPropertySetInfo() override;
49 virtual void SAL_CALL setPropertyValue( const OUString& aPropertyName,
50 const css::uno::Any& aValue ) override;
51 virtual css::uno::Any SAL_CALL getPropertyValue(
52 const OUString& PropertyName ) override;
53 virtual void SAL_CALL addPropertyChangeListener( const OUString& aPropertyName,
54 const css::uno::Reference< css::beans::XPropertyChangeListener >& xListener ) override;
55 virtual void SAL_CALL removePropertyChangeListener( const OUString& aPropertyName,
56 const css::uno::Reference< css::beans::XPropertyChangeListener >& aListener ) override;
57 virtual void SAL_CALL addVetoableChangeListener( const OUString& PropertyName,
58 const css::uno::Reference< css::beans::XVetoableChangeListener >& aListener ) override;
59 virtual void SAL_CALL removeVetoableChangeListener( const OUString& PropertyName,
60 const css::uno::Reference< css::beans::XVetoableChangeListener >& aListener ) override;
61
62 // XServiceInfo
63 virtual OUString SAL_CALL getImplementationName() override;
64 virtual sal_Bool SAL_CALL supportsService( const OUString& ServiceName ) override;
65 virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames() override;
66};
67
68/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
ScDocShell * pDocShell
Definition: confuno.hxx:36
virtual css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL getPropertySetInfo() override
Definition: confuno.cxx:126
ScDocumentConfiguration(ScDocShell *pDocShell)
Definition: confuno.cxx:99
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames() override
Definition: confuno.cxx:655
virtual void SAL_CALL removeVetoableChangeListener(const OUString &PropertyName, const css::uno::Reference< css::beans::XVetoableChangeListener > &aListener) override
virtual void SAL_CALL addPropertyChangeListener(const OUString &aPropertyName, const css::uno::Reference< css::beans::XPropertyChangeListener > &xListener) override
virtual void Notify(SfxBroadcaster &rBC, const SfxHint &rHint) override
Definition: confuno.cxx:114
virtual css::uno::Any SAL_CALL getPropertyValue(const OUString &PropertyName) override
Definition: confuno.cxx:444
virtual sal_Bool SAL_CALL supportsService(const OUString &ServiceName) override
Definition: confuno.cxx:650
virtual void SAL_CALL addVetoableChangeListener(const OUString &PropertyName, const css::uno::Reference< css::beans::XVetoableChangeListener > &aListener) override
virtual OUString SAL_CALL getImplementationName() override
Definition: confuno.cxx:645
virtual void SAL_CALL removePropertyChangeListener(const OUString &aPropertyName, const css::uno::Reference< css::beans::XPropertyChangeListener > &aListener) override
SfxItemPropertySet aPropSet
Definition: confuno.hxx:37
virtual void SAL_CALL setPropertyValue(const OUString &aPropertyName, const css::uno::Any &aValue) override
Definition: confuno.cxx:134
virtual ~ScDocumentConfiguration() override
Definition: confuno.cxx:106
unsigned char sal_Bool