Home
last modified time | relevance | path

Searched refs:SwChartDataProvider (Results 1 – 10 of 10) sorted by relevance

/trunk/main/sw/source/core/unocore/
H A Dunochart.cxx593 SwChartDataProvider::SwChartDataProvider( const SwDoc* pSwDoc ) : in SwChartDataProvider() function in SwChartDataProvider
601 SwChartDataProvider::~SwChartDataProvider() in ~SwChartDataProvider()
1023 sal_Bool SAL_CALL SwChartDataProvider::createDataSourcePossible( in createDataSourcePossible()
1060 OUString SwChartDataProvider::GetBrokenCellRangeForExport( in GetBrokenCellRangeForExport()
1518 void SAL_CALL SwChartDataProvider::dispose( ) in dispose()
1547 void SAL_CALL SwChartDataProvider::addEventListener( in addEventListener()
1557 void SAL_CALL SwChartDataProvider::removeEventListener( in removeEventListener()
1568 OUString SAL_CALL SwChartDataProvider::getImplementationName( ) in getImplementationName()
1575 sal_Bool SAL_CALL SwChartDataProvider::supportsService( in supportsService()
1753 void SwChartDataProvider::AddRowCols( in AddRowCols()
[all …]
/trunk/main/sw/source/core/doc/
H A Ddocchart.cxx145 SwChartDataProvider *pPCD = GetChartDataProvider(); in _UpdateCharts()
207 SwChartDataProvider *pPCD = GetChartDataProvider(); in SetTableName()
219 SwChartDataProvider * SwDoc::GetChartDataProvider( bool bCreate ) const in GetChartDataProvider()
227 aChartDataProviderImplRef = comphelper::ImplementationReference< SwChartDataProvider in GetChartDataProvider()
228 , chart2::data::XDataProvider >( new SwChartDataProvider( this ) ); in GetChartDataProvider()
H A Dtblrwcl.cxx579 SwChartDataProvider *pPCD = pDoc->GetChartDataProvider(); in InsertCol()
678 SwChartDataProvider *pPCD = pDoc->GetChartDataProvider(); in _InsertRow()
1126 SwChartDataProvider *pPCD = pDoc->GetChartDataProvider(); in DeleteSel()
/trunk/main/sw/inc/
H A Dunochart.hxx121 class SwChartDataProvider : class
162 SwChartDataProvider( const SwChartDataProvider & );
163 SwChartDataProvider & operator = ( const SwChartDataProvider & );
175 SwChartDataProvider( const SwDoc* pDoc );
176 virtual ~SwChartDataProvider();
278 SwChartDataProvider * pDataProvider;
296 SwChartDataSequence( SwChartDataProvider &rProvider,
H A DIDocumentChartDataProviderAccess.hxx34 class SwChartDataProvider;
47 virtual SwChartDataProvider * GetChartDataProvider( bool bCreate = false ) const = 0;
H A Ddoc.hxx208 class SwChartDataProvider;
394 mutable comphelper::ImplementationReference< SwChartDataProvider
999 virtual SwChartDataProvider * GetChartDataProvider( bool bCreate = false ) const;
H A Dunotbl.hxx59 class SwChartDataProvider;
/trunk/main/sw/source/core/undo/
H A Duntbl.cxx1069 SwChartDataProvider *pPCD = pDoc->GetChartDataProvider(); in CreateNew()
1785 SwChartDataProvider *pPCD = rDoc.GetChartDataProvider(); in UndoImpl()
2065 SwChartDataProvider *pPCD = rDoc.GetChartDataProvider(); in UndoImpl()
3160 SwChartDataProvider *pPCD = pDoc->GetChartDataProvider(); in UndoImpl()
/trunk/main/sw/source/ui/app/
H A Ddocshini.cxx427 SwChartDataProvider *pPCD = mpDoc->GetChartDataProvider(); in ~SwDocShell()
/trunk/main/sw/source/core/docnode/
H A Dndtbl.cxx3519SwChartDataProvider *pPCD = rTbl.GetFrmFmt()->getIDocumentChartDataProviderAccess()->GetChartDataP… in SplitTable()

Completed in 130 milliseconds