LibreOffice Module svx (master)
1
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
include
svx
svdtext.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 <
editeng/outlobj.hxx
>
23
#include <
svx/sdr/properties/defaultproperties.hxx
>
24
#include <
svx/svxdllapi.h
>
25
#include <
tools/weakbase.hxx
>
26
27
class
OutlinerParaObject
;
28
class
SdrOutliner
;
29
class
SdrTextObj
;
30
class
SdrModel
;
31
class
SfxItemSet
;
32
enum class
OutlinerMode
;
33
34
namespace
sdr::properties
35
{
36
class
TextProperties;
37
}
38
42
class
SfxStyleSheet
;
43
class
SVXCORE_DLLPUBLIC
SdrText
:
public
tools::WeakBase
44
{
45
public
:
46
explicit
SdrText
(
SdrTextObj
& rObject);
47
virtual
~
SdrText
()
override
;
48
49
void
ForceOutlinerParaObject(
OutlinerMode
nOutlMode);
50
51
virtual
void
SetOutlinerParaObject(
std::optional<OutlinerParaObject>
pTextObject);
52
OutlinerParaObject
* GetOutlinerParaObject();
53
const
OutlinerParaObject
* GetOutlinerParaObject()
const
;
54
55
void
CheckPortionInfo(
const
SdrOutliner
& rOutliner);
56
void
ReformatText();
57
58
// default uses GetObjectItemSet, but may be overridden to
59
// return a text-specific ItemSet
60
const
SfxItemSet
&
GetItemSet
()
const
;
61
62
// This class does not need an own SdrModel reference - always
63
// has the SdrTextObj working with so can use SdrModel::getSdrModelFromSdrObject()
64
SdrTextObj
&
GetObject
()
const
{
return
mrObject; }
65
67
std::optional<OutlinerParaObject>
RemoveOutlinerParaObject();
68
69
void
dumpAsXml(
xmlTextWriterPtr
pWriter)
const
;
70
71
protected
:
72
virtual
const
SfxItemSet
& GetObjectItemSet();
73
virtual
SfxStyleSheet
* GetStyleSheet()
const
;
74
75
private
:
76
std::optional<OutlinerParaObject>
mpOutlinerParaObject
;
77
SdrTextObj
&
mrObject
;
78
bool
mbPortionInfoChecked
;
79
};
80
81
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
OutlinerMode
OutlinerMode
xmlTextWriterPtr
struct _xmlTextWriter * xmlTextWriterPtr
SdrText::mpOutlinerParaObject
std::optional< OutlinerParaObject > mpOutlinerParaObject
Definition:
svdtext.hxx:76
SdrTextObj
Definition:
svdotext.hxx:125
OutlinerParaObject
SdrText::mbPortionInfoChecked
bool mbPortionInfoChecked
Definition:
svdtext.hxx:78
SfxStyleSheet
SdrText::mrObject
SdrTextObj & mrObject
Definition:
svdtext.hxx:77
sdr::properties
Definition:
cell.hxx:39
SdrText::GetObject
SdrTextObj & GetObject() const
Definition:
svdtext.hxx:64
std::optional< OutlinerParaObject >
GetItemSet
const SfxItemSet * GetItemSet(const SfxPoolItem &rAttr)
defaultproperties.hxx
SfxItemSet
SVXCORE_DLLPUBLIC
#define SVXCORE_DLLPUBLIC
Definition:
svxdllapi.h:35
tools::WeakBase
SdrText
Definition:
svdtext.hxx:43
weakbase.hxx
SdrModel
Definition:
svdmodel.hxx:147
outlobj.hxx
SdrOutliner
Definition:
svdoutl.hxx:29
svxdllapi.h
Generated on Tue May 17 2022 12:09:35 for LibreOffice Module svx (master) by
1.8.10