LibreOffice Module oox (master) 1
titlemodel.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_OOX_DRAWINGML_CHART_TITLEMODEL_HXX
21#define INCLUDED_OOX_DRAWINGML_CHART_TITLEMODEL_HXX
22
25
26namespace oox::drawingml::chart {
27
29{
32
35
36 explicit TextModel();
37 ~TextModel();
38};
39
41{
46
51 bool mbOverlay;
53
54 explicit TitleModel(sal_Int32 nDefaultRotation = 0);
56};
57
59{
60 sal_Int32 mnLegendEntryIdx;
62
64};
65
67{
72
77 sal_Int32 mnPosition;
78 bool mbOverlay;
79
80 explicit LegendModel();
82};
83
84} // namespace oox::drawingml::chart
85
86#endif
87
88/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
bool mbLabelDeleted
Legend entry index.
Definition: titlemodel.hxx:61
LegendEntryModel()
True = legend label deleted.
Definition: titlemodel.cxx:43
ModelRef< TextBody > TextBodyRef
Definition: titlemodel.hxx:70
ShapeRef mxShapeProp
Legend entries formatting.
Definition: titlemodel.hxx:74
LayoutRef mxLayout
Legend text formatting.
Definition: titlemodel.hxx:76
TextBodyRef mxTextProp
Legend shape formatting.
Definition: titlemodel.hxx:75
bool mbOverlay
Legend position.
Definition: titlemodel.hxx:78
LegendModel()
True = legend may overlay other objects.
Definition: titlemodel.cxx:49
ModelRef< LayoutModel > LayoutRef
Definition: titlemodel.hxx:71
sal_Int32 mnPosition
Layout/position of the legend.
Definition: titlemodel.hxx:77
ModelVector< LegendEntryModel > LegendEntryVector
Definition: titlemodel.hxx:68
ModelRef< DataSequenceModel > DataSequenceRef
Definition: titlemodel.hxx:30
TextModel()
Rich-formatted literal text (for title objects only).
Definition: titlemodel.cxx:25
TextBodyRef mxTextBody
The string data or formula link of this text.
Definition: titlemodel.hxx:34
ModelRef< TextBody > TextBodyRef
Definition: titlemodel.hxx:31
ModelRef< TextBody > TextBodyRef
Definition: titlemodel.hxx:43
LayoutRef mxLayout
Title text formatting.
Definition: titlemodel.hxx:49
ModelRef< LayoutModel > LayoutRef
Definition: titlemodel.hxx:44
TitleModel(sal_Int32 nDefaultRotation=0)
Definition: titlemodel.cxx:33
TextBodyRef mxTextProp
Title shape formatting.
Definition: titlemodel.hxx:48
ModelRef< TextModel > TextRef
Definition: titlemodel.hxx:45
sal_Int32 mnDefaultRotation
True = title may overlay other objects.
Definition: titlemodel.hxx:52
bool mbOverlay
Text source of the title.
Definition: titlemodel.hxx:51
TextRef mxText
Layout/position of the frame.
Definition: titlemodel.hxx:50