LibreOffice Module chart2 (master) 1
Functions
chart::DataSeriesHelper Namespace Reference

Functions

OOO_DLLPUBLIC_CHARTTOOLS OUString getRole (const css::uno::Reference< css::chart2::data::XLabeledDataSequence > &xLabeledDataSequence)
 
OOO_DLLPUBLIC_CHARTTOOLS css::uno::Reference< css::chart2::data::XLabeledDataSequence > getDataSequenceByRole (const css::uno::Reference< css::chart2::data::XDataSource > &xSource, const OUString &aRole, bool bMatchPrefix=false)
 Retrieves the data sequence in the given data source that matches the given role. More...
 
OOO_DLLPUBLIC_CHARTTOOLS std::vector< css::uno::Reference< css::chart2::data::XLabeledDataSequence > > getAllDataSequencesByRole (const css::uno::Sequence< css::uno::Reference< css::chart2::data::XLabeledDataSequence > > &aDataSequences, const OUString &aRole)
 Retrieves all data sequences in the given data source that match the given role prefix. More...
 
OOO_DLLPUBLIC_CHARTTOOLS std::vector< css::uno::Reference< css::chart2::data::XLabeledDataSequence > > getAllDataSequencesByRole (const std::vector< css::uno::Reference< css::chart2::data::XLabeledDataSequence > > &aDataSequences, const OUString &aRole)
 
OOO_DLLPUBLIC_CHARTTOOLS std::vector< css::uno::Reference< css::chart2::data::XLabeledDataSequence > > getAllDataSequences (const std::vector< rtl::Reference<::chart::DataSeries > > &aSeries)
 
OOO_DLLPUBLIC_CHARTTOOLS rtl::Reference< ::chart::DataSourcegetDataSource (const std::vector< rtl::Reference< ::chart::DataSeries > > &aSeries)
 Retrieves all data sequences found in the given data series and puts them into a data source. More...
 
OOO_DLLPUBLIC_CHARTTOOLS void setStackModeAtSeries (const std::vector< rtl::Reference< ::chart::DataSeries > > &aSeries, const rtl::Reference< ::chart::BaseCoordinateSystem > &xCorrespondingCoordinateSystem, StackMode eStackMode)
 
OOO_DLLPUBLIC_CHARTTOOLS sal_Int32 getAttachedAxisIndex (const rtl::Reference< ::chart::DataSeries > &xSeries)
 
OOO_DLLPUBLIC_CHARTTOOLS sal_Int32 getNumberFormatKeyFromAxis (const rtl::Reference< ::chart::DataSeries > &xSeries, const rtl::Reference< ::chart::BaseCoordinateSystem > &xCorrespondingCoordinateSystem, sal_Int32 nDimensionIndex, sal_Int32 nAxisIndex=-1)
 
OOO_DLLPUBLIC_CHARTTOOLS rtl::Reference< ::chart::BaseCoordinateSystemgetCoordinateSystemOfSeries (const rtl::Reference< ::chart::DataSeries > &xSeries, const rtl::Reference< ::chart::Diagram > &xDiagram)
 
OOO_DLLPUBLIC_CHARTTOOLS rtl::Reference< ::chart::ChartTypegetChartTypeOfSeries (const rtl::Reference< ::chart::DataSeries > &xSeries, const rtl::Reference< ::chart::Diagram > &xDiagram)
 
OOO_DLLPUBLIC_CHARTTOOLS void deleteSeries (const rtl::Reference< ::chart::DataSeries > &xSeries, const rtl::Reference< ::chart::ChartType > &xChartType)
 
OOO_DLLPUBLIC_CHARTTOOLS void switchSymbolsOnOrOff (const rtl::Reference< ::chart::DataSeries > &xSeries, bool bSymbolsOn, sal_Int32 nSeriesIndex)
 
OOO_DLLPUBLIC_CHARTTOOLS void switchLinesOnOrOff (const rtl::Reference< ::chart::DataSeries > &xSeries, bool bLinesOn)
 
