Searched refs:ScChartListenerCollection (Results 1 – 17 of 17) sorted by relevance
469 ScChartListenerCollection::ScChartListenerCollection( ScDocument* pDocP ) : in ScChartListenerCollection() function in ScChartListenerCollection476 ScChartListenerCollection::ScChartListenerCollection( in ScChartListenerCollection() function in ScChartListenerCollection477 const ScChartListenerCollection& rColl ) : in ScChartListenerCollection()484 ScChartListenerCollection::~ScChartListenerCollection() in ~ScChartListenerCollection()496 return new ScChartListenerCollection( *this ); in Clone()499 void ScChartListenerCollection::StartAllListeners() in StartAllListeners()529 void ScChartListenerCollection::FreeUnused() in FreeUnused()564 void ScChartListenerCollection::StartTimer() in StartTimer()594 void ScChartListenerCollection::SetDirty() in SetDirty()605 void ScChartListenerCollection::SetDiffDirty( in SetDiffDirty()[all …]
348 … ScChartListenerCollection* pCollection = pDocument->GetChartListenerCollection(); in AddRangesIfProtectedChart()442 … ScChartListenerCollection* pCollection = pDoc->GetChartListenerCollection(); in CreateProtectedChartListenersAndNotify()
140 class ScChartListenerCollection : public ScStrCollection class159 ScChartListenerCollection& operator=( const ScChartListenerCollection& );164 ScChartListenerCollection( ScDocument* pDoc );165 ScChartListenerCollection( const ScChartListenerCollection& );168 virtual ~ScChartListenerCollection();183 void SetDiffDirty( const ScChartListenerCollection&,191 sal_Bool operator==( const ScChartListenerCollection& );
88 class ScChartListenerCollection;286 ScChartListenerCollection* pChartListenerCollection;1606 ScChartListenerCollection* GetChartListenerCollection() const in GetChartListenerCollection()1608 void SetChartListenerCollection( ScChartListenerCollection*,
73 ScChartListenerCollection* pOldChartListenerCollection = in ScRefUndoData()76 new ScChartListenerCollection( *pOldChartListenerCollection ) : NULL; in ScRefUndoData()142 ScChartListenerCollection* pNewChartListenerCollection = in DeleteUnchanged()189 pDoc->SetChartListenerCollection( new ScChartListenerCollection( in DoUndo()
37 class ScChartListenerCollection;50 ScChartListenerCollection* pChartListenerCollection;
33 class ScChartListenerCollection;55 ScChartListenerCollection* pCollection;
3089 ScChartListenerCollection* pCollection = pDoc->GetChartListenerCollection(); in ExportShape()
744 ScChartListenerCollection* pCharts = pDestTab->pDocument->GetChartListenerCollection(); in CopyToTable()2615 ScChartListenerCollection* pCharts = pDocument->GetChartListenerCollection(); in ShowCol()2652 ScChartListenerCollection* pCharts = pDocument->GetChartListenerCollection(); in ShowRow()2694 ScChartListenerCollection* pCharts = pDocument->GetChartListenerCollection(); in DBShowRow()2747 ScChartListenerCollection* pCharts = pDocument->GetChartListenerCollection(); in DBShowRows()2807 ScChartListenerCollection* pCharts = pDocument->GetChartListenerCollection(); in ShowRows()
255 ScChartListenerCollection* pNewChartListenerCollection, in SetChartListenerCollection()258 ScChartListenerCollection* pOld = pChartListenerCollection; in SetChartListenerCollection()
241 pChartListenerCollection = new ScChartListenerCollection( this ); in ScDocument()
595 … ScChartListenerCollection* pCollection = ( pDoc ? pDoc->GetChartListenerCollection() : NULL ); in setFastPropertyValue_NoBroadcast()622 ScChartListenerCollection* pCollection = pDoc->GetChartListenerCollection(); in getFastPropertyValue()
2462 ScChartListenerCollection* pCLC = m_pDocument->GetChartListenerCollection(); in ~ScChart2DataSequence()2480 ScChartListenerCollection* pCLC = NULL; in RefChanged()3348 ScChartListenerCollection* pCLC = m_pDocument->GetChartListenerCollection(); in addModifyListener()3392 ScChartListenerCollection* pCLC = m_pDocument->GetChartListenerCollection(); in removeModifyListener()
3250 ScChartListenerCollection* pColl = pDocShell->GetDocument()->GetChartListenerCollection(); in ForceChartListener_Impl()3298 ScChartListenerCollection* pColl = pDoc->GetChartListenerCollection(); in addChartDataChangeEventListener()3316 ScChartListenerCollection* pColl = pDoc->GetChartListenerCollection(); in removeChartDataChangeEventListener()
392 ScChartListenerCollection* pChartListener = aDocument.GetChartListenerCollection(); in AfterXMLLoading()1524 ScChartListenerCollection* pCharts = mrDocShell.aDocument.GetChartListenerCollection(); in PrepareSaveGuard()
1236 ScChartListenerCollection* pCharts = aDocument.GetChartListenerCollection(); in DoRecalc()
3917 if( ScChartListenerCollection* pChartCollection = rDoc.GetChartListenerCollection() ) in Convert()
Completed in 221 milliseconds