LibreOffice Module svx (master)
1
svx
source
sdr
properties
oleproperties.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 <
sdr/properties/oleproperties.hxx
>
21
#include <
svx/xfillit0.hxx
>
22
#include <
svx/xlineit0.hxx
>
23
#include <
svx/svdobj.hxx
>
24
#include <
svx/svdmodel.hxx
>
25
26
namespace
sdr::properties
27
{
28
void
OleProperties::applyDefaultStyleSheetFromSdrModel
()
29
{
30
SfxStyleSheet
* pStyleSheet(
GetSdrObject
().getSdrModelFromSdrObject().GetDefaultStyleSheetForSdrGrafObjAndSdrOle2Obj());
31
32
if
(pStyleSheet)
33
{
34
// do not delete hard attributes when setting dsefault Style
35
SetStyleSheet
(pStyleSheet,
true
,
true
);
36
}
37
else
38
{
39
SetMergedItem
(
XFillStyleItem
(com::sun::star::drawing::FillStyle_NONE));
40
SetMergedItem
(
XLineStyleItem
(com::sun::star::drawing::LineStyle_NONE));
41
}
42
}
43
44
OleProperties::OleProperties
(
SdrObject
& rObj)
45
:
RectangleProperties
(rObj)
46
{
47
}
48
49
OleProperties::OleProperties
(
const
OleProperties
& rProps,
SdrObject
& rObj)
50
:
RectangleProperties
(rProps, rObj)
51
{
52
}
53
54
OleProperties::~OleProperties
()
55
{
56
}
57
58
std::unique_ptr<BaseProperties>
OleProperties::Clone
(
SdrObject
& rObj)
const
59
{
60
return
std::unique_ptr<BaseProperties>(
new
OleProperties
(*
this
, rObj));
61
}
62
63
void
OleProperties::ForceDefaultAttributes
()
64
{
65
// call parent
66
RectangleProperties::ForceDefaultAttributes
();
67
68
// force ItemSet
69
GetObjectItemSet
();
70
}
71
}
// end of namespace
72
73
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
SdrObject
Abstract DrawObject.
Definition:
svdobj.hxx:260
SfxStyleSheet
XFillStyleItem
Definition:
xfillit0.hxx:32
XLineStyleItem
Definition:
xlineit0.hxx:30
sdr::properties::AttributeProperties::GetObjectItemSet
virtual const SfxItemSet & GetObjectItemSet() const override
Definition:
attributeproperties.cxx:232
sdr::properties::BaseProperties::GetSdrObject
const SdrObject & GetSdrObject() const
Definition:
properties.cxx:43
sdr::properties::BaseProperties::SetMergedItem
virtual void SetMergedItem(const SfxPoolItem &rItem)
Definition:
properties.cxx:71
sdr::properties::OleProperties
Definition:
oleproperties.hxx:29
sdr::properties::OleProperties::ForceDefaultAttributes
virtual void ForceDefaultAttributes() override
Definition:
oleproperties.cxx:63
sdr::properties::OleProperties::Clone
virtual std::unique_ptr< BaseProperties > Clone(SdrObject &rObj) const override
Definition:
oleproperties.cxx:58
sdr::properties::OleProperties::OleProperties
OleProperties(SdrObject &rObj)
Definition:
oleproperties.cxx:44
sdr::properties::OleProperties::applyDefaultStyleSheetFromSdrModel
virtual void applyDefaultStyleSheetFromSdrModel() override
Definition:
oleproperties.cxx:28
sdr::properties::OleProperties::~OleProperties
virtual ~OleProperties() override
Definition:
oleproperties.cxx:54
sdr::properties::RectangleProperties
Definition:
rectangleproperties.hxx:29
sdr::properties::RectangleProperties::SetStyleSheet
virtual void SetStyleSheet(SfxStyleSheet *pNewStyleSheet, bool bDontRemoveHardAttr, bool bBroadcast) override
Definition:
rectangleproperties.cxx:57
sdr::properties::TextProperties::ForceDefaultAttributes
virtual void ForceDefaultAttributes() override
Definition:
textproperties.cxx:364
sdr::properties
Definition:
cell.hxx:39
oleproperties.hxx
svdmodel.hxx
svdobj.hxx
xfillit0.hxx
xlineit0.hxx
Generated on Fri Mar 24 2023 12:11:33 for LibreOffice Module svx (master) by
1.9.3