Home
last modified time | relevance | path

Searched refs:nPointCount (Results 76 – 79 of 79) sorted by relevance

1234

/trunk/main/svx/source/svdraw/
H A Dsvdoashp.cxx2093 sal_uInt16 nPointCount=aPoly.GetSize(); in ImpCheckCustomGluePointsAreAdded() local
2094 for (sal_uInt16 i=0; i<nPointCount; i++) in ImpCheckCustomGluePointsAreAdded()
/trunk/main/sc/source/filter/excel/
H A Dxichart.cxx2004 …for( sal_uInt16 nPointIdx = 0, nPointCount = mxValueLink->GetCellCount(); nPointIdx < nPointCount;… in CreateDataSeries() local
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx552 sal_uInt32 nPointCount = 0; in SolveSolver() local
564 if ( nC == nPointCount ) in SolveSolver()
586 nPointCount++; in SolveSolver()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx9214 const sal_uInt32 nPointCount(aPoly.count()); in drawPolyLine() local
9216 if(nPointCount) in drawPolyLine()
9218 const sal_uInt32 nEdgeCount(aPoly.isClosed() ? nPointCount : nPointCount - 1); in drawPolyLine()
9225 const sal_uInt32 nNextIndex((a + 1) % nPointCount); in drawPolyLine()

Completed in 124 milliseconds

1234