Searched refs:xPoint (Results 1 – 2 of 2) sorted by relevance
141 Reference< beans::XPropertySet > xPoint( (*aIt).second ); in lcl_CloneAttributedDataPoints() local142 if( xPoint.is()) in lcl_CloneAttributedDataPoints()144 Reference< util::XCloneable > xCloneable( xPoint, uno::UNO_QUERY ); in lcl_CloneAttributedDataPoints()147 xPoint.set( xCloneable->createClone(), uno::UNO_QUERY ); in lcl_CloneAttributedDataPoints()148 if( xPoint.is()) in lcl_CloneAttributedDataPoints()150 lcl_SetParent( xPoint, xSeries ); in lcl_CloneAttributedDataPoints()151 rDestination.insert( lcl_tDataPointMap::value_type( (*aIt).first, xPoint )); in lcl_CloneAttributedDataPoints()
397 / sizeof(xPoint); in DrawLines()
Completed in 26 milliseconds