Lines Matching refs:nInd1

5375 	for ( sal_Int32 nInd1 = 0; nInd1 < aSeq.getLength(); nInd1++ )  in getRelationshipByID()  local
5376 for ( sal_Int32 nInd2 = 0; nInd2 < aSeq[nInd1].getLength(); nInd2++ ) in getRelationshipByID()
5377 if ( aSeq[nInd1][nInd2].First.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Id" ) ) ) in getRelationshipByID()
5379 if ( aSeq[nInd1][nInd2].Second.equals( sID ) ) in getRelationshipByID()
5380 return aSeq[nInd1]; in getRelationshipByID()
5408 for ( sal_Int32 nInd1 = 0; nInd1 < aSeq.getLength(); nInd1++ ) in getRelationshipsByType() local
5409 for ( sal_Int32 nInd2 = 0; nInd2 < aSeq[nInd1].getLength(); nInd2++ ) in getRelationshipsByType()
5410 if ( aSeq[nInd1][nInd2].First.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Type" ) ) ) in getRelationshipsByType()
5413 if ( aSeq[nInd1][nInd2].Second.equalsIgnoreAsciiCase( sType ) ) in getRelationshipsByType()
5416 aResult[nEntriesNum-1] = aSeq[nInd1]; in getRelationshipsByType()
5465 for ( sal_Int32 nInd1 = 0; nInd1 < aSeq.getLength(); nInd1++ ) in insertRelationshipByID() local
5466 for ( sal_Int32 nInd2 = 0; nInd2 < aSeq[nInd1].getLength(); nInd2++ ) in insertRelationshipByID()
5467 if ( aSeq[nInd1][nInd2].First.equals( aIDTag ) ) in insertRelationshipByID()
5469 if ( aSeq[nInd1][nInd2].Second.equals( sID ) ) in insertRelationshipByID()
5470 nIDInd = nInd1; in insertRelationshipByID()
5525 for ( sal_Int32 nInd1 = 0; nInd1 < aSeq.getLength(); nInd1++ ) in removeRelationshipByID() local
5526 for ( sal_Int32 nInd2 = 0; nInd2 < aSeq[nInd1].getLength(); nInd2++ ) in removeRelationshipByID()
5527 if ( aSeq[nInd1][nInd2].First.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Id" ) ) ) in removeRelationshipByID()
5529 if ( aSeq[nInd1][nInd2].Second.equals( sID ) ) in removeRelationshipByID()
5532 aSeq[nInd1] = aSeq[nLength-1]; in removeRelationshipByID()