Home
last modified time | relevance | path

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

12

/trunk/main/tools/source/generic/
H A Dpoly2.cxx606 if ( !nPolyCount ) in Clip()
619 while ( nPolyCount ) in Clip()
623 nPolyCount--; in Clip()
751 sal_uInt16 nPolyCount; in operator >>() local
754 rIStream >> nPolyCount; in operator >>()
757 if( nPolyCount ) in operator >>()
789 rOStream << nPolyCount; in operator <<()
808 sal_uInt16 nPolyCount; in Read() local
811 rIStream >> nPolyCount; in Read()
814 if( nPolyCount ) in Read()
[all …]
/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/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/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/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/vcl/source/gdi/
H A Dregion.cxx56 const sal_uInt16 nPolyCount = rPolyPoly.Count(); in ImplIsPolygonRectilinear() local
57 for (sal_uInt16 nPoly = 0; nPoly < nPolyCount; ++nPoly) in ImplIsPolygonRectilinear()
107 const sal_uInt16 nPolyCount = rPolyPoly.Count(); in ImplRectilinearPolygonToBands() local
108 for (sal_uInt16 nPoly = 0; nPoly < nPolyCount; ++nPoly) in ImplRectilinearPolygonToBands()
205 const sal_uInt16 nPolyCount = rPolyPoly.Count(); in ImplGeneralPolygonToBands() local
207 for ( sal_uInt16 nPoly = 0; nPoly < nPolyCount; nPoly++ ) in ImplGeneralPolygonToBands()
399 const sal_uInt16 nPolyCount = rPolyPoly.Count(); in ImplCreatePolyPolyRegion() local
401 if(nPolyCount) in ImplCreatePolyPolyRegion()
H A Doutdev6.cxx199 const int nPolyCount = aB2DPolyPolygon.count(); in DrawTransparent() local
200 for( int nPolyIdx = 0; nPolyIdx < nPolyCount; ++nPolyIdx ) in DrawTransparent()
322 const int nPolyCount = aB2DPolyPolygon.count(); in DrawTransparent() local
323 for( int nPolyIdx = 0; nPolyIdx < nPolyCount; ++nPolyIdx ) in DrawTransparent()
H A Dcvtsvm.cxx88 sal_Int32 nPolyCount; in ImplReadPolyPoly() local
90 rIStm >> nPolyCount; in ImplReadPolyPoly()
92 for( sal_uInt16 i = 0; i < (sal_uInt16) nPolyCount; i++ ) in ImplReadPolyPoly()
1088 sal_Int32 nPolyCount; in ImplConvertFromSVM1() local
1090 rIStm >> nPolyCount; in ImplConvertFromSVM1()
1092 for( sal_uInt16 j = 0; j < (sal_uInt16) nPolyCount; j++ ) in ImplConvertFromSVM1()
/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/vcl/aqua/source/gdi/
H A Dsalgdi.cxx526 const int nPolyCount = rPolyPoly.count(); in AddPolyPolygonToPath() local
527 if( nPolyCount <= 0 ) in AddPolyPolygonToPath()
530 for( int nPolyIdx = 0; nPolyIdx < nPolyCount; ++nPolyIdx ) in AddPolyPolygonToPath()
843 void AquaSalGraphics::drawPolyPolygon( sal_uInt32 nPolyCount, const sal_uInt32* pPoints, PCONSTSALP… in drawPolyPolygon() argument
845 if( nPolyCount <= 0 ) in drawPolyPolygon()
853 for( sal_uLong n = 1; n < nPolyCount; n++ ) in drawPolyPolygon()
888 for( sal_uLong nPoly = 0; nPoly < nPolyCount; nPoly++ ) in drawPolyPolygon()
909 for( sal_uLong nPoly = 0; nPoly < nPolyCount; nPoly++ ) in drawPolyPolygon()
935 const int nPolyCount = rPolyPoly.count(); in drawPolyPolygon() local
936 if( nPolyCount <= 0 ) in drawPolyPolygon()
[all …]
/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/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/svdraw/
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 Dpolypolygoneditor.cxx162 const sal_uInt32 nPolyCount(rPoly.count()); in GetRelativePolyPoint() local
165 while(nPolyNum < nPolyCount) in GetRelativePolyPoint()
/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/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/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/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/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/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/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()

Completed in 180 milliseconds

12