OOO_DLLPUBLIC_CHARTTOOLS void makeLinesThickOrThin (const rtl::Reference< ::chart::DataSeries > &xSeries, bool bThick)
 
OOO_DLLPUBLIC_CHARTTOOLS void setPropertyAlsoToAllAttributedDataPoints (const rtl::Reference< ::chart::DataSeries > &xSeries, const OUString &rPropertyName, const css::uno::Any &rPropertyValue)
 
OOO_DLLPUBLIC_CHARTTOOLS bool hasAttributedDataPointDifferentValue (const rtl::Reference< ::chart::DataSeries > &xSeries, const OUString &rPropertyName, const css::uno::Any &rPropertyValue)
 
OOO_DLLPUBLIC_CHARTTOOLS sal_Int32 translateIndexFromHiddenToFullSequence (sal_Int32 nClippedIndex, const css::uno::Reference< css::chart2::data::XDataSequence > &xDataSequence, bool bTranslate)
 
OOO_DLLPUBLIC_CHARTTOOLS bool hasDataLabelsAtSeries (const rtl::Reference< ::chart::DataSeries > &xSeries)
 
OOO_DLLPUBLIC_CHARTTOOLS bool hasDataLabelsAtPoints (const rtl::Reference< ::chart::DataSeries > &xSeries)
 
OOO_DLLPUBLIC_CHARTTOOLS bool hasDataLabelAtPoint (const rtl::Reference< ::chart::DataSeries > &xSeries, sal_Int32 nPointIndex)
 
OOO_DLLPUBLIC_CHARTTOOLS void insertDataLabelsToSeriesAndAllPoints (const rtl::Reference< ::chart::DataSeries > &xSeries)
 
OOO_DLLPUBLIC_CHARTTOOLS void insertDataLabelToPoint (const css::uno::Reference< css::beans::XPropertySet > &xPointPropertySet)
 
OOO_DLLPUBLIC_CHARTTOOLS void deleteDataLabelsFromSeriesAndAllPoints (const rtl::Reference< ::chart::DataSeries > &xSeries)
 
OOO_DLLPUBLIC_CHARTTOOLS void deleteDataLabelsFromPoint (const css::uno::Reference< css::beans::XPropertySet > &xPointPropertySet)
 
OUString getRole (const uno::Reference< chart2::data::XLabeledDataSequence > &xLabeledDataSequence)
 
uno::Reference< chart2::data::XLabeledDataSequence > getDataSequenceByRole (const Reference< chart2::data::XDataSource > &xSource, const OUString &aRole, bool bMatchPrefix)
 
std::vector< uno::Reference< chart2::data::XLabeledDataSequence > > getAllDataSequencesByRole (const Sequence< Reference< chart2::data::XLabeledDataSequence > > &aDataSequences, const OUString &aRole)
 
std::vector< css::uno::Reference< css::chart2::data::XLabeledDataSequence > > getAllDataSequencesByRole (const std::vector< uno::Reference< chart2::data::XLabeledDataSequence > > &aDataSequences, const OUString &aRole)
 
std::vector< uno::Reference< chart2::data::XLabeledDataSequence > > getAllDataSequences (const std::vector< rtl::Reference< DataSeries > > &aSeries)
 
rtl::Reference< DataSourcegetDataSource (const std::vector< rtl::Reference< DataSeries > > &aSeries)
 
void setStackModeAtSeries (const std::vector< rtl::Reference< DataSeries > > &aSeries, const rtl::Reference< BaseCoordinateSystem > &xCorrespondingCoordinateSystem, StackMode eStackMode)
 
sal_Int32 getAttachedAxisIndex (const rtl::Reference< DataSeries > &xSeries)
 
sal_Int32 getNumberFormatKeyFromAxis (const rtl::Reference< DataSeries > &xSeries, const rtl::Reference< BaseCoordinateSystem > &xCorrespondingCoordinateSystem, sal_Int32 nDimensionIndex, sal_Int32 nAxisIndex)
 
