LibreOffice Module sc (master) 1
|
#include <xlchart.hxx>
Public Member Functions | |
XclChSeries () | |
Number of bubble entries. More... | |
Public Attributes | |
sal_uInt16 | mnCategType |
sal_uInt16 | mnValueType |
Data type for category entries. More... | |
sal_uInt16 | mnBubbleType |
Data type for value entries. More... | |
sal_uInt16 | mnCategCount |
Data type for bubble entries. More... | |
sal_uInt16 | mnValueCount |
Number of category entries. More... | |
sal_uInt16 | mnBubbleCount |
Number of value entries. More... | |
Definition at line 940 of file xlchart.hxx.
|
explicit |
sal_uInt16 XclChSeries::mnBubbleCount |
Number of value entries.
Definition at line 947 of file xlchart.hxx.
Referenced by XclImpChSeries::ReadHeaderRecord(), and XclExpChSeries::WriteBody().
sal_uInt16 XclChSeries::mnBubbleType |
Data type for value entries.
Definition at line 944 of file xlchart.hxx.
Referenced by XclImpChSeries::ReadHeaderRecord(), and XclExpChSeries::WriteBody().
sal_uInt16 XclChSeries::mnCategCount |
Data type for bubble entries.
Definition at line 945 of file xlchart.hxx.
Referenced by XclExpChSeries::ConvertCategSequence(), XclExpChSeries::ConvertDataSeries(), XclExpChSeries::InitFromParent(), XclImpChSeries::ReadHeaderRecord(), and XclExpChSeries::WriteBody().
sal_uInt16 XclChSeries::mnCategType |
Definition at line 942 of file xlchart.hxx.
Referenced by XclImpChSeries::ReadHeaderRecord(), and XclExpChSeries::WriteBody().
sal_uInt16 XclChSeries::mnValueCount |
Number of category entries.
Definition at line 946 of file xlchart.hxx.
Referenced by XclExpChSeries::ConvertDataSeries(), XclExpChSeries::ConvertErrorBar(), XclExpChSeries::ConvertStockSeries(), XclExpChSeries::InitFromParent(), XclImpChSeries::ReadHeaderRecord(), and XclExpChSeries::WriteBody().
sal_uInt16 XclChSeries::mnValueType |
Data type for category entries.
Definition at line 943 of file xlchart.hxx.
Referenced by XclImpChSeries::ReadHeaderRecord(), and XclExpChSeries::WriteBody().