Lines Matching refs:nIndSource1
3047 for ( sal_Int32 nIndSource1 = 0; nIndSource1 < aEntries.getLength(); nIndSource1++ ) in insertRelationships() local
3048 … for ( sal_Int32 nIndSource2 = 0; nIndSource2 < aEntries[nIndSource1].getLength(); nIndSource2++ ) in insertRelationships()
3050 if ( aEntries[nIndSource1][nIndSource2].First.equals( aIDTag ) ) in insertRelationships()
3052 … if ( aEntries[nIndSource1][nIndSource2].Second.equals( aSeq[nIndTarget1][nIndTarget2].Second ) ) in insertRelationships()
3057 nIndSourceSame = nIndSource1; in insertRelationships()
3073 for ( sal_Int32 nIndSource1 = 0; nIndSource1 < aEntries.getLength(); nIndSource1++ ) in insertRelationships() local
3075 aResultSeq[nResultInd].realloc( aEntries[nIndSource1].getLength() ); in insertRelationships()
3079 for ( sal_Int32 nIndSource2 = 0; nIndSource2 < aEntries[nIndSource1].getLength(); nIndSource2++ ) in insertRelationships()
3080 if ( aEntries[nIndSource1][nIndSource2].First.equals( aIDTag ) ) in insertRelationships()
3082 aResultSeq[nResultInd][0] = aEntries[nIndSource1][nIndSource2]; in insertRelationships()
3086 aResultSeq[nResultInd][nResInd2++] = aEntries[nIndSource1][nIndSource2]; in insertRelationships()