Home
last modified time | relevance | path

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

/trunk/main/chart2/source/view/axes/
H A DVCartesianGrid.cxx284 drawing::PointSequenceSequence aHandlesPoints(1); in createShapes() local
285 sal_Int32 nOldHandleCount = aHandlesPoints[0].getLength(); in createShapes()
286 aHandlesPoints[0].realloc(nOldHandleCount+nRealPointCount); in createShapes()
288 aHandlesPoints[0][nOldHandleCount+nN] = aPoints[nN][1]; in createShapes()
294 m_pShapeFactory->createLine2D( xTarget, aHandlesPoints, &aHandleLineProperties ); in createShapes()

Completed in 13 milliseconds