Home
last modified time | relevance | path

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

/aoo42x/main/sc/source/core/data/
H A Dtable2.cxx766 if (bHiddenChange && pCharts) in CopyToTable()
805 if (bThisHiddenChange && pCharts) 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()
2653 if ( pCharts ) in ShowRow()
2654 pCharts->SetRangeDirty(ScRange( 0, nRow, nTab, MAXCOL, nRow, nTab )); in ShowRow()
2695 if ( pCharts ) in DBShowRow()
2696 pCharts->SetRangeDirty(ScRange( 0, nRow, nTab, MAXCOL, nRow, nTab )); in DBShowRow()
2748 if ( pCharts ) in DBShowRows()
[all …]
/aoo42x/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()

Completed in 51 milliseconds