Home
last modified time | relevance | path

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

/aoo42x/main/sc/source/ui/undo/
H A Drefundo.cxx75 pChartListenerCollection = pOldChartListenerCollection ? in ScRefUndoData()
91 delete pChartListenerCollection; in ~ScRefUndoData()
140 if ( pChartListenerCollection ) in DeleteUnchanged()
145 *pChartListenerCollection == *pNewChartListenerCollection ) in DeleteUnchanged()
146 DELETEZ( pChartListenerCollection ); in DeleteUnchanged()
188 if ( pChartListenerCollection ) in DoUndo()
190 *pChartListenerCollection ), bUndoRefFirst ); in DoUndo()
/aoo42x/main/sc/source/core/data/
H A Ddocumen5.cxx193 pChartListenerCollection->Insert( pCL ); in UpdateAllCharts()
435 pChartListenerCollection->ChangeListening( rChartName, aNewRanges ); in UpdateChartArea()
470 if ( !( xChartDoc.is() && xChartDoc->hasInternalDataProvider() ) && pChartListenerCollection ) in UpdateChart()
472 pChartListenerCollection->ChangeListening( rChartName, new ScRangeList ); in UpdateChart()
500 pChartListenerCollection->ChangeListening( rName, aRanges ); in RestoreChartListener()
513 sal_uInt16 nChartCount = pChartListenerCollection->GetCount(); in UpdateChartRef()
517 (ScChartListener*) (pChartListenerCollection->At(nIndex)); in UpdateChartRef()
738 if ( pChartListenerCollection->Search( &aCLSearcher, nIndex ) ) in UpdateChartListenerCollection()
740 ((ScChartListener*) (pChartListenerCollection-> in UpdateChartListenerCollection()
800 pChartListenerCollection->FreeUnused(); in UpdateChartListenerCollection()
H A Ddocumen2.cxx241 pChartListenerCollection = new ScChartListenerCollection( this ); in ScDocument()
248 pChartListenerCollection = NULL; in ScDocument()
407 DELETEZ( pChartListenerCollection); // vor pBASM wg. evtl. Listener! in ~ScDocument()
804 pChartListenerCollection->UpdateScheduledSeriesRanges(); in MoveTab()
894 pChartListenerCollection->UpdateScheduledSeriesRanges(); in CopyTab()
H A Ddocument.cxx385 if ( pChartListenerCollection ) in InsertTab()
386 pChartListenerCollection->UpdateScheduledSeriesRanges(); in InsertTab()
474 pChartListenerCollection->UpdateScheduledSeriesRanges(); in DeleteTab()
508 if ( pChartListenerCollection ) in RenameTab()
910 pChartListenerCollection->UpdateDirtyCharts(); in InsertRow()
997 pChartListenerCollection->UpdateDirtyCharts(); in DeleteRow()
1102 pChartListenerCollection->UpdateDirtyCharts(); in InsertCol()
1187 pChartListenerCollection->UpdateDirtyCharts(); in DeleteCol()
3030 if (pChartListenerCollection) in SetDirty()
3031 pChartListenerCollection->SetDirty(); in SetDirty()
[all …]
H A Ddocumen3.cxx258 ScChartListenerCollection* pOld = pChartListenerCollection; in SetChartListenerCollection()
259 pChartListenerCollection = pNewChartListenerCollection; in SetChartListenerCollection()
260 if ( pChartListenerCollection ) in SetChartListenerCollection()
263 pChartListenerCollection->SetDiffDirty( *pOld, bSetChartRangeLists ); in SetChartListenerCollection()
264 pChartListenerCollection->StartAllListeners(); in SetChartListenerCollection()
H A Ddocumen8.cxx1448 if ( pChartListenerCollection->GetCount() ) in KeyInput()
1449 pChartListenerCollection->StartTimer(); in KeyInput()
/aoo42x/main/sc/source/ui/inc/
H A Drefundo.hxx50 ScChartListenerCollection* pChartListenerCollection; member in ScRefUndoData
/aoo42x/main/sc/inc/
H A Ddocument.hxx286 ScChartListenerCollection* pChartListenerCollection; member in ScDocument
1607 { return pChartListenerCollection; } in GetChartListenerCollection()

Completed in 75 milliseconds