LibreOffice Module svx (master) 1
shapeimpl.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_SVX_SOURCE_UNODRAW_SHAPEIMPL_HXX
20#define INCLUDED_SVX_SOURCE_UNODRAW_SHAPEIMPL_HXX
21
22#include <svx/unoprov.hxx>
23#include <svx/unoshape.hxx>
24
26{
27public:
28 explicit SvxShapeCaption(SdrObject* pObj);
29 virtual ~SvxShapeCaption() noexcept override;
30};
32{
33protected:
34 // override these for special property handling in subcasses. Return true if property is handled
35 virtual bool setPropertyValueImpl( const OUString& rName, const SfxItemPropertyMapEntry* pProperty, const css::uno::Any& rValue ) override;
36 virtual bool getPropertyValueImpl( const OUString& rName, const SfxItemPropertyMapEntry* pProperty, css::uno::Any& rValue ) override;
37
38public:
39 explicit SvxPluginShape(SdrObject* pObj);
40 virtual ~SvxPluginShape() noexcept override;
41
42 virtual void SAL_CALL setPropertyValue( const OUString& aPropertyName, const css::uno::Any& aValue ) override;
43 using SvxUnoTextRangeBase::setPropertyValue;
44
45 virtual void SAL_CALL setPropertyValues( const css::uno::Sequence< OUString >& aPropertyNames, const css::uno::Sequence< css::uno::Any >& aValues ) override;
46
47 virtual void Create( SdrObject* pNewOpj, SvxDrawPage* pNewPage ) override;
48};
50{
51protected:
52 // override these for special property handling in subcasses. Return true if property is handled
53 virtual bool setPropertyValueImpl( const OUString& rName, const SfxItemPropertyMapEntry* pProperty, const css::uno::Any& rValue ) override;
54 virtual bool getPropertyValueImpl( const OUString& rName, const SfxItemPropertyMapEntry* pProperty, css::uno::Any& rValue ) override;
55
56public:
57 explicit SvxAppletShape(SdrObject* pObj);
58 virtual ~SvxAppletShape() noexcept override;
59
60 virtual void SAL_CALL setPropertyValue( const OUString& aPropertyName, const css::uno::Any& aValue ) override;
61 using SvxUnoTextRangeBase::setPropertyValue;
62
63 virtual void SAL_CALL setPropertyValues( const css::uno::Sequence< OUString >& aPropertyNames, const css::uno::Sequence< css::uno::Any >& aValues ) override;
64
65 virtual void Create( SdrObject* pNewOpj, SvxDrawPage* pNewPage ) override;
66};
67
69{
70private:
72protected:
73 // override these for special property handling in subcasses. Return true if property is handled
74 virtual bool setPropertyValueImpl( const OUString& rName, const SfxItemPropertyMapEntry* pProperty, const css::uno::Any& rValue ) override;
75 virtual bool getPropertyValueImpl(const OUString& rName, const SfxItemPropertyMapEntry* pProperty,
76 css::uno::Any& rValue) override;
77
78public:
79 explicit SvxFrameShape(SdrObject* pObj);
80 virtual ~SvxFrameShape() noexcept override;
81
82 virtual void SAL_CALL setPropertyValue( const OUString& aPropertyName, const css::uno::Any& aValue ) override;
83 using SvxUnoTextRangeBase::setPropertyValue;
84
85 virtual void SAL_CALL setPropertyValues( const css::uno::Sequence< OUString >& aPropertyNames, const css::uno::Sequence< css::uno::Any >& aValues ) override;
86
87 virtual void Create( SdrObject* pNewOpj, SvxDrawPage* pNewPage ) override;
88
89 virtual OUString GetAndClearInitialFrameURL() override;
90};
91
93
94#endif
95
96/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Abstract DrawObject.
Definition: svdobj.hxx:260
SvxAppletShape(SdrObject *pObj)
Definition: unoshap4.cxx:561
virtual void SAL_CALL setPropertyValues(const css::uno::Sequence< OUString > &aPropertyNames, const css::uno::Sequence< css::uno::Any > &aValues) override
Definition: unoshap4.cxx:585
virtual ~SvxAppletShape() noexcept override
Definition: unoshap4.cxx:567
virtual bool setPropertyValueImpl(const OUString &rName, const SfxItemPropertyMapEntry *pProperty, const css::uno::Any &rValue) override
Definition: unoshap4.cxx:591
virtual void Create(SdrObject *pNewOpj, SvxDrawPage *pNewPage) override
Definition: unoshap4.cxx:571
virtual bool getPropertyValueImpl(const OUString &rName, const SfxItemPropertyMapEntry *pProperty, css::uno::Any &rValue) override
Definition: unoshap4.cxx:612
virtual void SAL_CALL setPropertyValue(const OUString &aPropertyName, const css::uno::Any &aValue) override
Definition: unoshap4.cxx:579
virtual bool getPropertyValueImpl(const OUString &rName, const SfxItemPropertyMapEntry *pProperty, css::uno::Any &rValue) override
Definition: unoshap4.cxx:766
OUString m_sInitialFrameURL
Definition: shapeimpl.hxx:71
virtual void Create(SdrObject *pNewOpj, SvxDrawPage *pNewPage) override
Definition: unoshap4.cxx:721
virtual void SAL_CALL setPropertyValues(const css::uno::Sequence< OUString > &aPropertyNames, const css::uno::Sequence< css::uno::Any > &aValues) override
Definition: unoshap4.cxx:739
virtual OUString GetAndClearInitialFrameURL() override
Definition: unoshap4.cxx:714
virtual void SAL_CALL setPropertyValue(const OUString &aPropertyName, const css::uno::Any &aValue) override
Definition: unoshap4.cxx:733
SvxFrameShape(SdrObject *pObj)
Definition: unoshap4.cxx:704
virtual ~SvxFrameShape() noexcept override
Definition: unoshap4.cxx:710
virtual bool setPropertyValueImpl(const OUString &rName, const SfxItemPropertyMapEntry *pProperty, const css::uno::Any &rValue) override
Definition: unoshap4.cxx:745
virtual void SAL_CALL setPropertyValue(const OUString &aPropertyName, const css::uno::Any &aValue) override
Definition: unoshap4.cxx:650
virtual void SAL_CALL setPropertyValues(const css::uno::Sequence< OUString > &aPropertyNames, const css::uno::Sequence< css::uno::Any > &aValues) override
Definition: unoshap4.cxx:656
SvxPluginShape(SdrObject *pObj)
Definition: unoshap4.cxx:632
virtual bool setPropertyValueImpl(const OUString &rName, const SfxItemPropertyMapEntry *pProperty, const css::uno::Any &rValue) override
Definition: unoshap4.cxx:662
virtual void Create(SdrObject *pNewOpj, SvxDrawPage *pNewPage) override
Definition: unoshap4.cxx:642
virtual bool getPropertyValueImpl(const OUString &rName, const SfxItemPropertyMapEntry *pProperty, css::uno::Any &rValue) override
Definition: unoshap4.cxx:683
virtual ~SvxPluginShape() noexcept override
Definition: unoshap4.cxx:638
virtual ~SvxShapeCaption() noexcept override
Definition: unoshap2.cxx:1568
SvxShapeCaption(SdrObject *pObj)
Definition: unoshap2.cxx:1563
SvxUnoPropertyMapProvider.
Definition: unoprov.hxx:84
SvxUnoPropertyMapProvider & getSvxMapProvider()
Definition: unoprov.cxx:868