Home
last modified time | relevance | path

Searched refs:nPolyCount (Results 1 – 25 of 34) sorted by path

12

/trunk/main/basegfx/source/raster/
H A Drasterconvert3d.cxx49 const sal_uInt32 nPolyCount(rFill.count()); in addArea() local
51 for(sal_uInt32 a(0); a < nPolyCount; a++) in addArea()
/trunk/main/basegfx/source/tools/
H A Dunopolypolygon.cxx372 const sal_Int32 nPolyCount( maPolyPoly.count() ); in getSubsetPolyPolygon() local
377 nNumberOfPolygons == nPolyCount && in getSubsetPolyPolygon()
394 sal_Int32 nLastPoint(nPolyCount-1); in getSubsetPolyPolygon()
403 if( !nPolyCount && nPointIndex ) in getSubsetPolyPolygon()
415 if( !nPolyCount ) in getSubsetPolyPolygon()
421 if( !nPolyCount ) in getSubsetPolyPolygon()
429 if( nFirstPoint < 0 || nFirstPoint >= nPolyCount ) in getSubsetPolyPolygon()
432 if( nLastPoint < 0 || nLastPoint >= nPolyCount ) in getSubsetPolyPolygon()
/trunk/main/basegfx/test/
H A Dtesttools.cxx152 const sal_uInt32 nPolyCount( rPolyPoly.count() ); in plot() local
155 for( i=0; i<nPolyCount; ++i ) in plot()
/trunk/main/chart2/source/tools/
H A DBaseGFXHelper.cxx44 sal_Int32 nPolyCount = rPolyPoly.SequenceX.getLength(); in getBoundVolume() local
45 for(sal_Int32 nPoly = 0; nPoly < nPolyCount; nPoly++) in getBoundVolume()
/trunk/main/chart2/source/view/charttypes/
H A DAreaChart.cxx238 sal_Int32 nPolyCount = rPolyPoly.SequenceX.getLength(); in lcl_removeDuplicatePoints() local
239 if(!nPolyCount) in lcl_removeDuplicatePoints()
243 aTmp.SequenceX.realloc(nPolyCount); in lcl_removeDuplicatePoints()
244 aTmp.SequenceY.realloc(nPolyCount); in lcl_removeDuplicatePoints()
245 aTmp.SequenceZ.realloc(nPolyCount); in lcl_removeDuplicatePoints()
247 for( sal_Int32 nPolygonIndex = 0; nPolygonIndex<nPolyCount; nPolygonIndex++ ) in lcl_removeDuplicatePoints()
307 rPolyPoly.SequenceX.realloc(nPolyCount); in lcl_removeDuplicatePoints()
308 rPolyPoly.SequenceY.realloc(nPolyCount); in lcl_removeDuplicatePoints()
309 rPolyPoly.SequenceZ.realloc(nPolyCount); in lcl_removeDuplicatePoints()
373 sal_Int32 nPolyCount = aPoly.SequenceX.getLength(); in impl_createLine() local
[all …]
/trunk/main/drawinglayer/source/primitive3d/
H A Dhatchtextureprimitive3d.cxx90 const sal_uInt32 nPolyCount(aFillPolyPolygon.count()); in impCreate3DDecomposition() local
98 for(sal_uInt32 b(0); b < nPolyCount; b++) in impCreate3DDecomposition()
H A Dsdrextrudeprimitive3d.cxx222 const sal_uInt32 nPolyCount(maCorrectedPolyPolygon.count()); in create3DDecomposition() local
224 for(sal_uInt32 c(0); c < nPolyCount; c++) in create3DDecomposition()
/trunk/main/drawinglayer/source/processor2d/
H A Dvclmetafileprocessor2d.cxx137 const sal_uInt32 nPolyCount(rPolyPolygon.count()); in fillPolyPolygonNeededToBeSplit() local
139 if(nPolyCount) in fillPolyPolygonNeededToBeSplit()
143 for(sal_uInt32 a(0); a < nPolyCount; a++) in fillPolyPolygonNeededToBeSplit()
215 if(aSplitted.count() != nPolyCount) in fillPolyPolygonNeededToBeSplit()
/trunk/main/drawinglayer/source/processor3d/
H A Dcutfindprocessor3d.cxx174 const sal_uInt32 nPolyCount(rPolyPolygon.count()); in processBasePrimitive3D() local
176 if(nPolyCount) in processBasePrimitive3D()
/trunk/main/filter/source/flash/
H A Dswfwriter1.cxx103 const sal_uInt16 nPolyCount = rPolyPolygon.Count(); in map() local
104 if( nPolyCount ) in map()
107 for( nPoly = 0; nPoly < nPolyCount; nPoly++ ) in map()
/trunk/main/filter/source/graphicfilter/epict/
H A Depict.cxx1379 const sal_uInt32 nPolyCount(aLinePolyPolygon.count()); in HandleLineInfoPolyPolygons() local
1382 for(sal_uInt32 a(0); a < nPolyCount; a++) in HandleLineInfoPolyPolygons()
1702 sal_uInt16 nPolyCount = rPolyPoly.Count(); in WriteOpcodes() local
1704 for ( sal_uInt16 i = 0; i < nPolyCount; i++ ) in WriteOpcodes()
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx1287 if ( nPolyCount ) in ImplWriteActions()
1291 for ( i = 0; i < nPolyCount; ) in ImplWriteActions()
1294 if ( ++i < nPolyCount ) in ImplWriteActions()
1534 sal_uInt16 i, nPolyCount = rPolyPoly.Count(); in ImplIntersect() local
1535 for ( i = 0; i < nPolyCount; ) in ImplIntersect()
1538 if ( ++i < nPolyCount ) in ImplIntersect()
1563 sal_uInt16 i, nPolyCount = rPolyPoly.Count(); in ImplPolyPoly() local
1564 if ( nPolyCount ) in ImplPolyPoly()
1572 for ( i = 0; i < nPolyCount; ) in ImplPolyPoly()
1575 if ( ++i < nPolyCount ) in ImplPolyPoly()
[all …]
/trunk/main/filter/source/msfilter/
H A Descherex.cxx2008 sal_uInt16 i, j, k, nPoints, nBezPoints, nPolyCount = aPolyPolygon.Count(); in CreatePolygonProperties() local
2012 for ( nBezPoints = nPoints = i = 0; i < nPolyCount; i++ ) in CreatePolygonProperties()
2027 if ( nPolyCount > 1 ) in CreatePolygonProperties()
2028 nSegmentBufSize += ( nPolyCount << 1 ); in CreatePolygonProperties()
2039 for ( j = 0; j < nPolyCount; j++ ) in CreatePolygonProperties()
2064 for ( j = 0; j < nPolyCount; j++ ) in CreatePolygonProperties()
2089 if ( nPolyCount > 1 ) in CreatePolygonProperties()
/trunk/main/svtools/source/filter/wmf/
H A Demfwr.cxx598 sal_uInt16 n, i, nPolyCount = rPolyPoly.Count(); in ImplWritePolyPolygonRecord() local
600 if( nPolyCount ) in ImplWritePolyPolygonRecord()
602 if( 1 == nPolyCount ) in ImplWritePolyPolygonRecord()
609 for( i = 0; i < nPolyCount; i++ ) in ImplWritePolyPolygonRecord()
626 (*mpStm) << (sal_uInt32)nPolyCount << nTotalPoints; in ImplWritePolyPolygonRecord()
628 for( i = 0; i < nPolyCount; i++ ) in ImplWritePolyPolygonRecord()
631 for( i = 0; i < nPolyCount; i++ ) in ImplWritePolyPolygonRecord()
656 sal_uInt16 i, n, o, nPolyCount = rPolyPoly.Count(); in ImplWritePath() local
657 for ( i = 0; i < nPolyCount; i++ ) in ImplWritePath()
H A Dwinwmf.cxx332 sal_uInt16 nPolyCount(0); in ReadRecordParams() local
335 *pWMF >> nPolyCount; in ReadRecordParams()
337 if(nPolyCount && !pWMF->IsEof()) in ReadRecordParams()
339 sal_uInt16* pnPoints = new sal_uInt16[nPolyCount]; in ReadRecordParams()
341 PolyPolygon aPolyPoly(nPolyCount, nPolyCount); in ReadRecordParams()
343 for(a = 0; a < nPolyCount && !pWMF->IsEof(); a++) in ReadRecordParams()
348 for(a = 0; a < nPolyCount && !pWMF->IsEof(); a++) in ReadRecordParams()
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShapeFontWork.cxx762 sal_uInt16 i, nPolyCount = rPolyPoly.Count(); in FitTextOutlinesToShapeOutlines() local
763 for ( i = 0; i < nPolyCount; i++ ) in FitTextOutlinesToShapeOutlines()
/trunk/main/svx/source/dialog/
H A D_contdlg.cxx302 for ( sal_uInt16 j = 0, nPolyCount = rContour.Count(); j < nPolyCount; j++ ) in ScaleContour() local
560 for ( sal_uInt16 j = 0, nPolyCount = aPolyPoly.Count(); j < nPolyCount; j++ ) in SetPolyPolygon() local
597 for ( sal_uInt16 j = 0, nPolyCount = aRetPolyPoly.Count(); j < nPolyCount; j++ ) in GetPolyPolygon() local
H A Dcontwnd.cxx80 const sal_uInt16 nPolyCount = rPolyPoly.Count(); in SetPolyPolygon() local
92 for ( sal_uInt16 i = 0; i < nPolyCount; i++ ) in SetPolyPolygon()
113 if ( nPolyCount ) in SetPolyPolygon()
/trunk/main/svx/source/engine3d/
H A Dhelperminimaldepth3d.cxx116 const sal_uInt32 nPolyCount(rPolyPolygon.count()); in processBasePrimitive3D() local
118 for(sal_uInt32 a(0); a < nPolyCount; a++) in processBasePrimitive3D()
/trunk/main/svx/source/sdr/contact/
H A Dviewcontactofsdrpathobj.cxx58 sal_uInt32 nPolyCount(aUnitPolyPolygon.count()); in createViewIndependentPrimitive2DSequence() local
61 for(sal_uInt32 a(0); a < nPolyCount; a++) in createViewIndependentPrimitive2DSequence()
74 nPolyCount = 1; in createViewIndependentPrimitive2DSequence()
81 && 1 == nPolyCount in createViewIndependentPrimitive2DSequence()
/trunk/main/svx/source/svdraw/
H A Dpolypolygoneditor.cxx162 const sal_uInt32 nPolyCount(rPoly.count()); in GetRelativePolyPoint() local
165 while(nPolyNum < nPolyCount) in GetRelativePolyPoint()
H A Dsvdedtv2.cxx727 const sal_uInt32 nPolyCount(rPolyPolygon.count()); in ImpCombineToSinglePolygon() local
729 if(0L == nPolyCount) in ImpCombineToSinglePolygon()
733 else if(1L == nPolyCount) in ImpCombineToSinglePolygon()
741 for(sal_uInt32 a(1L); a < nPolyCount; a++) in ImpCombineToSinglePolygon()
1299 const sal_uInt32 nPolyCount(aPolyPolygon.count()); in CombineMarkedObjects() local
1301 if(nPolyCount) in CombineMarkedObjects()
1305 if(nPolyCount > 1L) in CombineMarkedObjects()
1510 const sal_uInt32 nPolyCount(rPolyPolygon.count()); in ImpDismantleOneObject() local
1512 for(sal_uInt32 a(0); a < nPolyCount; a++) in ImpDismantleOneObject()
H A Dsvdopath.cxx1952 const sal_uInt32 nPolyCount(GetPathPoly().count()); in TakeObjNameSingul() local
1954 for(sal_uInt32 a(0L); a < nPolyCount; a++) in TakeObjNameSingul()
2027 const sal_uInt32 nPolyCount(GetPathPoly().count()); in GetHdlCount() local
2029 for(sal_uInt32 a(0L); a < nPolyCount; a++) in GetHdlCount()
2496 const sal_uInt32 nPolyCount(GetPathPoly().count()); in GetPointCount() local
2499 for(sal_uInt32 a(0L); a < nPolyCount; a++) in GetPointCount()
/trunk/main/sw/source/core/docnode/
H A Dndnotxt.cxx164 sal_uInt16 nPolyCount = pContour->Count(); in HasContour() local
165 for( sal_uInt16 j=0; j<nPolyCount; j++ ) in HasContour()
232 sal_uInt16 nPolyCount = rContour.Count(); in GetContourAPI() local
233 for( sal_uInt16 j=0; j<nPolyCount; j++ ) in GetContourAPI()
/trunk/main/sw/source/core/layout/
H A Dfly.cxx2787 for ( sal_uInt16 j = 0, nPolyCount = rContour.Count(); j < nPolyCount; j++ ) in GetContour() local

Completed in 183 milliseconds

12