LibreOffice Module sc (master) 1
defltuno.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/lstner.hxx>
23#include <com/sun/star/lang/XServiceInfo.hpp>
24#include <com/sun/star/beans/XPropertySet.hpp>
25#include <com/sun/star/beans/XPropertyState.hpp>
27#include <svl/itemprop.hxx>
28
29class ScDocShell;
30
31class ScDocDefaultsObj final : public ::cppu::WeakImplHelper<
32 css::beans::XPropertySet,
33 css::beans::XPropertyState,
34 css::lang::XServiceInfo >,
35 public SfxListener
36{
37private:
40
41 void ItemsChanged();
42
43public:
45 virtual ~ScDocDefaultsObj() override;
46
47 virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint ) override;
48
49 // XPropertySet
50 virtual css::uno::Reference< css::beans::XPropertySetInfo >
51 SAL_CALL getPropertySetInfo() override;
52 virtual void SAL_CALL setPropertyValue( const OUString& aPropertyName,
53 const css::uno::Any& aValue ) override;
54 virtual css::uno::Any SAL_CALL getPropertyValue(
55 const OUString& PropertyName ) override;
56 virtual void SAL_CALL addPropertyChangeListener( const OUString& aPropertyName,
57 const css::uno::Reference< css::beans::XPropertyChangeListener >& xListener ) override;
58 virtual void SAL_CALL removePropertyChangeListener( const OUString& aPropertyName,
59 const css::uno::Reference< css::beans::XPropertyChangeListener >& aListener ) override;
60 virtual void SAL_CALL addVetoableChangeListener( const OUString& PropertyName,
61 const css::uno::Reference< css::beans::XVetoableChangeListener >& aListener ) override;
62 virtual void SAL_CALL removeVetoableChangeListener( const OUString& PropertyName,
63 const css::uno::Reference< css::beans::XVetoableChangeListener >& aListener ) override;
64
65 // XPropertyState
66 virtual css::beans::PropertyState SAL_CALL getPropertyState(
67 const OUString& PropertyName ) override;
68 virtual css::uno::Sequence< css::beans::PropertyState > SAL_CALL
69 getPropertyStates( const css::uno::Sequence< OUString >& aPropertyName ) override;
70 virtual void SAL_CALL setPropertyToDefault( const OUString& PropertyName ) override;
71 virtual css::uno::Any SAL_CALL getPropertyDefault(
72 const OUString& aPropertyName ) override;
73
74 // XServiceInfo
75 virtual OUString SAL_CALL getImplementationName() override;
76 virtual sal_Bool SAL_CALL supportsService( const OUString& ServiceName ) override;
77 virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames() override;
78};
79
80/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames() override
virtual void SAL_CALL removeVetoableChangeListener(const OUString &PropertyName, const css::uno::Reference< css::beans::XVetoableChangeListener > &aListener) override
virtual css::uno::Any SAL_CALL getPropertyDefault(const OUString &aPropertyName) override
Definition: defltuno.cxx:310
ScDocShell * pDocShell
Definition: defltuno.hxx:38
virtual void SAL_CALL removePropertyChangeListener(const OUString &aPropertyName, const css::uno::Reference< css::beans::XPropertyChangeListener > &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: defltuno.cxx:89
ScDocDefaultsObj(ScDocShell *pDocSh)
Definition: defltuno.cxx:74
virtual OUString SAL_CALL getImplementationName() override
virtual void SAL_CALL setPropertyValue(const OUString &aPropertyName, const css::uno::Any &aValue) override
Definition: defltuno.cxx:117
virtual css::uno::Sequence< css::beans::PropertyState > SAL_CALL getPropertyStates(const css::uno::Sequence< OUString > &aPropertyName) override
Definition: defltuno.cxx:278
virtual void SAL_CALL setPropertyToDefault(const OUString &PropertyName) override
Definition: defltuno.cxx:290
virtual ~ScDocDefaultsObj() override
Definition: defltuno.cxx:81
virtual css::uno::Any SAL_CALL getPropertyValue(const OUString &PropertyName) override
Definition: defltuno.cxx:197
virtual sal_Bool SAL_CALL supportsService(const OUString &ServiceName) override
SfxItemPropertyMap aPropertyMap
Definition: defltuno.hxx:39
virtual css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL getPropertySetInfo() override
Definition: defltuno.cxx:109
virtual css::beans::PropertyState SAL_CALL getPropertyState(const OUString &PropertyName) override
Definition: defltuno.cxx:245
void ItemsChanged()
Definition: defltuno.cxx:97
virtual void SAL_CALL addVetoableChangeListener(const OUString &PropertyName, const css::uno::Reference< css::beans::XVetoableChangeListener > &aListener) override
unsigned char sal_Bool