Searched refs:CreateErrorBar (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/sc/source/filter/inc/ |
H A D | xichart.hxx | 777 static XPropertySetRef CreateErrorBar( 870 XPropertySetRef CreateErrorBar( sal_uInt8 nPosBarId, sal_uInt8 nNegBarId ) const;
|
H A D | xechart.hxx | 788 void CreateErrorBar( const ScfPropertySet& rPropSet,
|
/aoo42x/main/sc/source/filter/excel/ |
H A D | xichart.cxx | 1694 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 D | xechart.cxx | 2097 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 287 milliseconds