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()
605 uno::Reference< chart2::data::XDataSource > SwChartDataProvider::Impl_createDataSource( in Impl_createDataSource()
1023 sal_Bool SAL_CALL SwChartDataProvider::createDataSourcePossible( in createDataSourcePossible()
1042 uno::Reference< chart2::data::XDataSource > SAL_CALL SwChartDataProvider::createDataSource( in createDataSource()
1060 OUString SwChartDataProvider::GetBrokenCellRangeForExport( in GetBrokenCellRangeForExport()
1089 uno::Sequence< beans::PropertyValue > SAL_CALL SwChartDataProvider::detectArguments( in detectArguments()
1453 uno::Reference< chart2::data::XDataSequence > SwChartDataProvider::Impl_createDataSequenceByRangeRe… in Impl_createDataSequenceByRangeRepresentation()
1482 sal_Bool SAL_CALL SwChartDataProvider::createDataSequenceByRangeRepresentationPossible( in createDataSequenceByRangeRepresentationPossible()
1501 uno::Reference< chart2::data::XDataSequence > SAL_CALL SwChartDataProvider::createDataSequenceByRan… in createDataSequenceByRangeRepresentation()
[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()