Searched refs:aHandlesPoints (Results 1 – 1 of 1) sorted by relevance
284 drawing::PointSequenceSequence aHandlesPoints(1); in createShapes() local285 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 10 milliseconds