Lines Matching refs:i

1119 						sal_uInt8	k, i = 10;  in ImplWriteActions()  local
1121 while ( --i ) in ImplWriteActions()
1286 sal_uInt16 i, nPolyCount = aPolyPoly.Count(); in ImplWriteActions() local
1291 for ( i = 0; i < nPolyCount; ) in ImplWriteActions()
1293 ImplAddPath( aPolyPoly.GetObject( i ) ); in ImplWriteActions()
1294 if ( ++i < nPolyCount ) in ImplWriteActions()
1509 sal_uInt16 i = 1; in ImplAddPath() local
1514 while ( i < nPointCount ) in ImplAddPath()
1516 if ( ( rPolygon.GetFlags( i ) == POLY_CONTROL ) in ImplAddPath()
1517 && ( ( i + 2 ) < nPointCount ) in ImplAddPath()
1518 && ( rPolygon.GetFlags( i + 1 ) == POLY_CONTROL ) in ImplAddPath()
1519 && ( rPolygon.GetFlags( i + 2 ) != POLY_CONTROL ) ) in ImplAddPath()
1521 ImplCurveTo( rPolygon[ i ], rPolygon[ i + 1 ], rPolygon[ i + 2 ], PS_WRAP ); in ImplAddPath()
1522 i += 3; in ImplAddPath()
1525 ImplLineTo( rPolygon.GetPoint( i++ ), PS_SPACE | PS_WRAP ); in ImplAddPath()
1534 sal_uInt16 i, nPolyCount = rPolyPoly.Count(); in ImplIntersect() local
1535 for ( i = 0; i < nPolyCount; ) in ImplIntersect()
1537 ImplAddPath( rPolyPoly.GetObject( i ) ); in ImplIntersect()
1538 if ( ++i < nPolyCount ) in ImplIntersect()
1563 sal_uInt16 i, nPolyCount = rPolyPoly.Count(); in ImplPolyPoly() local
1572 for ( i = 0; i < nPolyCount; ) in ImplPolyPoly()
1574 ImplAddPath( rPolyPoly.GetObject( i ) ); in ImplPolyPoly()
1575 if ( ++i < nPolyCount ) in ImplPolyPoly()
1589 for ( i = 0; i < nPolyCount; i++ ) in ImplPolyPoly()
1590 ImplAddPath( rPolyPoly.GetObject( i ) ); in ImplPolyPoly()
1603 sal_uInt16 i, nPointCount = rPoly.GetSize(); in ImplPolyLine() local
1609 i = 1; in ImplPolyLine()
1610 while ( i < nPointCount ) in ImplPolyLine()
1612 if ( ( rPoly.GetFlags( i ) == POLY_CONTROL ) in ImplPolyLine()
1613 && ( ( i + 2 ) < nPointCount ) in ImplPolyLine()
1614 && ( rPoly.GetFlags( i + 1 ) == POLY_CONTROL ) in ImplPolyLine()
1615 && ( rPoly.GetFlags( i + 2 ) != POLY_CONTROL ) ) in ImplPolyLine()
1617 ImplCurveTo( rPoly[ i ], rPoly[ i + 1 ], rPoly[ i + 2 ], PS_WRAP ); in ImplPolyLine()
1618 i += 3; in ImplPolyLine()
1621 ImplLineTo( rPoly.GetPoint( i++ ), PS_SPACE | PS_WRAP ); in ImplPolyLine()
1903 for ( sal_uInt16 i = 0; i < pAcc->GetPaletteEntryCount(); i++ ) in ImplBmp() local
1905 BitmapColor aBitmapColor = pAcc->GetPaletteColor( i ); in ImplBmp()
2049 sal_uInt16 i; in ImplWriteString() local
2054 for( i = 0; i < nLen; i++ ) in ImplWriteString()
2056 if ( i > 0 ) in ImplWriteString()
2057 nx = pDXArry[ i - 1 ]; in ImplWriteString()
2058 ImplWriteDouble( ( bStretch ) ? nx : rVDev.GetTextWidth( rString.GetChar( i ) ) ); in ImplWriteString()
2061 ImplWriteCharacter( rString.GetChar( i ) ); in ImplWriteString()
2068 for ( i = 0; i < nLen; i++ ) in ImplWriteString()
2069 ImplWriteCharacter( rString.GetChar( i ) ); in ImplWriteString()
2367 sal_uLong i = 0; in ImplWriteLine() local
2368 while ( pString[ i ] ) in ImplWriteLine()
2370 *mpPS << (sal_uInt8)pString[ i++ ]; in ImplWriteLine()
2372 mnCursorPos += i; in ImplWriteLine()
2413 sal_uInt32 j, i = aDashArray.size(); in ImplWriteLineInfo() local
2415 for ( j = 0; j < i; j++ ) in ImplWriteLineInfo()
2555 for ( long i = 1; i < nStSize; i++ ) in ImplWriteF() local
2630 sal_uInt16 i; in StartCompression() local
2643 for ( i = 0; i < 4096; i++ ) in StartCompression()
2645 pTable[ i ].pBrother = pTable[ i ].pFirstChild = NULL; in StartCompression()
2646 pTable[ i ].nValue = (sal_uInt8)( pTable[ i ].nCode = i ); in StartCompression()
2657 sal_uInt16 i; in Compress() local
2683 for ( i = 0; i < nClearCode; i++ ) in Compress()
2684 pTable[ i ].pFirstChild = NULL; in Compress()
2723 sal_uLong i; in ImplSearchEntry() local
2724 for ( i = 0; i < nSize; i++ ) in ImplSearchEntry()
2726 if ( ( pSource[i]&~0x20 ) != ( pDest[i]&~0x20 ) ) in ImplSearchEntry()
2729 if ( i == nSize ) in ImplSearchEntry()
2757 for ( int i = 0; ( i < 4 ) && nSecurityCount; i++ ) in ImplGetBoundingBox() local
2787 nNumb[i] *= 10; in ImplGetBoundingBox()
2788 nNumb[i] += nByte - '0'; in ImplGetBoundingBox()
2796 nNumb[i] = -nNumb[i]; in ImplGetBoundingBox()
2798 nNumb[i] /= nDivision; in ImplGetBoundingBox()