|
static css::uno::Reference< css::chart2::data::XDataSequence > | createCachedDataSequence () |
|
static css::uno::Reference< css::chart2::data::XDataSequence > | createCachedDataSequence (const OUString &rSingleText) |
|
static rtl::Reference< LabeledDataSequence > | createLabeledDataSequence (const css::uno::Reference< css::chart2::data::XDataSequence > &xValues, const css::uno::Reference< css::chart2::data::XDataSequence > &xLabels) |
|
static rtl::Reference< LabeledDataSequence > | createLabeledDataSequence (const css::uno::Reference< css::chart2::data::XDataSequence > &xValues) |
|
static rtl::Reference< LabeledDataSequence > | createLabeledDataSequence () |
|
static css::uno::Sequence< css::beans::PropertyValue > | createArguments (bool bUseColumns, bool bFirstCellAsLabel, bool bHasCategories) |
|
static css::uno::Sequence< css::beans::PropertyValue > | createArguments (const OUString &rRangeRepresentation, const css::uno::Sequence< sal_Int32 > &rSequenceMapping, bool bUseColumns, bool bFirstCellAsLabel, bool bHasCategories) |
|
static SAL_DLLPRIVATE void | readArguments (const css::uno::Sequence< css::beans::PropertyValue > &rArguments, OUString &rRangeRepresentation, css::uno::Sequence< sal_Int32 > &rSequenceMapping, bool &bUseColumns, bool &bFirstCellAsLabel, bool &bHasCategories) |
|
static rtl::Reference< ::chart::DataSource > | pressUsedDataIntoRectangularFormat (const rtl::Reference< ::chart::ChartModel > &xChartDoc) |
|
static SAL_DLLPRIVATE css::uno::Sequence< OUString > | getUsedDataRanges (const rtl::Reference< ::chart::Diagram > &xDiagram) |
|
static css::uno::Sequence< OUString > | getUsedDataRanges (const rtl::Reference<::chart::ChartModel > &xChartModel) |
|
static rtl::Reference< ::chart::DataSource > | getUsedData (ChartModel &rModel) |
|
static bool | detectRangeSegmentation (const rtl::Reference<::chart::ChartModel > &xChartModel, OUString &rOutRangeString, css::uno::Sequence< sal_Int32 > &rSequenceMapping, bool &rOutUseColumns, bool &rOutFirstCellAsLabel, bool &rOutHasCategories) |
|
static void | setRangeSegmentation (const rtl::Reference<::chart::ChartModel > &xChartModel, const css::uno::Sequence< sal_Int32 > &rSequenceMapping, bool bUseColumns, bool bFirstCellAsLabel, bool bUseCategories) |
|
static bool | allArgumentsForRectRangeDetected (const rtl::Reference<::chart::ChartModel > &xChartDocument) |
| Returns true, if all arguments necessary for getting all data by a rectangular region are returned by detectArguments at the given document's data provider. More...
|
|
static SAL_DLLPRIVATE css::uno::Sequence< OUString > | getRangesFromLabeledDataSequence (const css::uno::Reference< css::chart2::data::XLabeledDataSequence > &xLSeq) |
|
static SAL_DLLPRIVATE OUString | getRangeFromValues (const css::uno::Reference< css::chart2::data::XLabeledDataSequence > &xLSeq) |
|
static SAL_DLLPRIVATE css::uno::Sequence< OUString > | getRangesFromDataSource (const css::uno::Reference< css::chart2::data::XDataSource > &xSource) |
|
Definition at line 42 of file DataSourceHelper.hxx.
bool chart::DataSourceHelper::allArgumentsForRectRangeDetected |
( |
const rtl::Reference<::chart::ChartModel > & |
xChartDocument | ) |
|
|
static |