Home
last modified time | relevance | path

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

/aoo4110/main/sc/source/filter/inc/
H A Dxichart.hxx755 class XclImpChSerErrorBar : protected XclImpChRoot class
762 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;
/aoo4110/main/sc/source/filter/excel/
H A Dxichart.cxx1671 XclImpChSerErrorBar::XclImpChSerErrorBar( const XclImpChRoot& rRoot ) : in XclImpChSerErrorBar() function in XclImpChSerErrorBar
1676 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 49 milliseconds