Reference< XDataSequence > DataSequenceConverter::createDataSequence( const OUString& rRole )
{ // create data sequence from data source model (virtual call at chart converter)
Reference< XDataSequence > xDataSeq; // the internal data table does not support complex labels // this is only supported in Calc!!! // merge the labels into a single one if(rRole == "label")
{
mrModel.mnPointCount = std::min<sal_Int32>(mrModel.mnPointCount, 1);
OUStringBuffer aTitle; bool bFirst = true; for (autoconst& elem : mrModel.maData)
{
Any aAny = elem.second; if(aAny.has<OUString>())
{ if(!bFirst)
aTitle.append(" ");
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.