Lines Matching refs:nInd2
5376 for ( sal_Int32 nInd2 = 0; nInd2 < aSeq[nInd1].getLength(); nInd2++ ) in getRelationshipByID() local
5377 if ( aSeq[nInd1][nInd2].First.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Id" ) ) ) in getRelationshipByID()
5379 if ( aSeq[nInd1][nInd2].Second.equals( sID ) ) in getRelationshipByID()
5409 for ( sal_Int32 nInd2 = 0; nInd2 < aSeq[nInd1].getLength(); nInd2++ ) in getRelationshipsByType() local
5410 if ( aSeq[nInd1][nInd2].First.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Type" ) ) ) in getRelationshipsByType()
5413 if ( aSeq[nInd1][nInd2].Second.equalsIgnoreAsciiCase( sType ) ) in getRelationshipsByType()
5466 for ( sal_Int32 nInd2 = 0; nInd2 < aSeq[nInd1].getLength(); nInd2++ ) in insertRelationshipByID() local
5467 if ( aSeq[nInd1][nInd2].First.equals( aIDTag ) ) in insertRelationshipByID()
5469 if ( aSeq[nInd1][nInd2].Second.equals( sID ) ) in insertRelationshipByID()
5526 for ( sal_Int32 nInd2 = 0; nInd2 < aSeq[nInd1].getLength(); nInd2++ ) in removeRelationshipByID() local
5527 if ( aSeq[nInd1][nInd2].First.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Id" ) ) ) in removeRelationshipByID()
5529 if ( aSeq[nInd1][nInd2].Second.equals( sID ) ) in removeRelationshipByID()