Lines Matching refs:pMemChart
2996 ScMemChart* pMemChart = CreateMemChart_Impl(); in getData() local
2997 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() local
3112 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()
3120 delete pMemChart; in getRowDescriptions()
3179 ScMemChart* pMemChart = CreateMemChart_Impl(); in getColumnDescriptions() local
3180 if ( pMemChart ) in getColumnDescriptions()
3182 sal_Int32 nColCount = pMemChart->GetColCount(); in getColumnDescriptions()
3186 pAry[nCol] = pMemChart->GetColText(static_cast<short>(nCol)); in getColumnDescriptions()
3188 delete pMemChart; in getColumnDescriptions()