rtl::Reference< ::chart::BaseCoordinateSystemgetCoordinateSystemOfSeries (const rtl::Reference< DataSeries > &xSeries, const rtl::Reference< Diagram > &xDiagram)
 
rtl::Reference< ::chart::ChartTypegetChartTypeOfSeries (const rtl::Reference< DataSeries > &xSeries, const rtl::Reference< Diagram > &xDiagram)
 
void switchSymbolsOnOrOff (const rtl::Reference< DataSeries > &xSeries, bool bSymbolsOn, sal_Int32 nSeriesIndex)
 
void switchLinesOnOrOff (const rtl::Reference< DataSeries > &xSeries, bool bLinesOn)
 
void setPropertyAlsoToAllAttributedDataPoints (const rtl::Reference< ::chart::DataSeries > &xSeries, const OUString &rPropertyName, const uno::Any &rPropertyValue)
 
bool hasAttributedDataPointDifferentValue (const rtl::Reference< DataSeries > &xSeries, const OUString &rPropertyName, const uno::Any &rPropertyValue)
 
sal_Int32 translateIndexFromHiddenToFullSequence (sal_Int32 nIndex, const Reference< chart2::data::XDataSequence > &xDataSequence, bool bTranslate)
 
bool hasDataLabelsAtSeries (const rtl::Reference< DataSeries > &xSeries)
 
bool hasDataLabelsAtPoints (const rtl::Reference< DataSeries > &xSeries)
 
bool hasDataLabelAtPoint (const rtl::Reference< DataSeries > &xSeries, sal_Int32 nPointIndex)
 
void insertDataLabelsToSeriesAndAllPoints (const rtl::Reference< DataSeries > &xSeries)
 
void deleteDataLabelsFromSeriesAndAllPoints (const rtl::Reference< DataSeries > &xSeries)
 
void insertDataLabelToPoint (const Reference< beans::XPropertySet > &xPointProp)
 
void deleteDataLabelsFromPoint (const Reference< beans::XPropertySet > &xPointProp)
 

Function Documentation

◆ deleteDataLabelsFromPoint() [1/2]

OOO_DLLPUBLIC_CHARTTOOLS void chart::DataSeriesHelper::deleteDataLabelsFromPoint ( const css::uno::Reference< css::beans::XPropertySet > &  xPointPropertySet)

◆ deleteDataLabelsFromPoint() [2/2]

void chart::DataSeriesHelper::deleteDataLabelsFromPoint ( const Reference< beans::XPropertySet > &  xPointProp)

◆ deleteDataLabelsFromSeriesAndAllPoints() [1/2]

OOO_DLLPUBLIC_CHARTTOOLS void chart::DataSeriesHelper::deleteDataLabelsFromSeriesAndAllPoints ( const rtl::Reference< ::chart::DataSeries > &  xSeries)

◆ deleteDataLabelsFromSeriesAndAllPoints() [2/2]

void chart::DataSeriesHelper::deleteDataLabelsFromSeriesAndAllPoints ( const rtl::Reference< DataSeries > &  xSeries)

Definition at line 632 of file DataSeriesHelper.cxx.

◆ deleteSeries()

void chart::DataSeriesHelper::deleteSeries ( const rtl::Reference< ::chart::DataSeries > &  xSeries,
const rtl::Reference< ::chart::ChartType > &  xChartType 
)

Definition at line 377 of file DataSeriesHelper.cxx.

References DBG_UNHANDLED_EXCEPTION.

Referenced by chart::DialogModel::deleteSeries().

◆ getAllDataSequences() [1/2]

std::vector< uno::Reference< chart2::data::XLabeledDataSequence > > chart::DataSeriesHelper::getAllDataSequences ( const std::vector< rtl::Reference< DataSeries > > &  aSeries)

