Home
last modified time | relevance | path

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

/trunk/main/chart2/source/controller/itemsetwrapper/
H A DStatisticsItemConverter.cxx110 if( ! xErrorBarProp.is()) in lcl_getErrorValues()
128 if( ! xErrorBarProp.is()) in lcl_getErrorIndicatorValues()
285 if( !xErrorBarProp.is() ) in ApplySpecialItem()
305 bool bOldHasErrorBar = xErrorBarProp.is(); in ApplySpecialItem()
330 bool bOldHasErrorBar = xErrorBarProp.is(); in ApplySpecialItem()
538 if( xErrorBarProp.is() ) in FillSpecialItem()
571 if( xErrorBarProp.is()) in FillSpecialItem()
583 if( xErrorBarProp.is()) in FillSpecialItem()
595 if( xErrorBarProp.is()) in FillSpecialItem()
607 if( xErrorBarProp.is()) in FillSpecialItem()
[all …]
H A DErrorBarItemConverter.cxx60 if( ! xErrorBarProp.is()) in lcl_getErrorValues()
65 xErrorBarProp->getPropertyValue( C2U( "PositiveError" )) >>= rOutPosError; in lcl_getErrorValues()
75 const uno::Reference< beans::XPropertySet > & xErrorBarProp, in lcl_getErrorIndicatorValues()
78 if( ! xErrorBarProp.is()) in lcl_getErrorIndicatorValues()
165 if( !xErrorBarProp.is() && eErrorKind == CHERROR_NONE) in ApplySpecialItem()
193 xErrorBarProp->setPropertyValue( C2U( "ErrorBarStyle" ), in ApplySpecialItem()
210 lcl_getErrorValues( xErrorBarProp, fPos, fNeg ); in ApplySpecialItem()
215 xErrorBarProp->setPropertyValue( C2U( "PositiveError" ), in ApplySpecialItem()
217 xErrorBarProp->setPropertyValue( C2U( "NegativeError" ), in ApplySpecialItem()
248 lcl_getErrorValues( xErrorBarProp, fPos, fNeg ); in ApplySpecialItem()
[all …]
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()

Completed in 83 milliseconds