LibreOffice Module sc (master) 1
|
Contains static helper functions for the chart filters. More...
#include <xlchart.hxx>
Static Public Member Functions | |
static sal_uInt16 | GetSeriesLineAutoColorIdx (sal_uInt16 nFormatIdx) |
Returns a palette index for automatic series line colors. More... | |
static sal_uInt16 | GetSeriesFillAutoColorIdx (sal_uInt16 nFormatIdx) |
Returns a palette index for automatic series fill colors. More... | |
static sal_uInt8 | GetSeriesFillAutoTransp (sal_uInt16 nFormatIdx) |
Returns a transparency value for automatic series fill colors. More... | |
static sal_uInt16 | GetAutoMarkerType (sal_uInt16 nFormatIdx) |
Returns an automatic symbol index for the passed format index. More... | |
static bool | HasMarkerFillColor (sal_uInt16 nMarkerType) |
Returns true, if the passed marker type is filled. More... | |
static OUString | GetErrorBarValuesRole (sal_uInt8 nBarType) |
Returns the role name for a manual data source for error bars. More... | |
Contains static helper functions for the chart filters.
Definition at line 1092 of file xlchart.hxx.
|
static |
Returns an automatic symbol index for the passed format index.
Definition at line 387 of file xlchart.cxx.
References EXC_CHMARKERFORMAT_CIRCLE, EXC_CHMARKERFORMAT_CROSS, EXC_CHMARKERFORMAT_DIAMOND, EXC_CHMARKERFORMAT_DOWJ, EXC_CHMARKERFORMAT_PLUS, EXC_CHMARKERFORMAT_SQUARE, EXC_CHMARKERFORMAT_STAR, EXC_CHMARKERFORMAT_STDDEV, EXC_CHMARKERFORMAT_TRIANGLE, and SAL_N_ELEMENTS.
Referenced by XclImpChMarkerFormat::Convert(), and XclChPropSetHelper::ReadMarkerProperties().
|
static |
Returns the role name for a manual data source for error bars.
Definition at line 403 of file xlchart.cxx.
References EXC_CHPROP_ROLE_ERRORBARS_NEGX, EXC_CHPROP_ROLE_ERRORBARS_NEGY, EXC_CHPROP_ROLE_ERRORBARS_POSX, EXC_CHPROP_ROLE_ERRORBARS_POSY, EXC_CHSERERR_XMINUS, EXC_CHSERERR_XPLUS, EXC_CHSERERR_YMINUS, and EXC_CHSERERR_YPLUS.
Referenced by XclExpChSerErrorBar::Convert(), and XclImpChSerErrorBar::CreateValueSequence().
|
static |
Returns a palette index for automatic series fill colors.
Definition at line 366 of file xlchart.cxx.
References SAL_N_ELEMENTS.
Referenced by XclImpChRoot::GetSeriesFillAutoColor().
|
static |
Returns a transparency value for automatic series fill colors.
Definition at line 381 of file xlchart.cxx.
References SAL_N_ELEMENTS.
Referenced by XclImpChRoot::GetSeriesFillAutoColor().
|
static |
Returns a palette index for automatic series line colors.
Definition at line 351 of file xlchart.cxx.
References SAL_N_ELEMENTS.
Referenced by XclImpChRoot::GetSeriesLineAutoColor().
|
static |
Returns true, if the passed marker type is filled.
Definition at line 396 of file xlchart.cxx.
References SAL_N_ELEMENTS.
Referenced by XclChPropSetHelper::ReadMarkerProperties().