LibreOffice Module sc (master) 1
|
#include <xlchart.hxx>
Public Member Functions | |
XclChSerErrorBar () | |
Type of the line ends. More... | |
Public Attributes | |
double | mfValue |
sal_uInt16 | mnValueCount |
Fixed value for several source types. More... | |
sal_uInt8 | mnBarType |
Number of custom error values. More... | |
sal_uInt8 | mnSourceType |
Type of the error bar (X/Y). More... | |
sal_uInt8 | mnLineEnd |
Type of source values. More... | |
Definition at line 929 of file xlchart.hxx.
|
explicit |
Type of the line ends.
Definition at line 204 of file xlchart.cxx.
double XclChSerErrorBar::mfValue |
Definition at line 931 of file xlchart.hxx.
Referenced by XclExpChSerErrorBar::Convert(), XclImpChSerErrorBar::ReadChSerErrorBar(), and XclExpChSerErrorBar::WriteBody().
sal_uInt8 XclChSerErrorBar::mnBarType |
Number of custom error values.
Definition at line 933 of file xlchart.hxx.
Referenced by XclExpChSerErrorBar::Convert(), XclImpChSerErrorBar::CreateValueSequence(), XclImpChSerErrorBar::GetBarType(), XclImpChSerErrorBar::ReadChSerErrorBar(), XclExpChSerErrorBar::WriteBody(), and XclExpChSerErrorBar::XclExpChSerErrorBar().
sal_uInt8 XclChSerErrorBar::mnLineEnd |
Type of source values.
Definition at line 935 of file xlchart.hxx.
Referenced by XclImpChSerErrorBar::ReadChSerErrorBar(), and XclExpChSerErrorBar::WriteBody().
sal_uInt8 XclChSerErrorBar::mnSourceType |
Type of the error bar (X/Y).
Definition at line 934 of file xlchart.hxx.
Referenced by XclExpChSerErrorBar::Convert(), XclImpChSerErrorBar::ReadChSerErrorBar(), and XclExpChSerErrorBar::WriteBody().
sal_uInt16 XclChSerErrorBar::mnValueCount |
Fixed value for several source types.
Definition at line 932 of file xlchart.hxx.
Referenced by XclExpChSerErrorBar::Convert(), XclImpChSerErrorBar::ReadChSerErrorBar(), and XclExpChSerErrorBar::WriteBody().