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.cxx216 XclImpChChart& mrChartData; /// The chart data object.
218 inline explicit XclImpChRootData( XclImpChChart& rChartData ) : mrChartData( rChartData ) {} in XclImpChRootData()
223 XclImpChRoot::XclImpChRoot( const XclImpRoot& rRoot, XclImpChChart& rChartData ) : in XclImpChRoot()
233 XclImpChChart& XclImpChRoot::GetChartData() const in GetChartData()
3724 XclImpChChart::XclImpChChart( const XclImpRoot& rRoot ) : in XclImpChChart() function in XclImpChChart
3731 XclImpChChart::~XclImpChChart() in ~XclImpChChart()
3735 void XclImpChChart::ReadHeaderRecord( XclImpStream& rStrm ) in ReadHeaderRecord()
3741 void XclImpChChart::ReadSubRecord( XclImpStream& rStrm ) in ReadSubRecord()
3770 void XclImpChChart::ReadChDefaultText( XclImpStream& rStrm ) in ReadChDefaultText()
3781 void XclImpChChart::ReadChDataFormat( XclImpStream& rStrm ) in ReadChDataFormat()
[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;