Searched refs:XclImpChart (Results 1 – 4 of 4) sorted by relevance
4150 XclImpChart::XclImpChart( const XclImpRoot& rRoot, bool bOwnTab ) : in XclImpChart() function in XclImpChart4157 XclImpChart::~XclImpChart() in ~XclImpChart()4161 void XclImpChart::ReadChartSubStream( XclImpStream& rStrm ) in ReadChartSubStream()4240 void XclImpChart::UpdateObjFrame( const XclObjLineData& rLineData, const XclObjFillData& rFillData ) in UpdateObjFrame()4247 sal_Size XclImpChart::GetProgressSize() const in GetProgressSize()4254 void XclImpChart::Convert( Reference< XModel > xModel, XclImpDffConverter& rDffConv, const OUString… in Convert()4266 XclImpChartDrawing& XclImpChart::GetChartDrawing() in GetChartDrawing()4273 void XclImpChart::ReadChChart( XclImpStream& rStrm ) in ReadChChart()
1650 mxChart.reset( new XclImpChart( GetRoot(), mbOwnTab ) ); in ReadChartSubStream()
1474 class XclImpChart : protected XclImpRoot class1482 explicit XclImpChart( const XclImpRoot& rRoot, bool bOwnTab );1483 virtual ~XclImpChart();
44 class XclImpChart;444 typedef ScfRef< XclImpChart > XclImpChartRef;
Completed in 204 milliseconds