Lines Matching refs:nInd1

2846 	for ( sal_Int32 nInd1 = 0; nInd1 < aSeq.getLength(); nInd1++ )  in getRelationshipByID()  local
2847 for ( sal_Int32 nInd2 = 0; nInd2 < aSeq[nInd1].getLength(); nInd2++ ) in getRelationshipByID()
2848 if ( aSeq[nInd1][nInd2].First.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Id" ) ) ) in getRelationshipByID()
2850 if ( aSeq[nInd1][nInd2].Second.equals( sID ) ) in getRelationshipByID()
2851 return aSeq[nInd1]; in getRelationshipByID()
2879 for ( sal_Int32 nInd1 = 0; nInd1 < aSeq.getLength(); nInd1++ ) in getRelationshipsByType() local
2880 for ( sal_Int32 nInd2 = 0; nInd2 < aSeq[nInd1].getLength(); nInd2++ ) in getRelationshipsByType()
2881 if ( aSeq[nInd1][nInd2].First.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Type" ) ) ) in getRelationshipsByType()
2883 if ( aSeq[nInd1][nInd2].Second.equals( sType ) ) in getRelationshipsByType()
2886 aResult[nEntriesNum-1] = aSeq[nInd1]; in getRelationshipsByType()
2935 for ( sal_Int32 nInd1 = 0; nInd1 < aSeq.getLength(); nInd1++ ) in insertRelationshipByID() local
2936 for ( sal_Int32 nInd2 = 0; nInd2 < aSeq[nInd1].getLength(); nInd2++ ) in insertRelationshipByID()
2937 if ( aSeq[nInd1][nInd2].First.equals( aIDTag ) ) in insertRelationshipByID()
2939 if ( aSeq[nInd1][nInd2].Second.equals( sID ) ) in insertRelationshipByID()
2940 nIDInd = nInd1; in insertRelationshipByID()
2995 for ( sal_Int32 nInd1 = 0; nInd1 < aSeq.getLength(); nInd1++ ) in removeRelationshipByID() local
2996 for ( sal_Int32 nInd2 = 0; nInd2 < aSeq[nInd1].getLength(); nInd2++ ) in removeRelationshipByID()
2997 if ( aSeq[nInd1][nInd2].First.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Id" ) ) ) in removeRelationshipByID()
2999 if ( aSeq[nInd1][nInd2].Second.equals( sID ) ) in removeRelationshipByID()
3002 aSeq[nInd1] = aSeq[nLength-1]; in removeRelationshipByID()