Home
last modified time | relevance | path

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

12

/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()
/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/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/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/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/vcl/source/gdi/
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 Doutdev4.cxx1340 for( long nPoly = 0, nPolyCount = rPolyPoly.Count(); nPoly < nPolyCount; nPoly++ ) in ImplDrawHatchLine() local
H A Dgdimtf.cxx2753 const sal_uInt32 nPolyCount(aPolyPolygon.count()); in GetChecksum() local
2756 for(sal_uInt32 a(0); a < nPolyCount; a++) in GetChecksum()
/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 127 milliseconds

12