Home
last modified time | relevance | path

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

/AOO41X/main/sc/source/filter/inc/
H A Dxechart.hxx81 class XclExpChRoot : public XclExpRoot class
87 explicit XclExpChRoot( const XclExpRoot& rRoot, XclExpChChart& rChartData );
88 virtual ~XclExpChRoot();
91 inline const XclExpChRoot& GetChRoot() const { return *this; } in GetChRoot()
171 class XclExpChGroupBase : public XclExpRecord, protected XclExpChRoot
175 const XclExpChRoot& rRoot, sal_uInt16 nFrType,
200 class XclExpChFutureRecordBase : public XclExpFutureRecord, protected XclExpChRoot
203 explicit XclExpChFutureRecordBase( const XclExpChRoot& rRoot,
234 explicit XclExpChLineFormat( const XclExpChRoot& rRoot );
237 void Convert( const XclExpChRoot& rRoot,
[all …]
/AOO41X/main/sc/source/filter/excel/
H A Dxechart.cxx296 XclExpChRoot::XclExpChRoot( const XclExpRoot& rRoot, XclExpChChart& rChartData ) : in XclExpChRoot() function in XclExpChRoot
302 XclExpChRoot::~XclExpChRoot() in ~XclExpChRoot()
306 Reference< XChartDocument > XclExpChRoot::GetChartDocument() const in GetChartDocument()
311 XclExpChChart& XclExpChRoot::GetChartData() const in GetChartData()
316 const XclChTypeInfo& XclExpChRoot::GetChartTypeInfo( XclChTypeId eType ) const in GetChartTypeInfo()
321 const XclChTypeInfo& XclExpChRoot::GetChartTypeInfo( const OUString& rServiceName ) const in GetChartTypeInfo()
326 const XclChFormatInfo& XclExpChRoot::GetFormatInfo( XclChObjectType eObjType ) const in GetFormatInfo()
331 void XclExpChRoot::InitConversion( XChartDocRef xChartDoc, const Rectangle& rChartRect ) const in InitConversion()
336 void XclExpChRoot::FinishConversion() const in FinishConversion()
341 bool XclExpChRoot::IsSystemColor( const Color& rColor, sal_uInt16 nSysColorIdx ) const in IsSystemColor()
[all …]