Home
last modified time | relevance | path

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

/AOO41X/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx2947 ScRangeListRef xChartRanges; in CreateMemChart_Impl() local
2976 xChartRanges = new ScRangeList; in CreateMemChart_Impl()
2977 xChartRanges->Append( ScRange( nStartX, nStartY, nTab, nEndX, nEndY, nTab ) ); in CreateMemChart_Impl()
2980 if (!xChartRanges.Is()) // sonst Ranges direkt uebernehmen in CreateMemChart_Impl()
2981 xChartRanges = new ScRangeList(aRanges); in CreateMemChart_Impl()
2982 ScChartArray aArr( pDocShell->GetDocument(), xChartRanges, String() ); in CreateMemChart_Impl()
3045 ScRangeListRef xChartRanges = new ScRangeList; in GetLimitedChartRanges_Impl() local
3046 xChartRanges->Append( ScRange( 0, 0, nTab, (SCCOL)nEndColumn, (SCROW)nEndRow, nTab ) ); in GetLimitedChartRanges_Impl()
3047 return xChartRanges; in GetLimitedChartRanges_Impl()
3061 ScRangeListRef xChartRanges = GetLimitedChartRanges_Impl( nColCount, nRowCount ); in setData() local
[all …]