LibreOffice Module chart2 (master) 1
|
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::DataSource > | 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. 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::BaseCoordinateSystem > | getCoordinateSystemOfSeries (const rtl::Reference< ::chart::DataSeries > &xSeries, const rtl::Reference< ::chart::Diagram > &xDiagram) |
OOO_DLLPUBLIC_CHARTTOOLS rtl::Reference< ::chart::ChartType > | getChartTypeOfSeries (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< DataSource > | getDataSource (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::BaseCoordinateSystem > | getCoordinateSystemOfSeries (const rtl::Reference< DataSeries > &xSeries, const rtl::Reference< Diagram > &xDiagram) |
rtl::Reference< ::chart::ChartType > | getChartTypeOfSeries (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) |
OOO_DLLPUBLIC_CHARTTOOLS void chart::DataSeriesHelper::deleteDataLabelsFromPoint | ( | const css::uno::Reference< css::beans::XPropertySet > & | xPointPropertySet | ) |
Referenced by chart::ChartController::executeDispatch_DeleteDataLabel().
void chart::DataSeriesHelper::deleteDataLabelsFromPoint | ( | const Reference< beans::XPropertySet > & | xPointProp | ) |
Definition at line 655 of file DataSeriesHelper.cxx.
References aLabel, CHART_UNONAME_CUSTOM_LABEL_FIELDS, CHART_UNONAME_LABEL, and TOOLS_WARN_EXCEPTION.
OOO_DLLPUBLIC_CHARTTOOLS void chart::DataSeriesHelper::deleteDataLabelsFromSeriesAndAllPoints | ( | const rtl::Reference< ::chart::DataSeries > & | xSeries | ) |
Referenced by chart::ChartController::executeDispatch_DeleteDataLabels().
void chart::DataSeriesHelper::deleteDataLabelsFromSeriesAndAllPoints | ( | const rtl::Reference< DataSeries > & | xSeries | ) |
Definition at line 632 of file DataSeriesHelper.cxx.
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().
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.
OOO_DLLPUBLIC_CHARTTOOLS std::vector< css::uno::Reference< css::chart2::data::XLabeledDataSequence > > chart::DataSeriesHelper::getAllDataSequences | ( | const std::vector< rtl::Reference<::chart::DataSeries > > & | aSeries | ) |
Referenced by getDataSource(), and chart::DataBrowserModel::removeDataSeriesOrComplexCategoryLevel().
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.
aSource | The data source containing all data sequences to be searched through. |
aRole | The role that is to be filtered out. |
Referenced by chart::DataSeries::getDataPointByIndex(), chart::AxisHelper::getExplicitNumberFormatKeyForAxis(), chart::BubbleDataInterpreter::reinterpretDataSeries(), and chart::XYDataInterpreter::reinterpretDataSeries().
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.
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 | ||
) |
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.
OOO_DLLPUBLIC_CHARTTOOLS sal_Int32 chart::DataSeriesHelper::getAttachedAxisIndex | ( | const rtl::Reference< ::chart::DataSeries > & | xSeries | ) |
Referenced by chart::SeriesPlotterContainer::AdaptScaleOfYAxisWithoutAttachedSeries(), chart::wrapper::SeriesOptionsItemConverter::ApplySpecialItem(), chart::Diagram::attachSeriesToAxis(), chart::AxisHelper::getExplicitNumberFormatKeyForAxis(), chart::AxisHelper::getFirstChartTypeWithSeriesAttachedToAxisIndex(), getNumberFormatKeyFromAxis(), chart::DiagramHelper::getStackModeFromChartType(), chart::DiagramHelper::isSeriesAttachedToMainAxis(), and chart::wrapper::SeriesOptionsItemConverter::SeriesOptionsItemConverter().
sal_Int32 chart::DataSeriesHelper::getAttachedAxisIndex | ( | const rtl::Reference< DataSeries > & | xSeries | ) |
Definition at line 314 of file DataSeriesHelper.cxx.
References DBG_UNHANDLED_EXCEPTION.
OOO_DLLPUBLIC_CHARTTOOLS rtl::Reference< ::chart::ChartType > chart::DataSeriesHelper::getChartTypeOfSeries | ( | const rtl::Reference< ::chart::DataSeries > & | xSeries, |
const rtl::Reference< ::chart::Diagram > & | xDiagram | ||
) |
Referenced by chart::impl::ControllerState::update().
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.
OOO_DLLPUBLIC_CHARTTOOLS rtl::Reference< ::chart::BaseCoordinateSystem > chart::DataSeriesHelper::getCoordinateSystemOfSeries | ( | const rtl::Reference< ::chart::DataSeries > & | xSeries, |
const rtl::Reference< ::chart::Diagram > & | xDiagram | ||
) |
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.
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.
aSource | The data source containing all data sequences to be searched through. |
aRole | The 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().
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.
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().
rtl::Reference< DataSource > chart::DataSeriesHelper::getDataSource | ( | const std::vector< rtl::Reference< DataSeries > > & | aSeries | ) |
Definition at line 246 of file DataSeriesHelper.cxx.
References getAllDataSequences().
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 |
||
) |
nAxisIndex,if | -1 it is determined by the given data series via getAttachedAxisIndex |
Referenced by chart::DataBrowserModel::updateFromModel().
sal_Int32 chart::DataSeriesHelper::getNumberFormatKeyFromAxis | ( | const rtl::Reference< DataSeries > & | xSeries, |
const rtl::Reference< BaseCoordinateSystem > & | xCorrespondingCoordinateSystem, | ||
sal_Int32 | nDimensionIndex, | ||
sal_Int32 | nAxisIndex | ||
) |
Definition at line 331 of file DataSeriesHelper.cxx.
References CHART_UNONAME_NUMFMT, DBG_UNHANDLED_EXCEPTION, and getAttachedAxisIndex().
OOO_DLLPUBLIC_CHARTTOOLS OUString chart::DataSeriesHelper::getRole | ( | const css::uno::Reference< css::chart2::data::XLabeledDataSequence > & | xLabeledDataSequence | ) |
OUString chart::DataSeriesHelper::getRole | ( | const uno::Reference< chart2::data::XLabeledDataSequence > & | xLabeledDataSequence | ) |
Definition at line 169 of file DataSeriesHelper.cxx.
OOO_DLLPUBLIC_CHARTTOOLS bool chart::DataSeriesHelper::hasAttributedDataPointDifferentValue | ( | const rtl::Reference< ::chart::DataSeries > & | xSeries, |
const OUString & | rPropertyName, | ||
const css::uno::Any & | rPropertyValue | ||
) |
Referenced by chart::wrapper::DataPointItemConverter::ApplySpecialItem(), chart::wrapper::TextLabelItemConverter::ApplySpecialItem(), chart::wrapper::DataPointItemConverter::FillSpecialItem(), chart::wrapper::TextLabelItemConverter::FillSpecialItem(), and chart::ThreeDHelper::getRoundedEdgesAndObjectLines().
bool chart::DataSeriesHelper::hasAttributedDataPointDifferentValue | ( | const rtl::Reference< DataSeries > & | xSeries, |
const OUString & | rPropertyName, | ||
const uno::Any & | rPropertyValue | ||
) |
Definition at line 475 of file DataSeriesHelper.cxx.
References chart::DataSeriesProperties::PROP_DATASERIES_ATTRIBUTED_DATA_POINTS.
OOO_DLLPUBLIC_CHARTTOOLS bool chart::DataSeriesHelper::hasDataLabelAtPoint | ( | const rtl::Reference< ::chart::DataSeries > & | xSeries, |
sal_Int32 | nPointIndex | ||
) |
Referenced by chart::ChartController::execute_Command().
bool chart::DataSeriesHelper::hasDataLabelAtPoint | ( | const rtl::Reference< DataSeries > & | xSeries, |
sal_Int32 | nPointIndex | ||
) |
Definition at line 592 of file DataSeriesHelper.cxx.
References aLabel, begin, CHART_UNONAME_LABEL, end, chart::DataSeriesProperties::PROP_DATASERIES_ATTRIBUTED_DATA_POINTS, and TOOLS_WARN_EXCEPTION.
OOO_DLLPUBLIC_CHARTTOOLS bool chart::DataSeriesHelper::hasDataLabelsAtPoints | ( | const rtl::Reference< ::chart::DataSeries > & | xSeries | ) |
Referenced by chart::ChartController::execute_Command().
bool chart::DataSeriesHelper::hasDataLabelsAtPoints | ( | const rtl::Reference< DataSeries > & | xSeries | ) |
Definition at line 557 of file DataSeriesHelper.cxx.
References aLabel, CHART_UNONAME_LABEL, chart::DataSeriesProperties::PROP_DATASERIES_ATTRIBUTED_DATA_POINTS, and TOOLS_WARN_EXCEPTION.
OOO_DLLPUBLIC_CHARTTOOLS bool chart::DataSeriesHelper::hasDataLabelsAtSeries | ( | const rtl::Reference< ::chart::DataSeries > & | xSeries | ) |
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.
OOO_DLLPUBLIC_CHARTTOOLS void chart::DataSeriesHelper::insertDataLabelsToSeriesAndAllPoints | ( | const rtl::Reference< ::chart::DataSeries > & | xSeries | ) |
void chart::DataSeriesHelper::insertDataLabelsToSeriesAndAllPoints | ( | const rtl::Reference< DataSeries > & | xSeries | ) |
Definition at line 627 of file DataSeriesHelper.cxx.
OOO_DLLPUBLIC_CHARTTOOLS void chart::DataSeriesHelper::insertDataLabelToPoint | ( | const css::uno::Reference< css::beans::XPropertySet > & | xPointPropertySet | ) |
Referenced by chart::ChartController::executeDispatch_InsertDataLabel().
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.
void chart::DataSeriesHelper::makeLinesThickOrThin | ( | const rtl::Reference< ::chart::DataSeries > & | xSeries, |
bool | bThick | ||
) |
Definition at line 437 of file DataSeriesHelper.cxx.
Referenced by chart::ColumnLineChartTypeTemplate::applyStyle2(), chart::LineChartTypeTemplate::applyStyle2(), chart::NetChartTypeTemplate::applyStyle2(), and chart::ScatterChartTypeTemplate::applyStyle2().
OOO_DLLPUBLIC_CHARTTOOLS void chart::DataSeriesHelper::setPropertyAlsoToAllAttributedDataPoints | ( | const rtl::Reference< ::chart::DataSeries > & | xSeries, |
const OUString & | rPropertyName, | ||
const css::uno::Any & | rPropertyValue | ||
) |
Referenced by chart::wrapper::DataPointItemConverter::ApplySpecialItem(), chart::wrapper::TextLabelItemConverter::ApplySpecialItem(), chart::AreaChartTypeTemplate::applyStyle2(), chart::BarChartTypeTemplate::applyStyle2(), chart::BubbleChartTypeTemplate::applyStyle2(), chart::ColumnLineChartTypeTemplate::applyStyle2(), chart::PieChartTypeTemplate::applyStyle2(), chart::ScatterChartTypeTemplate::applyStyle2(), chart::StockChartTypeTemplate::applyStyle2(), chart::ChartController::executeDispatch_Delete(), chart::Diagram::setGeometry3D(), and chart::ThreeDHelper::setRoundedEdgesAndObjectLines().
void chart::DataSeriesHelper::setPropertyAlsoToAllAttributedDataPoints | ( | const rtl::Reference< ::chart::DataSeries > & | xSeries, |
const OUString & | rPropertyName, | ||
const uno::Any & | rPropertyValue | ||
) |
Definition at line 452 of file DataSeriesHelper.cxx.
References chart::DataSeriesProperties::PROP_DATASERIES_ATTRIBUTED_DATA_POINTS.
OOO_DLLPUBLIC_CHARTTOOLS void chart::DataSeriesHelper::setStackModeAtSeries | ( | const std::vector< rtl::Reference< ::chart::DataSeries > > & | aSeries, |
const rtl::Reference< ::chart::BaseCoordinateSystem > & | xCorrespondingCoordinateSystem, | ||
StackMode | eStackMode | ||
) |
Referenced by chart::PieChartTypeTemplate::createChartTypes().
void chart::DataSeriesHelper::setStackModeAtSeries | ( | const std::vector< rtl::Reference< DataSeries > > & | aSeries, |
const rtl::Reference< BaseCoordinateSystem > & | xCorrespondingCoordinateSystem, | ||
StackMode | eStackMode | ||
) |
Definition at line 251 of file DataSeriesHelper.cxx.
References DBG_UNHANDLED_EXCEPTION, chart::YStacked, chart::YStackedPercent, and chart::ZStacked.
OOO_DLLPUBLIC_CHARTTOOLS void chart::DataSeriesHelper::switchLinesOnOrOff | ( | const rtl::Reference< ::chart::DataSeries > & | xSeries, |
bool | bLinesOn | ||
) |
void chart::DataSeriesHelper::switchLinesOnOrOff | ( | const rtl::Reference< DataSeries > & | xSeries, |
bool | bLinesOn | ||
) |
Definition at line 418 of file DataSeriesHelper.cxx.
OOO_DLLPUBLIC_CHARTTOOLS void chart::DataSeriesHelper::switchSymbolsOnOrOff | ( | const rtl::Reference< ::chart::DataSeries > & | xSeries, |
bool | bSymbolsOn, | ||
sal_Int32 | nSeriesIndex | ||
) |
void chart::DataSeriesHelper::switchSymbolsOnOrOff | ( | const rtl::Reference< DataSeries > & | xSeries, |
bool | bSymbolsOn, | ||
sal_Int32 | nSeriesIndex | ||
) |
Definition at line 397 of file DataSeriesHelper.cxx.
OOO_DLLPUBLIC_CHARTTOOLS sal_Int32 chart::DataSeriesHelper::translateIndexFromHiddenToFullSequence | ( | sal_Int32 | nClippedIndex, |
const css::uno::Reference< css::chart2::data::XDataSequence > & | xDataSequence, | ||
bool | bTranslate | ||
) |
Referenced by chart::RangeHighlighter::fillRangesForDataPoint().
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().