Home
last modified time | relevance | path

Searched refs:xErrorBarProp (Results 1 – 11 of 11) sorted by relevance

/AOO41X/main/chart2/source/controller/itemsetwrapper/
H A DStatisticsItemConverter.cxx107 void lcl_getErrorValues( const uno::Reference< beans::XPropertySet > & xErrorBarProp, in lcl_getErrorValues() argument
110 if( ! xErrorBarProp.is()) in lcl_getErrorValues()
115 xErrorBarProp->getPropertyValue( C2U( "PositiveError" )) >>= rOutPosError; in lcl_getErrorValues()
116 xErrorBarProp->getPropertyValue( C2U( "NegativeError" )) >>= rOutNegError; in lcl_getErrorValues()
125 const uno::Reference< beans::XPropertySet > & xErrorBarProp, in lcl_getErrorIndicatorValues()
128 if( ! xErrorBarProp.is()) in lcl_getErrorIndicatorValues()
133 xErrorBarProp->getPropertyValue( C2U( "ShowPositiveError" )) >>= rOutShowPosError; in lcl_getErrorIndicatorValues()
134 xErrorBarProp->getPropertyValue( C2U( "ShowNegativeError" )) >>= rOutShowNegError; in lcl_getErrorIndicatorValues()
250 uno::Reference< beans::XPropertySet > xErrorBarProp( in ApplySpecialItem() local
257 if( !xErrorBarProp.is() && eErrorKind == CHERROR_NONE) in ApplySpecialItem()
[all …]
H A DErrorBarItemConverter.cxx57 void lcl_getErrorValues( const uno::Reference< beans::XPropertySet > & xErrorBarProp, in lcl_getErrorValues() argument
60 if( ! xErrorBarProp.is()) in lcl_getErrorValues()
65 xErrorBarProp->getPropertyValue( C2U( "PositiveError" )) >>= rOutPosError; in lcl_getErrorValues()
66 xErrorBarProp->getPropertyValue( C2U( "NegativeError" )) >>= rOutNegError; in lcl_getErrorValues()
75 const uno::Reference< beans::XPropertySet > & xErrorBarProp, in lcl_getErrorIndicatorValues()
78 if( ! xErrorBarProp.is()) in lcl_getErrorIndicatorValues()
83 xErrorBarProp->getPropertyValue( C2U( "ShowPositiveError" )) >>= rOutShowPosError; in lcl_getErrorIndicatorValues()
84 xErrorBarProp->getPropertyValue( C2U( "ShowNegativeError" )) >>= rOutShowNegError; in lcl_getErrorIndicatorValues()
159 uno::Reference< beans::XPropertySet > xErrorBarProp( GetPropertySet()); in ApplySpecialItem() local
165 if( !xErrorBarProp.is() && eErrorKind == CHERROR_NONE) in ApplySpecialItem()
[all …]
/AOO41X/main/chart2/source/tools/
H A DDataSourceHelper.cxx93 uno::Reference< beans::XPropertySet > xErrorBarProp; in lcl_addErrorBarRanges() local
94 if( ( xSeriesProp->getPropertyValue( C2U("ErrorBarY")) >>= xErrorBarProp ) && in lcl_addErrorBarRanges()
95 xErrorBarProp.is()) in lcl_addErrorBarRanges()
98 if( ( xErrorBarProp->getPropertyValue( C2U("ErrorBarStyle")) >>= eStyle ) && in lcl_addErrorBarRanges()
101 … uno::Reference< data::XDataSource > xErrorBarDataSource( xErrorBarProp, uno::UNO_QUERY ); in lcl_addErrorBarRanges()
H A DObjectIdentifier.cxx1240 Reference< beans::XPropertySet > xErrorBarProp; in getObjectPropertySet() local
1243 xSeriesProp->getPropertyValue( C2U( "ErrorBarY" )) >>= xErrorBarProp; in getObjectPropertySet()
1244 … xObjectProperties = Reference< beans::XPropertySet >( xErrorBarProp, uno::UNO_QUERY ); in getObjectPropertySet()
/AOO41X/main/chart2/source/controller/main/
H A DObjectHierarchy.cxx477 Reference< beans::XPropertySet > xErrorBarProp; in createDataSeriesTree() local
479 … (xSeriesProp->getPropertyValue( C2U("ErrorBarY")) >>= xErrorBarProp) && in createDataSeriesTree()
480 xErrorBarProp.is()) in createDataSeriesTree()
483 … if( ( xErrorBarProp->getPropertyValue( C2U("ErrorBarStyle")) >>= nStyle ) && in createDataSeriesTree()
H A DChartController_Tools.cxx755 uno::Reference< beans::XPropertySet > xErrorBarProp( in executeDispatch_Delete() local
757 if( xErrorBarProp.is()) in executeDispatch_Delete()
767 xErrorBarProp->setPropertyValue( in executeDispatch_Delete()
H A DChartController_Insert.cxx534 uno::Reference< beans::XPropertySet > xErrorBarProp( in executeDispatch_InsertYErrorBars() local
539 getModel(), xErrorBarProp, m_pDrawModelWrapper->getSdrModel().GetItemPool(), in executeDispatch_InsertYErrorBars()
/AOO41X/main/chart2/source/view/charttypes/
H A DAreaChart.cxx832 … uno::Reference< beans::XPropertySet > xErrorBarProp(pSeries->getYErrorBarProperties(nIndex)); in createShapes() local
833 if( xErrorBarProp.is() ) in createShapes()
837xErrorBarProp->getPropertyValue( C2U( "ShowPositiveError" )) >>= bShowPositive; in createShapes()
838xErrorBarProp->getPropertyValue( C2U( "ShowNegativeError" )) >>= bShowNegative; in createShapes()
H A DVSeriesPlotter.cxx934 …uno::Reference< beans::XPropertySet > xErrorBarProp(rVDataSeries.getYErrorBarProperties(nPointInde… in createErrorBar_Y() local
935 if( xErrorBarProp.is()) in createErrorBar_Y()
941 , rUnscaledLogicPosition, xErrorBarProp in createErrorBar_Y()
/AOO41X/main/chart2/source/view/main/
H A DVDataSeries.cxx816 uno::Reference< beans::XPropertySet > xErrorBarProp; in getYErrorBarProperties() local
820 xPointProp->getPropertyValue( C2U( "ErrorBarY" )) >>= xErrorBarProp; in getYErrorBarProperties()
821 return xErrorBarProp; in getYErrorBarProperties()
/AOO41X/main/xmloff/source/chart/
H A DSchXMLExport.cxx986 lcl_getErrorBarSequences( const Reference< beans::XPropertySet > & xErrorBarProp ) in lcl_getErrorBarSequences() argument
989 Reference< chart2::data::XDataSource > xErrorBarDataSource( xErrorBarProp, uno::UNO_QUERY ); in lcl_getErrorBarSequences()