Home
last modified time | relevance | path

Searched refs:XclImpChChart (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/source/filter/excel/
H A Dxichart.cxx233 XclImpChChart& XclImpChRoot::GetChartData() const in GetChartData()
3724 XclImpChChart::XclImpChChart( const XclImpRoot& rRoot ) : in XclImpChChart() function in XclImpChChart
3731 XclImpChChart::~XclImpChChart() in ~XclImpChChart()
3741 void XclImpChChart::ReadSubRecord( XclImpStream& rStrm ) in ReadSubRecord()
3825 bool XclImpChChart::IsManualPlotArea() const in IsManualPlotArea()
3932 void XclImpChChart::ReadChSeries( XclImpStream& rStrm ) in ReadChSeries()
3956 void XclImpChChart::ReadChText( XclImpStream& rStrm ) in ReadChText()
3975 void XclImpChChart::Finalize() in Finalize()
3997 void XclImpChChart::FinalizeSeries() in FinalizeSeries()
4018 void XclImpChChart::FinalizeDataFormats() in FinalizeDataFormats()
[all …]
/trunk/main/sc/source/filter/inc/
H A Dxichart.hxx83 class XclImpChChart;
93 explicit XclImpChRoot( const XclImpRoot& rRoot, XclImpChChart& rChartData );
99 XclImpChChart& GetChartData() const;
1368 class XclImpChChart : public XclImpChGroupBase, protected XclImpChRoot class
1375 explicit XclImpChChart( const XclImpRoot& rRoot );
1376 virtual ~XclImpChChart();
1444 typedef ScfRef< XclImpChChart > XclImpChChartRef;

Completed in 47 milliseconds