Home
last modified time | relevance | path

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

/AOO42X/main/sc/source/filter/inc/
H A Dxichart.hxx87 class XclImpChRoot : public XclImpRoot class
93 explicit XclImpChRoot( const XclImpRoot& rRoot, XclImpChChart& rChartData );
94 virtual ~XclImpChRoot();
97 inline const XclImpChRoot& GetChRoot() const { return *this; } in GetChRoot()
245 void Convert( const XclImpChRoot& rRoot,
275 void Convert( const XclImpChRoot& rRoot,
299 void Convert( const XclImpChRoot& rRoot, ScfPropertySet& rPropSet,
343 void ConvertLineBase( const XclImpChRoot& rRoot,
347 void ConvertAreaBase( const XclImpChRoot& rRoot,
351 void ConvertFrameBase( const XclImpChRoot& rRoot,
[all …]
/AOO42X/main/sc/source/filter/excel/
H A Dxichart.cxx223 XclImpChRoot::XclImpChRoot( const XclImpRoot& rRoot, XclImpChChart& rChartData ) : in XclImpChRoot() function in XclImpChRoot
229 XclImpChRoot::~XclImpChRoot() in ~XclImpChRoot()
233 XclImpChChart& XclImpChRoot::GetChartData() const in GetChartData()
238 const XclChTypeInfo& XclImpChRoot::GetChartTypeInfo( XclChTypeId eType ) const in GetChartTypeInfo()
243 const XclChTypeInfo& XclImpChRoot::GetChartTypeInfo( sal_uInt16 nRecId ) const in GetChartTypeInfo()
248 const XclChFormatInfo& XclImpChRoot::GetFormatInfo( XclChObjectType eObjType ) const in GetFormatInfo()
253 Color XclImpChRoot::GetFontAutoColor() const in GetFontAutoColor()
258 Color XclImpChRoot::GetSeriesLineAutoColor( sal_uInt16 nFormatIdx ) const in GetSeriesLineAutoColor()
263 Color XclImpChRoot::GetSeriesFillAutoColor( sal_uInt16 nFormatIdx ) const in GetSeriesFillAutoColor()
271 void XclImpChRoot::InitConversion( Reference< XChartDocument > xChartDoc, const Rectangle& rChartRe… in InitConversion()
[all …]