Definition at line 232 of file DataSeriesHelper.cxx.

References aSeq.

◆ getAllDataSequences() [2/2]

OOO_DLLPUBLIC_CHARTTOOLS std::vector< css::uno::Reference< css::chart2::data::XLabeledDataSequence > > chart::DataSeriesHelper::getAllDataSequences ( const std::vector< rtl::Reference<::chart::DataSeries > > &  aSeries)

◆ getAllDataSequencesByRole() [1/4]

OOO_DLLPUBLIC_CHARTTOOLS std::vector< css::uno::Reference< css::chart2::data::XLabeledDataSequence > > chart::DataSeriesHelper::getAllDataSequencesByRole ( const css::uno::Sequence< css::uno::Reference< css::chart2::data::XLabeledDataSequence > > &  aDataSequences,
const OUString &  aRole 
)

Retrieves all data sequences in the given data source that match the given role prefix.

Parameters
aSourceThe data source containing all data sequences to be searched through.
aRoleThe role that is to be filtered out.

Referenced by chart::DataSeries::getDataPointByIndex(), chart::AxisHelper::getExplicitNumberFormatKeyForAxis(), chart::BubbleDataInterpreter::reinterpretDataSeries(), and chart::XYDataInterpreter::reinterpretDataSeries().

◆ getAllDataSequencesByRole() [2/4]

std::vector< uno::Reference< chart2::data::XLabeledDataSequence > > chart::DataSeriesHelper::getAllDataSequencesByRole ( const Sequence< Reference< chart2::data::XLabeledDataSequence > > &  aDataSequences,
const OUString &  aRole 
)

Definition at line 208 of file DataSeriesHelper.cxx.

References i.

◆ getAllDataSequencesByRole() [3/4]

OOO_DLLPUBLIC_CHARTTOOLS std::vector< css::uno::Reference< css::chart2::data::XLabeledDataSequence > > chart::DataSeriesHelper::getAllDataSequencesByRole ( const std::vector< css::uno::Reference< css::chart2::data::XLabeledDataSequence > > &  aDataSequences,
const OUString &  aRole 
)

◆ getAllDataSequencesByRole() [4/4]

std::vector< css::uno::Reference< css::chart2::data::XLabeledDataSequence > > chart::DataSeriesHelper::getAllDataSequencesByRole ( const std::vector< uno::Reference< chart2::data::XLabeledDataSequence > > &  aDataSequences,
const OUString &  aRole 
)

Definition at line 221 of file DataSeriesHelper.cxx.

◆ getAttachedAxisIndex() [1/2]

OOO_DLLPUBLIC_CHARTTOOLS sal_Int32 chart::DataSeriesHelper::getAttachedAxisIndex ( const rtl::Reference< ::chart::DataSeries > &  xSeries)

◆ getAttachedAxisIndex() [2/2]

sal_Int32 chart::DataSeriesHelper::getAttachedAxisIndex ( const rtl::Reference< DataSeries > &  xSeries)

Definition at line 314 of file DataSeriesHelper.cxx.

References DBG_UNHANDLED_EXCEPTION.

◆ getChartTypeOfSeries() [1/2]

OOO_DLLPUBLIC_CHARTTOOLS rtl::Reference< ::chart::ChartType > chart::DataSeriesHelper::getChartTypeOfSeries ( const rtl::Reference< ::chart::DataSeries > &  xSeries,
const rtl::Reference< ::chart::Diagram > &  xDiagram 
)

◆ getChartTypeOfSeries() [2/2]

rtl::Reference< ::chart::ChartType > chart::DataSeriesHelper::getChartTypeOfSeries ( const rtl::Reference< DataSeries > &  xSeries,
const rtl::Reference< Diagram > &  xDiagram 
)

Definition at line 366 of file DataSeriesHelper.cxx.

◆ getCoordinateSystemOfSeries() [1/2]

