Lines Matching refs:nInd2

175             for ( sal_Int32 nInd2 = 0; nInd2 < aSequence2.getLength(); nInd2++ )  in SequencesEqual()  local
177 if ( aSequence1[nInd].Name.equals( aSequence2[nInd2].Name ) ) in SequencesEqual()
182 … if ( !( aSequence2[nInd2].Value >>= aMember2 ) || !SequencesEqual( aMember1, aMember2 ) ) in SequencesEqual()
189 for ( sal_Int32 nInd2 = 0; nInd2 < aSequence2.getLength(); nInd2++ ) in SequencesEqual() local
191 if ( aSequence1[nInd].Name.equals( aSequence2[nInd2].Name ) ) in SequencesEqual()
196 if ( !( aSequence2[nInd2].Value >>= nMember2 ) || nMember1 != nMember2 ) in SequencesEqual()
2847 for ( sal_Int32 nInd2 = 0; nInd2 < aSeq[nInd1].getLength(); nInd2++ ) in getRelationshipByID() local
2848 if ( aSeq[nInd1][nInd2].First.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Id" ) ) ) in getRelationshipByID()
2850 if ( aSeq[nInd1][nInd2].Second.equals( sID ) ) in getRelationshipByID()
2880 for ( sal_Int32 nInd2 = 0; nInd2 < aSeq[nInd1].getLength(); nInd2++ ) in getRelationshipsByType() local
2881 if ( aSeq[nInd1][nInd2].First.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Type" ) ) ) in getRelationshipsByType()
2883 if ( aSeq[nInd1][nInd2].Second.equals( sType ) ) in getRelationshipsByType()
2936 for ( sal_Int32 nInd2 = 0; nInd2 < aSeq[nInd1].getLength(); nInd2++ ) in insertRelationshipByID() local
2937 if ( aSeq[nInd1][nInd2].First.equals( aIDTag ) ) in insertRelationshipByID()
2939 if ( aSeq[nInd1][nInd2].Second.equals( sID ) ) in insertRelationshipByID()
2996 for ( sal_Int32 nInd2 = 0; nInd2 < aSeq[nInd1].getLength(); nInd2++ ) in removeRelationshipByID() local
2997 if ( aSeq[nInd1][nInd2].First.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Id" ) ) ) in removeRelationshipByID()
2999 if ( aSeq[nInd1][nInd2].Second.equals( sID ) ) in removeRelationshipByID()