LibreOffice Module oox (master) 1
seriesmodel.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
21#include <oox/token/tokens.hxx>
22
23namespace oox::drawingml::chart {
24
26 mbDeleted( !bMSO2007Doc )
27{
28}
29
31{
32}
33
34DataLabelModel::DataLabelModel(const DataLabelsModel& rParent, bool bMSO2007Doc) :
35 DataLabelModelBase(bMSO2007Doc),
36 mrParent( rParent ),
37 mnIndex( -1 )
38{
39}
40
42{
43}
44
46 DataLabelModelBase(bMSO2007Doc),
47 mpLabelsSource( nullptr ),
48 mbShowLeaderLines( !bMSO2007Doc )
49{
50}
51
53{
54}
55
57 mfStackUnit( 1.0 ),
58 mnPictureFormat( XML_stretch ),
59 mbApplyToFront( !bMSO2007Doc ),
60 mbApplyToSides( !bMSO2007Doc ),
61 mbApplyToEnd( !bMSO2007Doc )
62{
63}
64
66 mfValue( 0.0 ),
67 mnDirection( XML_y ),
68 mnTypeId( XML_both ),
69 mnValueType( XML_fixedVal ),
70 mbNoEndCap( !bMSO2007Doc )
71{
72}
73
75{
76}
77
79{
80}
81
83{
84}
85
87 mnOrder( 2 ),
88 mnPeriod( 2 ),
89 mnTypeId( XML_linear ),
90 mbDispEquation( !bMSO2007Doc ),
91 mbDispRSquared( !bMSO2007Doc )
92{
93}
94
96{
97}
98
100 mnIndex( -1 ),
101 mbInvertNeg( !bMSO2007Doc )
102{
103}
104
106{
107}
108
109SeriesModel::SeriesModel(bool bMSO2007Doc) :
110 mnExplosion( 0 ),
111 mnIndex( -1 ),
112 mnMarkerSize( 5 ),
113 mnMarkerSymbol( XML_auto ),
114 mnOrder( -1 ),
115 mbBubble3d( !bMSO2007Doc ),
116 mbInvertNeg( !bMSO2007Doc ),
117 mbSmooth( !bMSO2007Doc )
118{
119}
120
122{
123}
124
125} // namespace oox::drawingml::chart
126
127/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
BaseContainerNodeSharedPtr & mrParent
DataLabelModelBase(bool bMSO2007Doc)
True = data label(s) deleted.
Definition: seriesmodel.cxx:25
DataLabelModel(const DataLabelsModel &rParent, bool bMSO2007Doc)
Data point index for this data label.
Definition: seriesmodel.cxx:34
DataLabelsModel(bool bMSO2007Doc)
True = show connector lines between data points and labels.
Definition: seriesmodel.cxx:45
DataPointModel(bool bMSO2007Doc)
True = invert negative data points (not derived from series!).
Definition: seriesmodel.cxx:99
ErrorBarModel(bool bMSO2007Doc)
True = no end cap at error bar lines.
Definition: seriesmodel.cxx:65
PictureOptionsModel(bool bMSO2007Doc)
True = draw picture at top/bottom side of 3D data points.
Definition: seriesmodel.cxx:56
SeriesModel(bool bMSO2007Doc)
True = smooth series line.
TrendlineLabelModel()
Number format for coefficients.
Definition: seriesmodel.cxx:78
TrendlineModel(bool bMSO2007Doc)
True = show R-squared of the trendline.
Definition: seriesmodel.cxx:86
sal_Int32 mnValueType
sal_Int32 mnIndex
Definition: vbacontrol.cxx:101