OOO_DLLPUBLIC_CHARTTOOLS rtl::Reference< ::chart::BaseCoordinateSystem > chart::DataSeriesHelper::getCoordinateSystemOfSeries ( const rtl::Reference< ::chart::DataSeries > &  xSeries,
const rtl::Reference< ::chart::Diagram > &  xDiagram 
)

◆ getCoordinateSystemOfSeries() [2/2]

rtl::Reference< ::chart::BaseCoordinateSystem > chart::DataSeriesHelper::getCoordinateSystemOfSeries ( const rtl::Reference< DataSeries > &  xSeries,
const rtl::Reference< Diagram > &  xDiagram 
)

Definition at line 355 of file DataSeriesHelper.cxx.

◆ getDataSequenceByRole() [1/2]

OOO_DLLPUBLIC_CHARTTOOLS css::uno::Reference< css::chart2::data::XLabeledDataSequence > chart::DataSeriesHelper::getDataSequenceByRole ( const css::uno::Reference< css::chart2::data::XDataSource > &  xSource,
const OUString &  aRole,
bool  bMatchPrefix = false 
)

Retrieves the data sequence in the given data source that matches the given role.

If more than one sequences match the role, the first match is returned. If no sequence matches, an empty reference is returned.

Parameters
aSourceThe data source containing all data sequences to be searched through.
aRoleThe role that is to be filtered out.

Referenced by chart::AxisHelper::getExplicitNumberFormatKeyForAxis(), chart::DataSeries::getLabelForRole(), chart::IMPL_LINK(), chart::lcl_generateAutomaticCategoriesFromChartType(), chart::DataSourceHelper::pressUsedDataIntoRectangularFormat(), chart::DataInterpreter::reinterpretDataSeries(), chart::BubbleDataInterpreter::reinterpretDataSeries(), chart::XYDataInterpreter::reinterpretDataSeries(), and chart::DataSourceTabPage::updateModelFromControl().

◆ getDataSequenceByRole() [2/2]

uno::Reference< chart2::data::XLabeledDataSequence > chart::DataSeriesHelper::getDataSequenceByRole ( const Reference< chart2::data::XDataSource > &  xSource,
const OUString &  aRole,
bool  bMatchPrefix 
)

Definition at line 182 of file DataSeriesHelper.cxx.

References i, and TOOLS_WARN_EXCEPTION.

◆ getDataSource() [1/2]

OOO_DLLPUBLIC_CHARTTOOLS rtl::Reference< ::chart::DataSource > chart::DataSeriesHelper::getDataSource ( const std::vector< rtl::Reference< ::chart::DataSeries > > &  aSeries)

Retrieves all data sequences found in the given data series and puts them into a data source.

The order of sequences will match the order of the data series.

Referenced by chart::DataSourceHelper::pressUsedDataIntoRectangularFormat().

◆ getDataSource() [2/2]

rtl::Reference< DataSource > chart::DataSeriesHelper::getDataSource ( const std::vector< rtl::Reference< DataSeries > > &  aSeries)

Definition at line 246 of file DataSeriesHelper.cxx.

References getAllDataSequences().

◆ getNumberFormatKeyFromAxis() [1/2]

OOO_DLLPUBLIC_CHARTTOOLS sal_Int32 chart::DataSeriesHelper::getNumberFormatKeyFromAxis ( const rtl::Reference< ::chart::DataSeries > &  xSeries,
const rtl::Reference< ::chart::BaseCoordinateSystem > &  xCorrespondingCoordinateSystem,
sal_Int32  nDimensionIndex,
sal_Int32  nAxisIndex = -1 
)
Parameters
nAxisIndex,if-1 it is determined by the given data series via getAttachedAxisIndex

Referenced by chart::DataBrowserModel::updateFromModel().

◆ getNumberFormatKeyFromAxis() [2/2]

