LibreOffice Module sc (master) 1
|
#include <xlchart.hxx>
Public Member Functions | |
XclChLabelRange () | |
Additional flags. More... | |
Public Attributes | |
sal_uInt16 | mnCross |
sal_uInt16 | mnLabelFreq |
Crossing position of other axis. More... | |
sal_uInt16 | mnTickFreq |
Frequency of labels. More... | |
sal_uInt16 | mnFlags |
Frequency of ticks. More... | |
Definition at line 1008 of file xlchart.hxx.
|
explicit |
Additional flags.
Definition at line 269 of file xlchart.cxx.
sal_uInt16 XclChLabelRange::mnCross |
Definition at line 1010 of file xlchart.hxx.
Referenced by XclExpChLabelRange::Convert(), XclExpChLabelRange::ConvertAxisPosition(), XclImpChLabelRange::ConvertAxisPosition(), XclImpChLabelRange::ReadChLabelRange(), and XclExpChLabelRange::WriteBody().
sal_uInt16 XclChLabelRange::mnFlags |
Frequency of ticks.
Definition at line 1013 of file xlchart.hxx.
Referenced by XclExpChLabelRange::Convert(), XclImpChLabelRange::Convert(), XclExpChLabelRange::ConvertAxisPosition(), XclImpChLabelRange::ConvertAxisPosition(), XclImpChLabelRange::ReadChLabelRange(), XclExpChLabelRange::SetTicksBetweenCateg(), and XclExpChLabelRange::WriteBody().
sal_uInt16 XclChLabelRange::mnLabelFreq |
Crossing position of other axis.
Definition at line 1011 of file xlchart.hxx.
Referenced by XclImpChLabelRange::Convert(), XclImpChLabelRange::ReadChLabelRange(), and XclExpChLabelRange::WriteBody().
sal_uInt16 XclChLabelRange::mnTickFreq |
Frequency of labels.
Definition at line 1012 of file xlchart.hxx.
Referenced by XclImpChLabelRange::ReadChLabelRange(), and XclExpChLabelRange::WriteBody().