Searched refs:pMemChart (Results 1 – 2 of 2) sorted by relevance
242 ScMemChart* pMemChart = new ScMemChart( in CreateMemChartSingle() local244 if (pMemChart) in CreateMemChartSingle()280 pMemChart->SetData(static_cast<short>(nCol), static_cast<short>(nRow), nVal); in CreateMemChartSingle()290 … pMemChart->SetData( static_cast<short>(nCol), static_cast<short>(nRow), DBL_MIN ); in CreateMemChartSingle()311 pMemChart->SetColText( static_cast<short>(nCol), aString); in CreateMemChartSingle()336 pMemChart->SetRowText( static_cast<short>(nRow), aString); in CreateMemChartSingle()370 return pMemChart; in CreateMemChartSingle()404 ScMemChart* pMemChart = new ScMemChart( in CreateMemChartMulti() local406 if (pMemChart) in CreateMemChartMulti()442 pMemChart->SetData(static_cast<short>(nCol), static_cast<short>(nRow), nVal); in CreateMemChartMulti()[all …]
2996 ScMemChart* pMemChart = CreateMemChart_Impl(); in getData() local2997 if ( pMemChart ) in getData()2999 sal_Int32 nColCount = pMemChart->GetColCount(); in getData()3000 sal_Int32 nRowCount = static_cast<sal_Int32>(pMemChart->GetRowCount()); in getData()3009 … pColAry[nCol] = pMemChart->GetData( static_cast<short>(nCol), static_cast<short>(nRow) ); in getData()3014 delete pMemChart; in getData()3111 ScMemChart* pMemChart = CreateMemChart_Impl(); in getRowDescriptions() local3112 if ( pMemChart ) in getRowDescriptions()3114 sal_Int32 nRowCount = static_cast<sal_Int32>(pMemChart->GetRowCount()); in getRowDescriptions()3118 pAry[nRow] = pMemChart->GetRowText(static_cast<short>(nRow)); in getRowDescriptions()[all …]