LibreOffice Module sc (master) 1
|
#include <xlchart.hxx>
Public Member Functions | |
XclChChart3d () | |
Additional flags. More... | |
Public Attributes | |
sal_uInt16 | mnRotation |
sal_Int16 | mnElevation |
Rotation (0...359deg). More... | |
sal_uInt16 | mnEyeDist |
Elevation (-90...+90deg). More... | |
sal_uInt16 | mnRelHeight |
Eye distance to chart (0...100). More... | |
sal_uInt16 | mnRelDepth |
Height relative to width. More... | |
sal_uInt16 | mnDepthGap |
Depth relative to width. More... | |
sal_uInt16 | mnFlags |
Space between series. More... | |
Definition at line 967 of file xlchart.hxx.
|
explicit |
Additional flags.
Definition at line 236 of file xlchart.cxx.
sal_uInt16 XclChChart3d::mnDepthGap |
Depth relative to width.
Definition at line 974 of file xlchart.hxx.
Referenced by XclImpChChart3d::ReadChChart3d(), and XclExpChChart3d::WriteBody().
sal_Int16 XclChChart3d::mnElevation |
Rotation (0...359deg).
Definition at line 970 of file xlchart.hxx.
Referenced by XclExpChChart3d::Convert(), XclImpChChart3d::Convert(), XclImpChChart3d::ReadChChart3d(), and XclExpChChart3d::WriteBody().
sal_uInt16 XclChChart3d::mnEyeDist |
Elevation (-90...+90deg).
Definition at line 971 of file xlchart.hxx.
Referenced by XclExpChChart3d::Convert(), XclImpChChart3d::Convert(), XclImpChChart3d::ReadChChart3d(), and XclExpChChart3d::WriteBody().
sal_uInt16 XclChChart3d::mnFlags |
Space between series.
Definition at line 975 of file xlchart.hxx.
Referenced by XclExpChChart3d::Convert(), XclImpChChart3d::Convert(), XclExpChChart3d::IsClustered(), XclImpChChart3d::IsClustered(), XclImpChChart3d::ReadChChart3d(), XclExpChChart3d::SetClustered(), and XclExpChChart3d::WriteBody().
sal_uInt16 XclChChart3d::mnRelDepth |
Height relative to width.
Definition at line 973 of file xlchart.hxx.
Referenced by XclImpChChart3d::ReadChChart3d(), and XclExpChChart3d::WriteBody().
sal_uInt16 XclChChart3d::mnRelHeight |
Eye distance to chart (0...100).
Definition at line 972 of file xlchart.hxx.
Referenced by XclImpChChart3d::Convert(), XclImpChChart3d::ReadChChart3d(), and XclExpChChart3d::WriteBody().
sal_uInt16 XclChChart3d::mnRotation |
Definition at line 969 of file xlchart.hxx.
Referenced by XclExpChChart3d::Convert(), XclImpChChart3d::Convert(), XclImpChChart3d::ReadChChart3d(), and XclExpChChart3d::WriteBody().