| /trunk/main/sc/source/core/tool/ |
| H A D | chartlis.cxx | 464 ScChartListenerCollection::RangeListenerItem::RangeListenerItem(const ScRange& rRange, ScChartHidde… in RangeListenerItem() 469 ScChartListenerCollection::ScChartListenerCollection( ScDocument* pDocP ) : in ScChartListenerCollection() function in ScChartListenerCollection 473 aTimer.SetTimeoutHdl( LINK( this, ScChartListenerCollection, TimerHdl ) ); in ScChartListenerCollection() 476 ScChartListenerCollection::ScChartListenerCollection( in ScChartListenerCollection() function in ScChartListenerCollection 477 const ScChartListenerCollection& rColl ) : in ScChartListenerCollection() 481 aTimer.SetTimeoutHdl( LINK( this, ScChartListenerCollection, TimerHdl ) ); in ScChartListenerCollection() 484 ScChartListenerCollection::~ScChartListenerCollection() in ~ScChartListenerCollection() 494 ScDataObject* ScChartListenerCollection::Clone() const in Clone() 496 return new ScChartListenerCollection( *this ); in Clone() 499 void ScChartListenerCollection::StartAllListeners() in StartAllListeners() [all …]
|
| H A D | charthelper.cxx | 348 … ScChartListenerCollection* pCollection = pDocument->GetChartListenerCollection(); in AddRangesIfProtectedChart() 442 … ScChartListenerCollection* pCollection = pDoc->GetChartListenerCollection(); in CreateProtectedChartListenersAndNotify()
|
| /trunk/main/sc/inc/ |
| H A D | chartlis.hxx | 140 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 D | document.hxx | 85 class ScChartListenerCollection; 283 ScChartListenerCollection* pChartListenerCollection; 1603 ScChartListenerCollection* GetChartListenerCollection() const in GetChartListenerCollection() 1605 void SetChartListenerCollection( ScChartListenerCollection*,
|
| /trunk/main/sc/source/ui/undo/ |
| H A D | refundo.cxx | 73 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 D | refundo.hxx | 37 class ScChartListenerCollection; 50 ScChartListenerCollection* pChartListenerCollection;
|
| /trunk/main/sc/source/filter/xml/ |
| H A D | XMLTableShapeResizer.hxx | 33 class ScChartListenerCollection; 55 ScChartListenerCollection* pCollection;
|
| H A D | xmlexprt.cxx | 3089 ScChartListenerCollection* pCollection = pDoc->GetChartListenerCollection(); in ExportShape()
|
| /trunk/main/sc/source/core/data/ |
| H A D | table2.cxx | 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()
|
| H A D | documen3.cxx | 255 ScChartListenerCollection* pNewChartListenerCollection, in SetChartListenerCollection() 258 ScChartListenerCollection* pOld = pChartListenerCollection; in SetChartListenerCollection()
|
| H A D | documen2.cxx | 241 pChartListenerCollection = new ScChartListenerCollection( this ); in ScDocument()
|
| /trunk/main/sc/source/ui/unoobj/ |
| H A D | chartuno.cxx | 595 … ScChartListenerCollection* pCollection = ( pDoc ? pDoc->GetChartListenerCollection() : NULL ); in setFastPropertyValue_NoBroadcast() 622 ScChartListenerCollection* pCollection = pDoc->GetChartListenerCollection(); in getFastPropertyValue()
|
| H A D | chart2uno.cxx | 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()
|
| H A D | cellsuno.cxx | 3250 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 D | docsh.cxx | 392 ScChartListenerCollection* pChartListener = aDocument.GetChartListenerCollection(); in AfterXMLLoading() 1524 ScChartListenerCollection* pCharts = mrDocShell.aDocument.GetChartListenerCollection(); in PrepareSaveGuard()
|
| H A D | docsh4.cxx | 1236 ScChartListenerCollection* pCharts = aDocument.GetChartListenerCollection(); in DoRecalc()
|
| /trunk/main/sc/source/filter/excel/ |
| H A D | xichart.cxx | 3917 if( ScChartListenerCollection* pChartCollection = rDoc.GetChartListenerCollection() ) in Convert()
|