sal_Int32 chart::DataSeriesHelper::getNumberFormatKeyFromAxis ( const rtl::Reference< DataSeries > &  xSeries,
const rtl::Reference< BaseCoordinateSystem > &  xCorrespondingCoordinateSystem,
sal_Int32  nDimensionIndex,
sal_Int32  nAxisIndex 
)

◆ getRole() [1/2]

OOO_DLLPUBLIC_CHARTTOOLS OUString chart::DataSeriesHelper::getRole ( const css::uno::Reference< css::chart2::data::XLabeledDataSequence > &  xLabeledDataSequence)

◆ getRole() [2/2]

OUString chart::DataSeriesHelper::getRole ( const uno::Reference< chart2::data::XLabeledDataSequence > &  xLabeledDataSequence)

Definition at line 169 of file DataSeriesHelper.cxx.

◆ hasAttributedDataPointDifferentValue() [1/2]

OOO_DLLPUBLIC_CHARTTOOLS bool chart::DataSeriesHelper::hasAttributedDataPointDifferentValue ( const rtl::Reference< ::chart::DataSeries > &  xSeries,
const OUString &  rPropertyName,
const css::uno::Any &  rPropertyValue 
)

◆ hasAttributedDataPointDifferentValue() [2/2]

bool chart::DataSeriesHelper::hasAttributedDataPointDifferentValue ( const rtl::Reference< DataSeries > &  xSeries,
const OUString &  rPropertyName,
const uno::Any rPropertyValue 
)

◆ hasDataLabelAtPoint() [1/2]

OOO_DLLPUBLIC_CHARTTOOLS bool chart::DataSeriesHelper::hasDataLabelAtPoint ( const rtl::Reference< ::chart::DataSeries > &  xSeries,
sal_Int32  nPointIndex 
)

◆ hasDataLabelAtPoint() [2/2]

bool chart::DataSeriesHelper::hasDataLabelAtPoint ( const rtl::Reference< DataSeries > &  xSeries,
sal_Int32  nPointIndex 
)

◆ hasDataLabelsAtPoints() [1/2]

OOO_DLLPUBLIC_CHARTTOOLS bool chart::DataSeriesHelper::hasDataLabelsAtPoints ( const rtl::Reference< ::chart::DataSeries > &  xSeries)

◆ hasDataLabelsAtPoints() [2/2]

bool chart::DataSeriesHelper::hasDataLabelsAtPoints ( const rtl::Reference< DataSeries > &  xSeries)

◆ hasDataLabelsAtSeries() [1/2]

OOO_DLLPUBLIC_CHARTTOOLS bool chart::DataSeriesHelper::hasDataLabelsAtSeries ( const rtl::Reference< ::chart::DataSeries > &  xSeries)

◆ hasDataLabelsAtSeries() [2/2]

bool chart::DataSeriesHelper::hasDataLabelsAtSeries ( const rtl::Reference< DataSeries > &  xSeries)

Definition at line 537 of file DataSeriesHelper.cxx.

References aLabel, CHART_UNONAME_LABEL, and TOOLS_WARN_EXCEPTION.

◆ insertDataLabelsToSeriesAndAllPoints() [1/2]

OOO_DLLPUBLIC_CHARTTOOLS void chart::DataSeriesHelper::insertDataLabelsToSeriesAndAllPoints ( const rtl::Reference< ::chart::DataSeries > &  xSeries)

◆ insertDataLabelsToSeriesAndAllPoints() [2/2]

void chart::DataSeriesHelper::insertDataLabelsToSeriesAndAllPoints ( const rtl::Reference< DataSeries > &  xSeries)

Definition at line 627 of file DataSeriesHelper.cxx.

◆ insertDataLabelToPoint() [1/2]

OOO_DLLPUBLIC_CHARTTOOLS void chart::DataSeriesHelper::insertDataLabelToPoint ( const css::uno::Reference< css::beans::XPropertySet > &  xPointPropertySet)

◆ insertDataLabelToPoint() [2/2]

