//additional information
css::uno::Any maLinesOnProperty;
//styles for series and datapoints
::std::vector< DataRowPointStyle > maSeriesStyleVector;
::std::vector< RegressionStyle > maRegressionStyleVector;
};
class SchXMLChartContext : public SvXMLImportContext
{ public:
SchXMLChartContext( SchXMLImportHelper& rImpHelper,
SvXMLImport& rImport ); virtual ~SchXMLChartContext() override;
/** @descr This method bundles some settings to the chart model and executes them with alockedcontroller.Thisincludessettingthecharttype. @paramaServiceNameThenameoftheservicethediagramisinitializedwith.
*/ void InitChart (const OUString & rChartTypeServiceName);
void MergeSeriesForStockChart();
};
class SchXMLTitleContext : public SvXMLImportContext
{ private:
SchXMLImportHelper& mrImportHelper;
std::vector<std::pair<OUString, OUString>>& mrTitle;
css::uno::Reference< css::drawing::XShape > mxTitleShape;
OUString msAutoStyleName;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.