Home
last modified time | relevance | path

Searched refs:xPoint (Results 1 – 2 of 2) sorted by relevance

/trunk/main/chart2/source/model/main/
H A DDataSeries.cxx141 Reference< beans::XPropertySet > xPoint( (*aIt).second ); in lcl_CloneAttributedDataPoints() local
142 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()
/trunk/main/vcl/unx/generic/gdi/
H A Dsalgdi.cxx397 / sizeof(xPoint); in DrawLines()

Completed in 37 milliseconds