Home
last modified time | relevance | path

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

/trunk/main/package/source/xstor/
H A Dowriteablestream.cxx3047 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()
[all …]
H A Dxstorage.cxx5577 for ( sal_Int32 nIndSource1 = 0; nIndSource1 < aEntries.getLength(); nIndSource1++ ) in insertRelationships() local
5578 … 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() local
5605 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 58 milliseconds