void chart::DataSeriesHelper::insertDataLabelToPoint ( const Reference< beans::XPropertySet > &  xPointProp)

Definition at line 637 of file DataSeriesHelper.cxx.

References aLabel, CHART_UNONAME_LABEL, and TOOLS_WARN_EXCEPTION.

◆ makeLinesThickOrThin()

void chart::DataSeriesHelper::makeLinesThickOrThin ( const rtl::Reference< ::chart::DataSeries > &  xSeries,
bool  bThick 
)

◆ setPropertyAlsoToAllAttributedDataPoints() [1/2]

OOO_DLLPUBLIC_CHARTTOOLS void chart::DataSeriesHelper::setPropertyAlsoToAllAttributedDataPoints ( const rtl::Reference< ::chart::DataSeries > &  xSeries,
const OUString &  rPropertyName,
const css::uno::Any &  rPropertyValue 
)

◆ setPropertyAlsoToAllAttributedDataPoints() [2/2]

void chart::DataSeriesHelper::setPropertyAlsoToAllAttributedDataPoints ( const rtl::Reference< ::chart::DataSeries > &  xSeries,
const OUString &  rPropertyName,
const uno::Any rPropertyValue 
)

◆ setStackModeAtSeries() [1/2]

OOO_DLLPUBLIC_CHARTTOOLS void chart::DataSeriesHelper::setStackModeAtSeries ( const std::vector< rtl::Reference< ::chart::DataSeries > > &  aSeries,
const rtl::Reference< ::chart::BaseCoordinateSystem > &  xCorrespondingCoordinateSystem,
StackMode  eStackMode 
)

◆ setStackModeAtSeries() [2/2]

void chart::DataSeriesHelper::setStackModeAtSeries ( const std::vector< rtl::Reference< DataSeries > > &  aSeries,
const rtl::Reference< BaseCoordinateSystem > &  xCorrespondingCoordinateSystem,
StackMode  eStackMode 
)

◆ switchLinesOnOrOff() [1/2]

OOO_DLLPUBLIC_CHARTTOOLS void chart::DataSeriesHelper::switchLinesOnOrOff ( const rtl::Reference< ::chart::DataSeries > &  xSeries,
bool  bLinesOn 
)

◆ switchLinesOnOrOff() [2/2]

void chart::DataSeriesHelper::switchLinesOnOrOff ( const rtl::Reference< DataSeries > &  xSeries,
bool  bLinesOn 
)

Definition at line 418 of file DataSeriesHelper.cxx.

◆ switchSymbolsOnOrOff() [1/2]

OOO_DLLPUBLIC_CHARTTOOLS void chart::DataSeriesHelper::switchSymbolsOnOrOff ( const rtl::Reference< ::chart::DataSeries > &  xSeries,
bool  bSymbolsOn,
sal_Int32  nSeriesIndex 
)

◆ switchSymbolsOnOrOff() [2/2]

void chart::DataSeriesHelper::switchSymbolsOnOrOff ( const rtl::Reference< DataSeries > &  xSeries,
bool  bSymbolsOn,
sal_Int32  nSeriesIndex 
)

Definition at line 397 of file DataSeriesHelper.cxx.

◆ translateIndexFromHiddenToFullSequence() [1/2]

OOO_DLLPUBLIC_CHARTTOOLS sal_Int32 chart::DataSeriesHelper::translateIndexFromHiddenToFullSequence ( sal_Int32  nClippedIndex,
const css::uno::Reference< css::chart2::data::XDataSequence > &  xDataSequence,
bool  bTranslate 
)

◆ translateIndexFromHiddenToFullSequence() [2/2]

sal_Int32 chart::DataSeriesHelper::translateIndexFromHiddenToFullSequence ( sal_Int32  nIndex,
const Reference< chart2::data::XDataSequence > &  xDataSequence,
bool  bTranslate 
)

Definition at line 503 of file DataSeriesHelper.cxx.

References nIndex, and comphelper::sequenceToContainer().