Home
last modified time | relevance | path

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

/trunk/main/chart2/source/tools/
H A DDataSeriesHelper.cxx158 if( xSeriesProperties.is() ) in lcl_insertOrDeleteDataLabelsToSeriesAndAllPoints()
552 if( !xSeriesProperties.is() ) in switchSymbolsOnOrOff()
556 if( (xSeriesProperties->getPropertyValue( C2U( "Symbol" )) >>= aSymbProp ) ) in switchSymbolsOnOrOff()
572 if( !xSeriesProperties.is() ) in switchLinesOnOrOff()
591 if( !xSeriesProperties.is() ) in makeLinesThickOrThin()
608 if( !xSeriesProperties.is() ) in setPropertyAlsoToAllAttributedDataPoints()
611 xSeriesProperties->setPropertyValue( rPropertyName, rPropertyValue ); in setPropertyAlsoToAllAttributedDataPoints()
629 if( !xSeriesProperties.is() ) in hasAttributedDataPointDifferentValue()
803 if( xSeriesProperties.is() ) in hasDataLabelsAtPoints()
837 if( xSeriesProperties.is() ) in hasDataLabelAtPoint()
[all …]
H A DColorPerPointHelper.cxx72 ::com::sun::star::beans::XPropertySet >& xSeriesProperties in hasPointOwnProperties()
75 if( xSeriesProperties.is() ) in hasPointOwnProperties()
78 if( xSeriesProperties->getPropertyValue( C2U( "AttributedDataPoints" ) ) >>= aIndexList ) in hasPointOwnProperties()
/trunk/main/chart2/source/inc/
H A DDataSeriesHelper.hxx149 ::com::sun::star::beans::XPropertySet > & xSeriesProperties,
154 ::com::sun::star::beans::XPropertySet > & xSeriesProperties,
159 ::com::sun::star::beans::XPropertySet > & xSeriesProperties, bool bThick );
H A DColorPerPointHelper.hxx54 ::com::sun::star::beans::XPropertySet >& xSeriesProperties
/trunk/main/xmloff/source/chart/
H A DSchXMLExport.cxx230 ::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()
/trunk/main/chart2/source/controller/main/
H A DChartController_Window.cxx1075 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()

Completed in 52 milliseconds