Lines Matching refs:i

353         int i;  in WriteOutline()  local
354 for( i = 0; i < aLineDash.Dots; i ++ ) in WriteOutline()
359 for( i = 0; i < aLineDash.Dashes; i ++ ) in WriteOutline()
819 int i; in GetUUID() local
822 for( i = 0; i < 4; i++ ) { in GetUUID()
823 rBuffer.append( cDigits[ aSeq[i] >> 4 ] ); in GetUUID()
824 rBuffer.append( cDigits[ aSeq[i] && 0xf ] ); in GetUUID()
827 for( ; i < 6; i++ ) { in GetUUID()
828 rBuffer.append( cDigits[ aSeq[i] >> 4 ] ); in GetUUID()
829 rBuffer.append( cDigits[ aSeq[i] && 0xf ] ); in GetUUID()
832 for( ; i < 8; i++ ) { in GetUUID()
833 rBuffer.append( cDigits[ aSeq[i] >> 4 ] ); in GetUUID()
834 rBuffer.append( cDigits[ aSeq[i] && 0xf ] ); in GetUUID()
837 for( ; i < 10; i++ ) { in GetUUID()
838 rBuffer.append( cDigits[ aSeq[i] >> 4 ] ); in GetUUID()
839 rBuffer.append( cDigits[ aSeq[i] && 0xf ] ); in GetUUID()
842 for( ; i < 16; i++ ) { in GetUUID()
843 rBuffer.append( cDigits[ aSeq[i] >> 4 ] ); in GetUUID()
844 rBuffer.append( cDigits[ aSeq[i] && 0xf ] ); in GetUUID()
953 for ( sal_Int32 i = 0; i < nPropertyCount; i++ ) { in WriteParagraphNumbering() local
954 const void* pValue = pPropValue[ i ].Value.getValue(); in WriteParagraphNumbering()
956 OUString aPropName( pPropValue[ i ].Name ); in WriteParagraphNumbering()
992 … if ( pPropValue[ i ].Value.getValueType() == ::getCppuType( (awt::Size*)0) ) in WriteParagraphNumbering()
996 pPropValue[ i ].Value >>= aSize; in WriteParagraphNumbering()
1222 for( sal_Int32 i=0; i < nLength; i++ ) in WritePresetShape() local
1223 …if( EscherPropertyContainer::GetAdjustmentValue( aAdjustmentSeq[ i ], i, nAdjustmentsWhichNeedsToB… in WritePresetShape()
1225 … XML_name, nLength > 1 ? ( OString( "adj" ) + OString::valueOf( i + 1 ) ).getStr() : "adj", in WritePresetShape()
1252 for( USHORT i = 0; i < rPolyPolygon.Count(); i ++ ) { in WritePolyPolygon() local
1254 const Polygon& rPoly = rPolyPolygon[ i ]; in WritePolyPolygon()