Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/inc/
H A Dxechart.hxx73 class XclExpChChart;
87 explicit XclExpChRoot( const XclExpRoot& rRoot, XclExpChChart& rChartData );
95 XclExpChChart& GetChartData() const;
1207 class XclExpChChart : public XclExpChGroupBase class
1213 explicit XclExpChChart( const XclExpRoot& rRoot,
/trunk/main/sc/source/filter/excel/
H A Dxechart.cxx232 XclExpChChart& mrChartData; /// The chart data object.
296 XclExpChRoot::XclExpChRoot( const XclExpRoot& rRoot, XclExpChChart& rChartData ) : in XclExpChRoot()
311 XclExpChChart& XclExpChRoot::GetChartData() const in GetChartData()
3302 XclExpChChart::XclExpChChart( const XclExpRoot& rRoot, in XclExpChChart() function in XclExpChChart
3365 XclExpChSeriesRef XclExpChChart::CreateSeries() in CreateSeries()
3377 void XclExpChChart::RemoveLastSeries() in RemoveLastSeries()
3383 void XclExpChChart::SetDataLabel( XclExpChTextRef xText ) in SetDataLabel()
3389 void XclExpChChart::SetManualPlotArea() in SetManualPlotArea()
3396 void XclExpChChart::WriteSubRecords( XclExpStream& rStrm ) in WriteSubRecords()
3421 void XclExpChChart::WriteBody( XclExpStream& rStrm ) in WriteBody()
[all …]

Completed in 46 milliseconds