Searched refs:xPointSet (Results 1 – 1 of 1) sorted by relevance
2081 Reference< beans::XPropertySet > xPointSet( xSeriesProps ); in createLegendSymbolForPoint() local2083 xPointSet.set( rSeries.getPropertiesOfPoint( nPointIndex )); in createLegendSymbolForPoint()2088 Reference< util::XCloneable > xCloneable( xPointSet,uno::UNO_QUERY ); in createLegendSymbolForPoint()2091 xPointSet.set( xCloneable->createClone(), uno::UNO_QUERY ); in createLegendSymbolForPoint()2092 Reference< container::XChild > xChild( xPointSet, uno::UNO_QUERY ); in createLegendSymbolForPoint()2096 OSL_ASSERT( xPointSet.is()); in createLegendSymbolForPoint()2097 xPointSet->setPropertyValue( in createLegendSymbolForPoint()2103 xTarget, eLegendSymbolStyle, xShapeFactory, xPointSet, ePropType, aExplicitSymbol )); in createLegendSymbolForPoint()
Completed in 14 milliseconds