LibreOffice Module oox (master) 1
plotareamodel.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_PLOTAREAMODEL_HXX
21#define INCLUDED_OOX_DRAWINGML_CHART_PLOTAREAMODEL_HXX
22
28
29namespace oox::drawingml::chart {
30
32{
33 std::optional< sal_Int32 > monHeightPercent;
34 std::optional< sal_Int32 > monRotationX;
35 std::optional< sal_Int32 > monRotationY;
36 sal_Int32 mnDepthPercent;
37 sal_Int32 mnPerspective;
39
40 explicit View3DModel(bool bMSO2007Doc);
41};
42
44{
47
50
51 explicit WallFloorModel();
53};
54
56{
62
68
69 explicit PlotAreaModel();
71};
72
73} // namespace oox::drawingml::chart
74
75#endif
76
77/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
ModelRef< DataTableModel > DataTableRef
ModelVector< AxisModel > AxisVector
PlotAreaModel()
Data table of the plot area.
ModelRef< LayoutModel > LayoutRef
DataTableRef mxDataTable
Layout/position of the plot area.
ShapeRef mxShapeProp
All axes contained in the chart.
LayoutRef mxLayout
Plot area frame formatting.
AxisVector maAxes
All chart type groups contained in the chart.
ModelVector< TypeGroupModel > TypeGroupVector
sal_Int32 mnDepthPercent
Vertical rotation in degrees.
View3DModel(bool bMSO2007Doc)
True = right-angled axes in 3D view.
std::optional< sal_Int32 > monRotationY
Horizontal rotation in degrees.
bool mbRightAngled
Eye distance to the 3D objects.
sal_Int32 mnPerspective
Depth of the 3D view, relative to chart width.
std::optional< sal_Int32 > monHeightPercent
std::optional< sal_Int32 > monRotationX
Height of the 3D view, relative to chart width.
ModelRef< PictureOptionsModel > PictureOptionsRef
PictureOptionsRef mxPicOptions
Wall/floor frame formatting.
WallFloorModel()
Fill bitmap settings.