Searched refs:XclImpChSerErrorBar (Results 1 – 2 of 2) sorted by relevance
755 class XclImpChSerErrorBar : protected XclImpChRoot class762 explicit XclImpChSerErrorBar( const XclImpChRoot& rRoot );778 const XclImpChSerErrorBar* pPosBar,779 const XclImpChSerErrorBar* pNegBar );787 typedef ScfRef< XclImpChSerErrorBar > XclImpChSerErrorBarRef;876 typedef ScfRefMap< sal_uInt8, XclImpChSerErrorBar > XclImpChSerErrorBarMap;
1671 XclImpChSerErrorBar::XclImpChSerErrorBar( const XclImpChRoot& rRoot ) : in XclImpChSerErrorBar() function in XclImpChSerErrorBar1676 void XclImpChSerErrorBar::ReadChSerErrorBar( XclImpStream& rStrm ) in ReadChSerErrorBar()1683 void XclImpChSerErrorBar::SetSeriesData( XclImpChSourceLinkRef xValueLink, XclImpChDataFormatRef xD… in SetSeriesData()1689 Reference< XLabeledDataSequence > XclImpChSerErrorBar::CreateValueSequence() const in CreateValueSequence()1694 Reference< XPropertySet > XclImpChSerErrorBar::CreateErrorBar( const XclImpChSerErrorBar* pPosBar, … in CreateErrorBar()1698 if( const XclImpChSerErrorBar* pPrimaryBar = pPosBar ? pPosBar : pNegBar ) in CreateErrorBar()2071 XclImpChSerErrorBarRef xErrorBar( new XclImpChSerErrorBar( GetChRoot() ) ); in ReadChSerErrorBar()2122 …return XclImpChSerErrorBar::CreateErrorBar( maErrorBars.get( nPosBarId ).get(), maErrorBars.get( n… in CreateErrorBar()
Completed in 71 milliseconds