Searched refs:xErrorBar (Results 1 – 6 of 6) sorted by relevance
316 Reference< beans::XPropertySet > xErrorBar; in addErrorBars() local319 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() local350 return xErrorBar; in getErrorBars()360 return ( xErrorBar.is() && in hasErrorBars()370 if ( xErrorBar.is()) in removeErrorBars()[all …]
223 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()
226 …Reference< XPropertySet > xErrorBar( createInstance( CREATE_OUSTRING( "com.sun.star.chart2.ErrorBa… in convertFromModel() local227 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()
1696 Reference< XPropertySet > xErrorBar; in CreateErrorBar() local1700 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() local2072 xErrorBar->ReadChSerErrorBar( rStrm ); in ReadChSerErrorBar()[all …]
2093 Reference< XPropertySet > xErrorBar; in CreateErrorBars() local2094 if( rPropSet.GetProperty( xErrorBar, rBarPropName ) && xErrorBar.is() ) in CreateErrorBars()2096 ScfPropertySet aErrorProp( xErrorBar ); in CreateErrorBars()
96 …rBars( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > & xErrorBar,
Completed in 137 milliseconds