Searched refs:xErrorBarProperties (Results 1 – 3 of 3) sorted by relevance
/trunk/main/chart2/source/controller/chartapiwrapper/ |
H A D | WrappedStatisticProperties.cxx | 125 if(xErrorBarProperties.is()) in lcl_getErrorBarStyle() 211 return xErrorBarProperties; in getOrCreateErrorBarProperties() 262 if( xErrorBarProperties.is() ) in setValueToSeries() 317 if( xErrorBarProperties.is() ) in setValueToSeries() 442 if( xErrorBarProperties.is() ) in setValueToSeries() 518 if( xErrorBarProperties.is() ) in setValueToSeries() 575 if( xErrorBarProperties.is() ) in setValueToSeries() 636 if( xErrorBarProperties.is() ) in setValueToSeries() 706 if( xErrorBarProperties.is() ) in setValueToSeries() 765 if( xErrorBarProperties.is() ) in setValueToSeries() [all …]
|
/trunk/main/chart2/source/view/charttypes/ |
H A D | VSeriesPlotter.cxx | 792 , const uno::Reference< beans::XPropertySet > & xErrorBarProperties in createErrorBar() 802 if( ! xErrorBarProperties.is()) in createErrorBar() 811 xErrorBarProperties->getPropertyValue( C2U( "ShowPositiveError" )) >>= bShowPositive; in createErrorBar() 812 xErrorBarProperties->getPropertyValue( C2U( "ShowNegativeError" )) >>= bShowNegative; in createErrorBar() 813 xErrorBarProperties->getPropertyValue( C2U( "ErrorBarStyle" )) >>= nErrorBarStyle; in createErrorBar() 846 …double fLength = lcl_getErrorBarLogicLength( aData, xErrorBarProperties, nErrorBarStyle, nIndex, t… in createErrorBar() 869 …double fLength = lcl_getErrorBarLogicLength( aData, xErrorBarProperties, nErrorBarStyle, nIndex, f… in createErrorBar() 916 …this->setMappedProperties( xShape, xErrorBarProperties, PropertyMapper::getPropertyNameMapForLineP… in createErrorBar()
|
/trunk/main/chart2/source/view/inc/ |
H A D | VSeriesPlotter.hxx | 368 ::com::sun::star::beans::XPropertySet > & xErrorBarProperties
|
Completed in 51 milliseconds