Searched refs:pChartMap (Results 1 – 1 of 1) sorted by relevance
1476 const Chart2PositionMap* pChartMap = aChPositioner.getPositionMap(); in createDataSource() local1477 if (!pChartMap) in createDataSource()1489 pValueTokens.reset(pChartMap->getAllRowHeaderRanges()); in createDataSource()1491 pValueTokens.reset(pChartMap->getAllColHeaderRanges()); in createDataSource()1494 pLabelTokens.reset(pChartMap->getLeftUpperCornerRanges()); in createDataSource()1505 sal_Int32 nCount = bOrientCol ? pChartMap->getDataColCount() : pChartMap->getDataRowCount(); in createDataSource()1512 pValueTokens.reset(pChartMap->getDataColRanges(static_cast<SCCOL>(i))); in createDataSource()1513 pLabelTokens.reset(pChartMap->getColHeaderRanges(static_cast<SCCOL>(i))); in createDataSource()1517 pValueTokens.reset(pChartMap->getDataRowRanges(static_cast<SCROW>(i))); in createDataSource()1518 pLabelTokens.reset(pChartMap->getRowHeaderRanges(static_cast<SCROW>(i))); in createDataSource()