Home
last modified time | relevance | path

Searched refs:xErrorBar (Results 1 – 6 of 6) sorted by relevance

/trunk/main/chart2/source/tools/
H A DStatisticsHelper.cxx316 Reference< beans::XPropertySet > xErrorBar; in addErrorBars() local
319 return xErrorBar; in addErrorBars()
323 !xErrorBar.is()) in addErrorBars()
328 OSL_ASSERT( xErrorBar.is()); in addErrorBars()
329 if( xErrorBar.is()) in addErrorBars()
336 return xErrorBar; in addErrorBars()
344 Reference< beans::XPropertySet > xErrorBar; in getErrorBars() local
350 return xErrorBar; in getErrorBars()
360 return ( xErrorBar.is() && in hasErrorBars()
370 if ( xErrorBar.is()) in removeErrorBars()
[all …]
H A DRangeHighlighter.cxx223 const uno::Reference< beans::XPropertySet > & xErrorBar, in fillRangesForErrorBars()
232 ( xErrorBar.is() && in fillRangesForErrorBars()
233 (xErrorBar->getPropertyValue( C2U("ErrorBarStyle")) >>= nStyle) && in fillRangesForErrorBars()
244 Reference< chart2::data::XDataSource > xSource( xErrorBar, uno::UNO_QUERY ); in fillRangesForErrorBars()
/trunk/main/oox/source/drawingml/chart/
H A Dseriesconverter.cxx226 …Reference< XPropertySet > xErrorBar( createInstance( CREATE_OUSTRING( "com.sun.star.chart2.ErrorBa… in convertFromModel() local
227 PropertySet aBarProp( xErrorBar ); in convertFromModel()
242 Reference< XDataSink > xDataSink( xErrorBar, UNO_QUERY ); in convertFromModel()
263 xErrorBar.clear(); in convertFromModel()
288 xErrorBar.clear(); in convertFromModel()
294 if( xErrorBar.is() ) in convertFromModel()
299 case XML_x: aSeriesProp.setProperty( PROP_ErrorBarX, xErrorBar ); break; in convertFromModel()
300 case XML_y: aSeriesProp.setProperty( PROP_ErrorBarY, xErrorBar ); break; in convertFromModel()
/trunk/main/sc/source/filter/excel/
H A Dxichart.cxx1696 Reference< XPropertySet > xErrorBar; in CreateErrorBar() local
1700 xErrorBar.set( ScfApiHelper::CreateInstance( SERVICE_CHART2_ERRORBAR ), UNO_QUERY ); in CreateErrorBar()
1701 ScfPropertySet aBarProp( xErrorBar ); in CreateErrorBar()
1731 Reference< XDataSink > xDataSink( xErrorBar, UNO_QUERY ); in CreateErrorBar()
1752 xErrorBar.clear(); in CreateErrorBar()
1759 xErrorBar.clear(); in CreateErrorBar()
1763 if( pPrimaryBar->mxDataFmt.is() && xErrorBar.is() ) in CreateErrorBar()
1767 return xErrorBar; in CreateErrorBar()
2071 XclImpChSerErrorBarRef xErrorBar( new XclImpChSerErrorBar( GetChRoot() ) ); in ReadChSerErrorBar() local
2072 xErrorBar->ReadChSerErrorBar( rStrm ); in ReadChSerErrorBar()
[all …]
H A Dxechart.cxx2093 Reference< XPropertySet > xErrorBar; in CreateErrorBars() local
2094 if( rPropSet.GetProperty( xErrorBar, rBarPropName ) && xErrorBar.is() ) in CreateErrorBars()
2096 ScfPropertySet aErrorProp( xErrorBar ); in CreateErrorBars()
/trunk/main/chart2/source/inc/
H A DRangeHighlighter.hxx96 …rBars( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > & xErrorBar,

Completed in 84 milliseconds