Home
last modified time | relevance | path

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

/aoo41x/main/chart2/source/tools/
H A DCommonConverters.cxx264 sal_Int32 nPointTarget=nOldPointCount; in appendPoly() local
266 for( ; nPointSource-- ; nPointTarget++ ) in appendPoly()
268 rRet.SequenceX[nOuter][nPointTarget] = rAdd.SequenceX[nOuter][nPointSource]; in appendPoly()
269 rRet.SequenceY[nOuter][nPointTarget] = rAdd.SequenceY[nOuter][nPointSource]; in appendPoly()
270 rRet.SequenceZ[nOuter][nPointTarget] = rAdd.SequenceZ[nOuter][nPointSource]; in appendPoly()

Completed in 18 milliseconds