Home
last modified time | relevance | path

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

/AOO41X/main/sc/source/core/data/
H A Dtable2.cxx744 ScChartListenerCollection* pCharts = pDestTab->pDocument->GetChartListenerCollection(); in CopyToTable() local
766 if (bHiddenChange && pCharts) in CopyToTable()
767 pCharts->SetRangeDirty(ScRange( i, 0, nTab, i, MAXROW, nTab )); in CopyToTable()
805 if (bThisHiddenChange && pCharts) in CopyToTable()
808 pCharts->SetRangeDirty(ScRange(0, i, nTab, MAXCOL, nLastRow, nTab)); in CopyToTable()
2615 ScChartListenerCollection* pCharts = pDocument->GetChartListenerCollection(); in ShowCol() local
2616 if ( pCharts ) in ShowCol()
2617 pCharts->SetRangeDirty(ScRange( nCol, 0, nTab, nCol, MAXROW, nTab )); in ShowCol()
2652 ScChartListenerCollection* pCharts = pDocument->GetChartListenerCollection(); in ShowRow() local
2653 if ( pCharts ) in ShowRow()
[all …]
/AOO41X/main/sc/source/ui/docshell/
H A Ddocsh4.cxx1236 ScChartListenerCollection* pCharts = aDocument.GetChartListenerCollection(); in DoRecalc() local
1237 if ( pCharts && pCharts->GetCount() ) in DoRecalc()
H A Ddocsh.cxx1524 ScChartListenerCollection* pCharts = mrDocShell.aDocument.GetChartListenerCollection(); in PrepareSaveGuard() local
1525 if (pCharts) in PrepareSaveGuard()
1526 pCharts->UpdateDirtyCharts(); // Charts to be updated. in PrepareSaveGuard()