Searched refs:nIndSource1 (Results 1 – 2 of 2) sorted by relevance
3047 for ( sal_Int32 nIndSource1 = 0; nIndSource1 < aEntries.getLength(); nIndSource1++ ) in insertRelationships() local3048 … 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() local3075 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()[all …]
5577 for ( sal_Int32 nIndSource1 = 0; nIndSource1 < aEntries.getLength(); nIndSource1++ ) in insertRelationships() local5578 … for ( sal_Int32 nIndSource2 = 0; nIndSource2 < aEntries[nIndSource1].getLength(); nIndSource2++ ) in insertRelationships()5580 if ( aEntries[nIndSource1][nIndSource2].First.equals( aIDTag ) ) in insertRelationships()5582 … if ( aEntries[nIndSource1][nIndSource2].Second.equals( aSeq[nIndTarget1][nIndTarget2].Second ) ) in insertRelationships()5587 nIndSourceSame = nIndSource1; in insertRelationships()5603 for ( sal_Int32 nIndSource1 = 0; nIndSource1 < aEntries.getLength(); nIndSource1++ ) in insertRelationships() local5605 aResultSeq[nResultInd].realloc( aEntries[nIndSource1].getLength() ); in insertRelationships()5609 for ( sal_Int32 nIndSource2 = 0; nIndSource2 < aEntries[nIndSource1].getLength(); nIndSource2++ ) in insertRelationships()5610 if ( aEntries[nIndSource1][nIndSource2].First.equals( aIDTag ) ) in insertRelationships()5612 aResultSeq[nResultInd][0] = aEntries[nIndSource1][nIndSource2]; in insertRelationships()[all …]
Completed in 77 milliseconds