Home
last modified time | relevance | path

Searched refs:nIndTarget1 (Results 1 – 2 of 2) sorted by relevance

/trunk/main/package/source/xstor/
H A Dowriteablestream.cxx3041 for ( sal_Int32 nIndTarget1 = 0; nIndTarget1 < aSeq.getLength(); nIndTarget1++ ) in insertRelationships() local
3042 for ( sal_Int32 nIndTarget2 = 0; nIndTarget2 < aSeq[nIndTarget1].getLength(); nIndTarget2++ ) in insertRelationships()
3043 if ( aSeq[nIndTarget1][nIndTarget2].First.equals( aIDTag ) ) in insertRelationships()
3052 … if ( aEntries[nIndSource1][nIndSource2].Second.equals( aSeq[nIndTarget1][nIndTarget2].Second ) ) in insertRelationships()
3067 aResultSeq[nResultInd++] = aSeq[nIndTarget1]; in insertRelationships()
H A Dxstorage.cxx5571 for ( sal_Int32 nIndTarget1 = 0; nIndTarget1 < aSeq.getLength(); nIndTarget1++ ) in insertRelationships() local
5572 for ( sal_Int32 nIndTarget2 = 0; nIndTarget2 < aSeq[nIndTarget1].getLength(); nIndTarget2++ ) in insertRelationships()
5573 if ( aSeq[nIndTarget1][nIndTarget2].First.equals( aIDTag ) ) in insertRelationships()
5582 … if ( aEntries[nIndSource1][nIndSource2].Second.equals( aSeq[nIndTarget1][nIndTarget2].Second ) ) in insertRelationships()
5597 aResultSeq[nResultInd++] = aSeq[nIndTarget1]; in insertRelationships()

Completed in 58 milliseconds