Home
last modified time | relevance | path

Searched refs:CreateErrorBar (Results 1 – 4 of 4) sorted by relevance

/aoo4110/main/sc/source/filter/inc/
H A Dxichart.hxx777 static XPropertySetRef CreateErrorBar(
870 XPropertySetRef CreateErrorBar( sal_uInt8 nPosBarId, sal_uInt8 nNegBarId ) const;
H A Dxechart.hxx788 void CreateErrorBar( const ScfPropertySet& rPropSet,
/aoo4110/main/sc/source/filter/excel/
H A Dxichart.cxx1694 Reference< XPropertySet > XclImpChSerErrorBar::CreateErrorBar( const XclImpChSerErrorBar* pPosBar, … in CreateErrorBar() function in XclImpChSerErrorBar
1987 … Reference< XPropertySet > xErrorBarX = CreateErrorBar( EXC_CHSERERR_XPLUS, EXC_CHSERERR_XMINUS ); in CreateDataSeries()
1990 … Reference< XPropertySet > xErrorBarY = CreateErrorBar( EXC_CHSERERR_YPLUS, EXC_CHSERERR_YMINUS ); in CreateDataSeries()
2120 Reference< XPropertySet > XclImpChSeries::CreateErrorBar( sal_uInt8 nPosBarId, sal_uInt8 nNegBarId … in CreateErrorBar() function in XclImpChSeries
2122 …return XclImpChSerErrorBar::CreateErrorBar( maErrorBars.get( nPosBarId ).get(), maErrorBars.get( n… in CreateErrorBar()
H A Dxechart.cxx2097 CreateErrorBar( aErrorProp, EXC_CHPROP_SHOWPOSITIVEERROR, nPosBarId ); in CreateErrorBars()
2098 CreateErrorBar( aErrorProp, EXC_CHPROP_SHOWNEGATIVEERROR, nNegBarId ); in CreateErrorBars()
2102 void XclExpChSeries::CreateErrorBar( const ScfPropertySet& rPropSet, in CreateErrorBar() function in XclExpChSeries

Completed in 73 milliseconds