LibreOffice Module svx (master) 1
unopool.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#ifndef INCLUDED_SVX_UNOPOOL_HXX
21#define INCLUDED_SVX_UNOPOOL_HXX
22
23#include <com/sun/star/lang/XServiceInfo.hpp>
24#include <com/sun/star/lang/XTypeProvider.hpp>
27#include <svx/svxdllapi.h>
28#include <svl/itempool.hxx>
29
30class SdrModel;
31class SfxItemPool;
32
35};
36
44 public css::lang::XServiceInfo,
45 public css::lang::XTypeProvider,
47{
48public:
50
52 SvxUnoDrawPool(SdrModel* pModel);
53 virtual ~SvxUnoDrawPool() noexcept override;
54
58 virtual SfxItemPool* getModelPool( bool bReadOnly ) noexcept;
59
60 // overridden helpers from comphelper::PropertySetHelper
61 virtual void _setPropertyValues( const comphelper::PropertyMapEntry** ppEntries, const css::uno::Any* pValues ) override;
62 virtual void _getPropertyValues( const comphelper::PropertyMapEntry** ppEntries, css::uno::Any* pValue ) override;
63
64 virtual void _getPropertyStates( const comphelper::PropertyMapEntry** ppEntries, css::beans::PropertyState* pStates ) override;
65 virtual void _setPropertyToDefault( const comphelper::PropertyMapEntry* pEntry ) override;
66 virtual css::uno::Any _getPropertyDefault( const comphelper::PropertyMapEntry* pEntry ) override;
67
68 // XInterface
69 virtual css::uno::Any SAL_CALL queryAggregation( const css::uno::Type & rType ) override;
70 virtual css::uno::Any SAL_CALL queryInterface( const css::uno::Type & rType ) override;
71 virtual void SAL_CALL acquire() noexcept override
73 virtual void SAL_CALL release() noexcept override
75
76 // XTypeProvider
77 virtual css::uno::Sequence< css::uno::Type > SAL_CALL getTypes( ) override;
78 virtual css::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId( ) override;
79
80 // XServiceInfo
81 virtual OUString SAL_CALL getImplementationName() override;
82 virtual sal_Bool SAL_CALL supportsService( const OUString& ServiceName ) override;
83 virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames() override;
84
85protected:
86 void init();
87
89 static void getAny( SfxItemPool const * pPool, const comphelper::PropertyMapEntry* pEntry, css::uno::Any& rValue );
93 virtual void putAny( SfxItemPool* pPool, const comphelper::PropertyMapEntry* pEntry, const css::uno::Any& rValue );
94
95private:
98};
99
100#endif
101
102/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
const PropertyValue * pValues
FILE * init(int, char **)
This class implements the service com.sun.star.drawing.Defaults.
Definition: unopool.hxx:47
virtual void SAL_CALL release() noexcept override
Definition: unopool.hxx:73
virtual void SAL_CALL acquire() noexcept override
Definition: unopool.hxx:71
SdrModel * mpModel
Definition: unopool.hxx:96
rtl::Reference< SfxItemPool > mpDefaultsPool
Definition: unopool.hxx:97
virtual void _getPropertyValues(const comphelper::PropertyMapEntry **ppEntries, css::uno::Any *pValue)=0
virtual void _setPropertyValues(const comphelper::PropertyMapEntry **ppEntries, const css::uno::Any *pValues)=0
virtual void _getPropertyStates(const comphelper::PropertyMapEntry **ppEntries, css::beans::PropertyState *pStates)
virtual css::uno::Any _getPropertyDefault(const comphelper::PropertyMapEntry *pEntry)
virtual void _setPropertyToDefault(const comphelper::PropertyMapEntry *pEntry)
virtual css::uno::Any SAL_CALL queryAggregation(const css::uno::Type &rType) SAL_OVERRIDE
virtual css::uno::Any SAL_CALL queryInterface(const css::uno::Type &rType) SAL_OVERRIDE
virtual void SAL_CALL acquire() SAL_NOEXCEPT SAL_OVERRIDE
virtual void SAL_CALL release() SAL_NOEXCEPT SAL_OVERRIDE
bool bReadOnly
css::uno::Sequence< OUString > getSupportedServiceNames()
OUString getImplementationName()
bool CPPUHELPER_DLLPUBLIC supportsService(css::lang::XServiceInfo *implementation, rtl::OUString const &name)
#define SVX_DLLPUBLIC
Definition: svxdllapi.h:28
unsigned char sal_Bool
SvxUnoDrawPoolDefaults
Definition: unopool.hxx:33