Home
last modified time | relevance | path

Searched refs:xErrorBarProperties (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/chart2/source/controller/chartapiwrapper/
H A DWrappedStatisticProperties.cxx122 sal_Int32 lcl_getErrorBarStyle( const uno::Reference< beans::XPropertySet >& xErrorBarProperties ) in lcl_getErrorBarStyle() argument
125 if(xErrorBarProperties.is()) in lcl_getErrorBarStyle()
126 xErrorBarProperties->getPropertyValue( C2U( "ErrorBarStyle" )) >>= nStyle; in lcl_getErrorBarStyle()
199 uno::Reference< beans::XPropertySet > xErrorBarProperties; in getOrCreateErrorBarProperties() local
200 xSeriesPropertySet->getPropertyValue( C2U( "ErrorBarY" )) >>= xErrorBarProperties; in getOrCreateErrorBarProperties()
201 if( !xErrorBarProperties.is() ) in getOrCreateErrorBarProperties()
204xErrorBarProperties = ::chart::createErrorBar( uno::Reference< uno::XComponentContext >() ); in getOrCreateErrorBarProperties()
206xErrorBarProperties->setPropertyValue( C2U( "ShowPositiveError" ), uno::makeAny(sal_Bool(sal_False… in getOrCreateErrorBarProperties()
207xErrorBarProperties->setPropertyValue( C2U( "ShowNegativeError" ), uno::makeAny(sal_Bool(sal_False… in getOrCreateErrorBarProperties()
208xErrorBarProperties->setPropertyValue( C2U( "ErrorBarStyle" ), uno::makeAny(::com::sun::star::char… in getOrCreateErrorBarProperties()
[all …]
/AOO42X/main/chart2/source/view/charttypes/
H A DVSeriesPlotter.cxx792 , 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()
/AOO42X/main/chart2/source/view/inc/
H A DVSeriesPlotter.hxx368 ::com::sun::star::beans::XPropertySet > & xErrorBarProperties