Home
last modified time | relevance | path

Searched refs:nPolyCount (Results 1 – 25 of 34) sorted by last modified time

12

/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/svx/source/svdraw/
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()
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/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/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/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/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/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 Dgdimtf.cxx2753 const sal_uInt32 nPolyCount(aPolyPolygon.count()); in GetChecksum() local
2756 for(sal_uInt32 a(0); a < nPolyCount; a++) in GetChecksum()
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 Doutdev4.cxx1340 for( long nPoly = 0, nPolyCount = rPolyPoly.Count(); nPoly < nPolyCount; nPoly++ ) in ImplDrawHatchLine() local
H A Dmetaact.cxx1149 sal_uInt16 i, nPolyCount = maPolyPoly.Count(); in Write() local
1152 rOStm << nPolyCount; in Write()
1153 for ( i = 0; i < nPolyCount; i++ ) in Write()
1163 for ( i = 0; nNumberOfComplexPolygons && ( i < nPolyCount ); i++ ) in Write()
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/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/svtools/source/filter/wmf/
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()
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()
/trunk/main/vcl/unx/generic/gdi/
H A Dsalgdi.cxx1285 const int nPolyCount = aAreaPolyPoly.count(); in drawPolyLine() local
1286 for( int nPolyIdx = 0; nPolyIdx < nPolyCount; ++nPolyIdx ) in drawPolyLine()
/trunk/main/sw/source/core/layout/
H A Dfly.cxx2787 for ( sal_uInt16 j = 0, nPolyCount = rContour.Count(); j < nPolyCount; j++ ) in GetContour() local
/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/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/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/dialog/
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()
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
/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()

Completed in 419 milliseconds

12