LibreOffice Module svx (master) 1
graphicproperties.cxx
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#include <sal/config.h>
21
23#include <svl/itemset.hxx>
24#include <svl/style.hxx>
25#include <svx/svddef.hxx>
26#include <editeng/eeitem.hxx>
27#include <svx/svdograf.hxx>
28#include <svx/sdgcpitm.hxx>
29#include <svx/svdmodel.hxx>
30#include <svx/sdgluitm.hxx>
31#include <sdgcoitm.hxx>
32#include <svx/sdggaitm.hxx>
33#include <sdgtritm.hxx>
34#include <sdginitm.hxx>
35#include <svx/sdgmoitm.hxx>
36#include <svx/xfillit0.hxx>
37#include <svx/xlineit0.hxx>
38
39namespace sdr::properties
40{
42 {
43 SfxStyleSheet* pStyleSheet(GetSdrObject().getSdrModelFromSdrObject().GetDefaultStyleSheetForSdrGrafObjAndSdrOle2Obj());
44
45 if(pStyleSheet)
46 {
47 // do not delete hard attributes when setting dsefault Style
48 SetStyleSheet(pStyleSheet, true, true);
49 }
50 else
51 {
53 SetMergedItem(XFillStyleItem(com::sun::star::drawing::FillStyle_NONE));
54 SetMergedItem(XLineStyleItem(com::sun::star::drawing::LineStyle_NONE));
55 }
56 }
57
58 // create a new itemset
60 {
61 return SfxItemSet(rPool,
62
63 // range from SdrAttrObj
67
68 // range from SdrGrafObj
70
73
74 // range from SdrTextObj
76 }
77
80 {
81 }
82
84 : RectangleProperties(rProps, rObj)
85 {
86 }
87
89 {
90 }
91
92 std::unique_ptr<BaseProperties> GraphicProperties::Clone(SdrObject& rObj) const
93 {
94 return std::unique_ptr<BaseProperties>(new GraphicProperties(*this, rObj));
95 }
96
98 {
99 SdrGrafObj& rObj = static_cast<SdrGrafObj&>(GetSdrObject());
100
101 // local changes
102 rObj.SetXPolyDirty();
103
104 // #i29367# Update GraphicAttr, too. This was formerly
105 // triggered by SdrGrafObj::Notify, which is no longer
106 // called nowadays. BTW: strictly speaking, the whole
107 // ImpSetAttrToGrafInfostuff could
108 // be dumped, when SdrGrafObj::aGrafInfo is removed and
109 // always created on the fly for repaint.
111
112 // call parent
113 RectangleProperties::ItemSetChanged(aChangedItems, nDeletedWhich);
114 }
115
116 void GraphicProperties::SetStyleSheet(SfxStyleSheet* pNewStyleSheet, bool bDontRemoveHardAttr,
117 bool bBroadcast)
118 {
119 // call parent (always first thing to do, may create the SfxItemSet)
120 RectangleProperties::SetStyleSheet(pNewStyleSheet, bDontRemoveHardAttr, bBroadcast);
121
122 // local changes
123 SdrGrafObj& rObj = static_cast<SdrGrafObj&>(GetSdrObject());
124 rObj.SetXPolyDirty();
125
126 // local changes
128 }
129
131 {
132 // call parent
134
135 // force ItemSet
137
138 mxItemSet->Put( SdrGrafLuminanceItem( 0 ) );
139 mxItemSet->Put( SdrGrafContrastItem( 0 ) );
140 mxItemSet->Put( SdrGrafRedItem( 0 ) );
141 mxItemSet->Put( SdrGrafGreenItem( 0 ) );
142 mxItemSet->Put( SdrGrafBlueItem( 0 ) );
143 mxItemSet->Put( SdrGrafGamma100Item( 100 ) );
144 mxItemSet->Put( SdrGrafTransparenceItem( 0 ) );
145 mxItemSet->Put( SdrGrafInvertItem( false ) );
146 mxItemSet->Put( SdrGrafModeItem( GraphicDrawMode::Standard ) );
147 mxItemSet->Put( SdrGrafCropItem( 0, 0, 0, 0 ) );
148 }
149} // end of namespace
150
151/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
This class represents an embedded or linked bitmap graphic object.
Definition: svdograf.hxx:68
void ImpSetAttrToGrafInfo()
Definition: svdograf.cxx:1030
Abstract DrawObject.
Definition: svdobj.hxx:260
void SetXPolyDirty()
Definition: svdorect.cxx:101
virtual const SfxItemSet & GetObjectItemSet() const override
const SdrObject & GetSdrObject() const
Definition: properties.cxx:43
virtual void SetMergedItem(const SfxPoolItem &rItem)
Definition: properties.cxx:71
std::optional< SfxItemSet > mxItemSet
virtual void ForceDefaultAttributes() override
virtual void applyDefaultStyleSheetFromSdrModel() override
virtual SfxItemSet CreateObjectSpecificItemSet(SfxItemPool &rPool) override
virtual void SetStyleSheet(SfxStyleSheet *pNewStyleSheet, bool bDontRemoveHardAttr, bool bBroadcast) override
virtual void ItemSetChanged(o3tl::span< const SfxPoolItem *const > aChangedItems, sal_uInt16 nDeletedWhich) override
virtual std::unique_ptr< BaseProperties > Clone(SdrObject &rObj) const override
virtual void SetStyleSheet(SfxStyleSheet *pNewStyleSheet, bool bDontRemoveHardAttr, bool bBroadcast) override
virtual void ItemSetChanged(o3tl::span< const SfxPoolItem *const > aChangedItems, sal_uInt16 nDeletedWhich) override
virtual void ForceDefaultAttributes() override
constexpr sal_uInt16 EE_ITEMS_END(EE_FEATURE_END)
constexpr sal_uInt16 EE_ITEMS_START(OWN_ATTR_VALUE_END+1)
static constexpr auto Items
constexpr sal_uInt16 SDRATTR_START(XATTR_START)
constexpr sal_uInt16 SDRATTR_TEXTCOLUMNS_FIRST(SDRATTR_SOFTEDGE_LAST+1)
constexpr sal_uInt16 SDRATTR_MISC_LAST(SDRATTR_TEXT_CLIPVERTOVERFLOW)
constexpr sal_uInt16 SDRATTR_GLOW_FIRST(SDRATTR_TABLE_LAST+1)
constexpr sal_uInt16 SDRATTR_GRAF_LAST(SDRATTR_GRAFCROP)
constexpr sal_uInt16 SDRATTR_SOFTEDGE_LAST(SDRATTR_SOFTEDGE_RADIUS)
constexpr sal_uInt16 SDRATTR_MISC_FIRST(SDRATTR_CAPTION_LAST+1)
constexpr sal_uInt16 SDRATTR_TEXTCOLUMNS_LAST(SDRATTR_TEXTCOLUMNS_SPACING)
constexpr sal_uInt16 SDRATTR_GRAF_FIRST(SDRATTR_NOTPERSIST_LAST+1)
constexpr sal_uInt16 SDRATTR_SHADOW_LAST(SDRATTR_SHADOWALIGNMENT)
constexpr TypedWhichId< SvxWritingModeItem > SDRATTR_TEXTDIRECTION(SDRATTR_NOTPERSIST_FIRST+34)