Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/tool/
H A Dchartlis.cxx469 ScChartListenerCollection::ScChartListenerCollection( ScDocument* pDocP ) : in ScChartListenerCollection() function in ScChartListenerCollection
476 ScChartListenerCollection::ScChartListenerCollection( in ScChartListenerCollection() function in ScChartListenerCollection
477 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 …]
H A Dcharthelper.cxx348ScChartListenerCollection* pCollection = pDocument->GetChartListenerCollection(); in AddRangesIfProtectedChart()
442ScChartListenerCollection* pCollection = pDoc->GetChartListenerCollection(); in CreateProtectedChartListenersAndNotify()
/trunk/main/sc/inc/
H A Dchartlis.hxx140 class ScChartListenerCollection : public ScStrCollection class
159 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& );
H A Ddocument.hxx88 class ScChartListenerCollection;
286 ScChartListenerCollection* pChartListenerCollection;
1606 ScChartListenerCollection* GetChartListenerCollection() const in GetChartListenerCollection()
1608 void SetChartListenerCollection( ScChartListenerCollection*,
/trunk/main/sc/source/ui/undo/
H A Drefundo.cxx73 ScChartListenerCollection* pOldChartListenerCollection = in ScRefUndoData()
76 new ScChartListenerCollection( *pOldChartListenerCollection ) : NULL; in ScRefUndoData()
142 ScChartListenerCollection* pNewChartListenerCollection = in DeleteUnchanged()
189 pDoc->SetChartListenerCollection( new ScChartListenerCollection( in DoUndo()
/trunk/main/sc/source/ui/inc/
H A Drefundo.hxx37 class ScChartListenerCollection;
50 ScChartListenerCollection* pChartListenerCollection;
/trunk/main/sc/source/filter/xml/
H A DXMLTableShapeResizer.hxx33 class ScChartListenerCollection;
55 ScChartListenerCollection* pCollection;
H A Dxmlexprt.cxx3089 ScChartListenerCollection* pCollection = pDoc->GetChartListenerCollection(); in ExportShape()
/trunk/main/sc/source/core/data/
H A Dtable2.cxx744 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()
H A Ddocumen3.cxx255 ScChartListenerCollection* pNewChartListenerCollection, in SetChartListenerCollection()
258 ScChartListenerCollection* pOld = pChartListenerCollection; in SetChartListenerCollection()
H A Ddocumen2.cxx241 pChartListenerCollection = new ScChartListenerCollection( this ); in ScDocument()
/trunk/main/sc/source/ui/unoobj/
H A Dchartuno.cxx595ScChartListenerCollection* pCollection = ( pDoc ? pDoc->GetChartListenerCollection() : NULL ); in setFastPropertyValue_NoBroadcast()
622 ScChartListenerCollection* pCollection = pDoc->GetChartListenerCollection(); in getFastPropertyValue()
H A Dchart2uno.cxx2462 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()
H A Dcellsuno.cxx3250 ScChartListenerCollection* pColl = pDocShell->GetDocument()->GetChartListenerCollection(); in ForceChartListener_Impl()
3298 ScChartListenerCollection* pColl = pDoc->GetChartListenerCollection(); in addChartDataChangeEventListener()
3316 ScChartListenerCollection* pColl = pDoc->GetChartListenerCollection(); in removeChartDataChangeEventListener()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh.cxx392 ScChartListenerCollection* pChartListener = aDocument.GetChartListenerCollection(); in AfterXMLLoading()
1524 ScChartListenerCollection* pCharts = mrDocShell.aDocument.GetChartListenerCollection(); in PrepareSaveGuard()
H A Ddocsh4.cxx1236 ScChartListenerCollection* pCharts = aDocument.GetChartListenerCollection(); in DoRecalc()
/trunk/main/sc/source/filter/excel/
H A Dxichart.cxx3917 if( ScChartListenerCollection* pChartCollection = rDoc.GetChartListenerCollection() ) in Convert()

Completed in 316 milliseconds