Home
last modified time | relevance | path

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

1234

/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx458 const int nPointCount = rPolygon.count(); in AddPolygonToPath() local
459 if( nPointCount <= 0 ) in AddPolygonToPath()
469 if( nPointIdx >= nPointCount ) in AddPolygonToPath()
472 if( bClosePath && (nPointIdx == nPointCount) ) in AddPolygonToPath()
987 const int nPointCount = rPolyLine.count(); in drawPolyLine() local
988 if( nPointCount <= 0 ) in drawPolyLine()
/trunk/main/svtools/source/filter/wmf/
H A Dwinwmf.cxx350 const sal_uInt16 nPointCount(pnPoints[a]); in ReadRecordParams() local
351 Point* pPtAry = new Point[nPointCount]; in ReadRecordParams()
353 for(sal_uInt16 b(0); b < nPointCount && !pWMF->IsEof(); b++) in ReadRecordParams()
358 aPolyPoly.Insert(Polygon(nPointCount, pPtAry)); in ReadRecordParams()
/trunk/main/chart2/source/view/charttypes/
H A DPieChart.cxx395 sal_Int32 nPointCount=pSeries->getTotalPointCount(); in createShapes() local
396 for( nPointIndex = 0; nPointIndex < nPointCount; nPointIndex++ ) in createShapes()
411 for( nPointIndex = 0; nPointIndex < nPointCount; nPointIndex++ ) in createShapes()
/trunk/main/offapi/com/sun/star/chart2/
H A DXRegressionCurveCalculator.idl80 instead of <member>nPointCount</member> points. This is only
103 [in] long nPointCount,
/trunk/main/filter/source/graphicfilter/epict/
H A Depict.cxx1385 const sal_uInt32 nPointCount(aCandidate.count()); in HandleLineInfoPolyPolygons() local
1387 if(nPointCount) in HandleLineInfoPolyPolygons()
1389 const sal_uInt32 nEdgeCount(aCandidate.isClosed() ? nPointCount + 1 : nPointCount); in HandleLineInfoPolyPolygons()
1395 const sal_uInt32 nNextIndex((b + 1) % nPointCount); in HandleLineInfoPolyPolygons()
/trunk/main/svx/source/svdraw/
H A Dsvdotxtr.cxx286 sal_uInt16 nPointCount=aPol.GetSize(); in NbcShear() local
287 for (sal_uInt16 i=0; i<nPointCount; i++) { in NbcShear()
H A Dsvddrgmt.cxx451 sal_uInt32 nPointCount(0); in createSdrDragEntries_PolygonDrag() local
463 nPointCount += aNewPolyPolygon.getB2DPolygon(b).count(); in createSdrDragEntries_PolygonDrag()
466 if(nPointCount > getSdrDragView().GetDragXorPointLimit()) in createSdrDragEntries_PolygonDrag()
/trunk/main/svx/source/xoutdev/
H A Dxattr.cxx1643 const sal_uInt32 nPointCount(aCandidate.count()); in streamOutB2DPolyPolygon() local
1646 rOut << nPointCount; in streamOutB2DPolyPolygon()
1650 for(sal_uInt32 b(0L); b < nPointCount; b++) in streamOutB2DPolyPolygon()
1684 sal_uInt32 nPointCount; in streamInB2DPolyPolygon() local
1688 rIn >> nPointCount; in streamInB2DPolyPolygon()
1695 for(sal_uInt32 b(0L); b < nPointCount; b++) in streamInB2DPolyPolygon()
/trunk/main/tools/source/generic/
H A Dpoly2.cxx641 sal_uInt16 nPointCount = pPoly->GetSize(); in GetBoundRect() local
643 for ( sal_uInt16 i = 0; i < nPointCount; i++ ) in GetBoundRect()
H A Dpoly.cxx2125 const sal_uInt32 nPointCount(roPolygon.count()); in impCorrectContinuity() local
2126 OSL_ENSURE(nIndex < nPointCount, "impCorrectContinuity: index access out of range (!)"); in impCorrectContinuity()
2128 if(nIndex < nPointCount && (POLY_SMOOTH == nCFlag || POLY_SYMMTR == nCFlag)) in impCorrectContinuity()
/trunk/main/xmloff/source/chart/
H A DSchXMLChartContext.cxx405 ::com::sun::star::chart2::XDataSeries >& xSeries, sal_Int32 nPointCount ) in NewDonutSeries()
409 m_aPointStyles.resize(nPointCount); in NewDonutSeries()
410 m_aSeriesStyles.resize(nPointCount); in NewDonutSeries()
/trunk/main/svx/source/unodraw/
H A Dunoshap2.cxx1185 const sal_uInt32 nPointCount(aPoly.count()); in B2DPolyPolygonToSvxPointSequenceSequence() local
1189 pOuterSequence->realloc(bIsClosed ? nPointCount + 1 : nPointCount); in B2DPolyPolygonToSvxPointSequenceSequence()
1194 for(sal_uInt32 b(0L); b < nPointCount; b++) in B2DPolyPolygonToSvxPointSequenceSequence()
/trunk/main/chart2/source/inc/
H A DExponentialRegressionCurveCalculator.hxx55 ::sal_Int32 nPointCount,
H A DLinearRegressionCurveCalculator.hxx55 ::sal_Int32 nPointCount,
H A DLogarithmicRegressionCurveCalculator.hxx55 ::sal_Int32 nPointCount,
H A DMeanValueRegressionCurveCalculator.hxx55 ::sal_Int32 nPointCount,
H A DPotentialRegressionCurveCalculator.hxx57 ::sal_Int32 nPointCount,
H A DRegressionCurveCalculator.hxx70 ::sal_Int32 nPointCount,
/trunk/main/drawinglayer/source/processor2d/
H A Dvclmetafileprocessor2d.cxx146 const sal_uInt32 nPointCount(aCandidate.count()); in fillPolyPolygonNeededToBeSplit() local
152 bNeedToSplit = nPointCount > ((MAX_POLYGON_POINT_COUNT_METAFILE / 3L) - 1L); in fillPolyPolygonNeededToBeSplit()
157 bNeedToSplit = nPointCount > (MAX_POLYGON_POINT_COUNT_METAFILE - 1); in fillPolyPolygonNeededToBeSplit()
/trunk/main/filter/source/flash/
H A Dswfwriter1.cxx106 sal_uInt16 nPoly, nPoint, nPointCount; in map() local
110 nPointCount = rPoly.GetSize(); in map()
112 for( nPoint = 0; nPoint < nPointCount; nPoint++ ) in map()
/trunk/main/filter/source/graphicfilter/idxf/
H A Ddxfentrd.hxx447 sal_Int32 nPointCount; // 93 member
H A Ddxf2mtf.cxx624 for( i = 0; i < rPathData.nPointCount; i++ ) in DrawHatchEntity()
/trunk/main/chart2/source/tools/
H A DInternalDataProvider.cxx595 …sal_Int32 nPointCount = m_bDataInColumns ? m_aInternalData.getRowCount() : m_aInternalData.getColu… in createDataSource() local
596 for( sal_Int32 nP=0; nP<nPointCount; nP++ ) in createDataSource()
/trunk/main/chart2/source/view/axes/
H A DVCartesianAxis.cxx1533 sal_Int32 nPointCount = rTickInfos.size(); in createTickMarkLineShapes() local
1534 drawing::PointSequenceSequence aPoints(2*nPointCount); in createTickMarkLineShapes()
/trunk/main/vcl/source/gdi/
H A Dgdimtf.cxx2759 const sal_uInt32 nPointCount(aPolygon.count()); in GetChecksum() local
2762 for(sal_uInt32 b(0); b < nPointCount; b++) in GetChecksum()

Completed in 227 milliseconds

1234