Searched refs:rChartData (Results 1 – 4 of 4) sorted by relevance
236 inline explicit XclExpChRootData( XclExpChChart& rChartData ) : mrChartData( rChartData ) {} in XclExpChRootData()296 XclExpChRoot::XclExpChRoot( const XclExpRoot& rRoot, XclExpChChart& rChartData ) : in XclExpChRoot() argument298 mxChData( new XclExpChRootData( rChartData ) ) in XclExpChRoot()
218 inline explicit XclImpChRootData( XclImpChChart& rChartData ) : mrChartData( rChartData ) {} in XclImpChRootData()223 XclImpChRoot::XclImpChRoot( const XclImpRoot& rRoot, XclImpChChart& rChartData ) : in XclImpChRoot() argument225 mxChData( new XclImpChRootData( rChartData ) ) in XclImpChRoot()
87 explicit XclExpChRoot( const XclExpRoot& rRoot, XclExpChChart& rChartData );
93 explicit XclImpChRoot( const XclImpRoot& rRoot, XclImpChChart& rChartData );
Completed in 102 milliseconds