Searched refs:xSeriesProperties (Results 1 – 6 of 6) sorted by relevance
| /AOO42X/main/chart2/source/tools/ |
| H A D | DataSeriesHelper.cxx | 157 Reference< beans::XPropertySet > xSeriesProperties( xSeries, uno::UNO_QUERY ); in lcl_insertOrDeleteDataLabelsToSeriesAndAllPoints() local 158 if( xSeriesProperties.is() ) in lcl_insertOrDeleteDataLabelsToSeriesAndAllPoints() 161 xSeriesProperties->getPropertyValue( C2U( "Label" ) ) >>= aLabelAtSeries; in lcl_insertOrDeleteDataLabelsToSeriesAndAllPoints() 168 xSeriesProperties->setPropertyValue( C2U( "Label" ), uno::makeAny( aLabelAtSeries ) ); in lcl_insertOrDeleteDataLabelsToSeriesAndAllPoints() 170 …if( xSeriesProperties->getPropertyValue( C2U( "AttributedDataPoints" ) ) >>= aAttributedDataPointI… in lcl_insertOrDeleteDataLabelsToSeriesAndAllPoints() 549 void switchSymbolsOnOrOff( const Reference< beans::XPropertySet > & xSeriesProperties, in switchSymbolsOnOrOff() argument 552 if( !xSeriesProperties.is() ) in switchSymbolsOnOrOff() 556 if( (xSeriesProperties->getPropertyValue( C2U( "Symbol" )) >>= aSymbProp ) ) in switchSymbolsOnOrOff() 565 xSeriesProperties->setPropertyValue( C2U( "Symbol" ), uno::makeAny( aSymbProp )); in switchSymbolsOnOrOff() 570 void switchLinesOnOrOff( const Reference< beans::XPropertySet > & xSeriesProperties, bool bLinesOn ) in switchLinesOnOrOff() argument [all …]
|
| H A D | ColorPerPointHelper.cxx | 72 ::com::sun::star::beans::XPropertySet >& xSeriesProperties in hasPointOwnProperties() 75 if( xSeriesProperties.is() ) in hasPointOwnProperties() 78 if( xSeriesProperties->getPropertyValue( C2U( "AttributedDataPoints" ) ) >>= aIndexList ) in hasPointOwnProperties()
|
| /AOO42X/main/chart2/source/inc/ |
| H A D | DataSeriesHelper.hxx | 149 ::com::sun::star::beans::XPropertySet > & xSeriesProperties, 154 ::com::sun::star::beans::XPropertySet > & xSeriesProperties, 159 ::com::sun::star::beans::XPropertySet > & xSeriesProperties, bool bThick );
|
| H A D | ColorPerPointHelper.hxx | 54 ::com::sun::star::beans::XPropertySet >& xSeriesProperties
|
| /AOO42X/main/xmloff/source/chart/ |
| H A D | SchXMLExport.cxx | 230 ::com::sun::star::beans::XPropertySet > & xSeriesProperties, 3321 const uno::Reference< beans::XPropertySet > & xSeriesProperties, in exportDataPoints() 3341 uno::Reference< chart2::XDataSeries > xSeries( xSeriesProperties, uno::UNO_QUERY ); in exportDataPoints() 3350 if( xSeriesProperties.is()) in exportDataPoints() 3352 Any aAny = xSeriesProperties->getPropertyValue( in exportDataPoints() 3355 xSeriesProperties->getPropertyValue( in exportDataPoints()
|
| /AOO42X/main/chart2/source/controller/main/ |
| H A D | ChartController_Window.cxx | 1075 Reference< beans::XPropertySet > xSeriesProperties( xSeries, uno::UNO_QUERY ); in execute_Command() local 1076 if( xSeriesProperties.is() ) in execute_Command() 1079 …if( xSeriesProperties->getPropertyValue( C2U( "AttributedDataPoints" ) ) >>= aAttributedDataPointI… in execute_Command()
|