Lines Matching refs:nPolyCount

331 			for( sal_uInt16 i = 0, nPolyCount = mpImplPolyPolygon->mnCount; i < nPolyCount; i++ )  in Optimize()  local
469 sal_uInt16 nPolyCount = mpImplPolyPolygon->mnCount; in Move() local
470 for ( sal_uInt16 i = 0; i < nPolyCount; i++ ) in Move()
603 sal_uInt16 nPolyCount = mpImplPolyPolygon->mnCount; in Clip() local
606 if ( !nPolyCount ) in Clip()
617 for ( i = 0; i < nPolyCount; i++ ) in Clip()
619 while ( nPolyCount ) in Clip()
621 if ( GetObject( nPolyCount-1 ).GetSize() <= 2 ) in Clip()
622 Remove( nPolyCount-1 ); in Clip()
623 nPolyCount--; in Clip()
635 sal_uInt16 nPolyCount = mpImplPolyPolygon->mnCount; in GetBoundRect() local
637 for ( sal_uInt16 n = 0; n < nPolyCount; n++ ) in GetBoundRect()
751 sal_uInt16 nPolyCount; in operator >>() local
754 rIStream >> nPolyCount; in operator >>()
757 if( nPolyCount ) in operator >>()
765 rPolyPoly.mpImplPolyPolygon = new ImplPolyPolygon( nPolyCount ); in operator >>()
767 for ( sal_uInt16 i = 0; i < nPolyCount; i++ ) in operator >>()
788 sal_uInt16 nPolyCount = rPolyPoly.mpImplPolyPolygon->mnCount; in operator <<() local
789 rOStream << nPolyCount; in operator <<()
792 for ( sal_uInt16 i = 0; i < nPolyCount; i++ ) in operator <<()
808 sal_uInt16 nPolyCount; in Read() local
811 rIStream >> nPolyCount; in Read()
814 if( nPolyCount ) in Read()
822 mpImplPolyPolygon = new ImplPolyPolygon( nPolyCount ); in Read()
824 for ( sal_uInt16 i = 0; i < nPolyCount; i++ ) in Read()
845 sal_uInt16 nPolyCount = mpImplPolyPolygon->mnCount; in Write() local
846 rOStream << nPolyCount; in Write()
849 for ( sal_uInt16 i = 0; i < nPolyCount; i++ ) in Write()