Home
last modified time | relevance | path

Searched refs:pMemChart (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/source/core/tool/
H A Dchartarr.cxx242 ScMemChart* pMemChart = new ScMemChart( in CreateMemChartSingle() local
244 if (pMemChart) in CreateMemChartSingle()
280 pMemChart->SetData(static_cast<short>(nCol), static_cast<short>(nRow), nVal); 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() local
406 if (pMemChart) in CreateMemChartMulti()
506 pMemChart->SetColText( static_cast<short>(nCol), aString); in CreateMemChartMulti()
539 pMemChart->SetRowText( static_cast<short>(nRow), aString); in CreateMemChartMulti()
[all …]
/trunk/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx2996 ScMemChart* pMemChart = CreateMemChart_Impl(); in getData() local
2997 if ( pMemChart ) in getData()
2999 sal_Int32 nColCount = pMemChart->GetColCount(); in getData()
3014 delete pMemChart; in getData()
3111 ScMemChart* pMemChart = CreateMemChart_Impl(); in getRowDescriptions() local
3112 if ( pMemChart ) 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()
[all …]

Completed in 110 milliseconds