Lines Matching refs:pCell
251 ScBaseCell* pCell; in CreateMemChartSingle() local
258 pDocument->GetCell( aCols[nCol], aRows[nRow], nTab1, pCell ); in CreateMemChartSingle()
259 if (pCell) in CreateMemChartSingle()
261 CellType eType = pCell->GetCellType(); in CreateMemChartSingle()
264 nVal = ((ScValueCell*)pCell)->GetValue(); in CreateMemChartSingle()
275 ScFormulaCell* pFCell = (ScFormulaCell*)pCell; in CreateMemChartSingle()
421 ScBaseCell* pCell = pDocument->GetCell( *pPos ); in CreateMemChartMulti() local
422 if (pCell) in CreateMemChartMulti()
424 CellType eType = pCell->GetCellType(); in CreateMemChartMulti()
427 nVal = ((ScValueCell*)pCell)->GetValue(); in CreateMemChartMulti()
436 ScFormulaCell* pFCell = (ScFormulaCell*)pCell; in CreateMemChartMulti()
454 ScBaseCell* pCell = pDocument->GetCell( *pPos ); in CreateMemChartMulti() local
455 if (pCell) in CreateMemChartMulti()
457 CellType eType = pCell->GetCellType(); in CreateMemChartMulti()
460 nVal = ((ScValueCell*)pCell)->GetValue(); in CreateMemChartMulti()
469 ScFormulaCell* pFCell = (ScFormulaCell*)pCell; in CreateMemChartMulti()