Lines Matching refs:j

979     sal_uInt16 i=0, j=0;  in checkFieldsWithoutOrder()  local
996 for (j=0; j < nFields2; j++) in checkFieldsWithoutOrder()
998 if (!checkField(options, keyName, typeClass, bDump, reader1, reader2, i, j)) in checkFieldsWithoutOrder()
1001 moreProps.insert(j); in checkFieldsWithoutOrder()
1023 for (j=0; j < nFields2; j++) in checkFieldsWithoutOrder()
1025 if ( moreProps.find(j) == moreProps.end() ) in checkFieldsWithoutOrder()
1027 if ( (reader2.getFieldFlags(j) & RT_ACCESS_OPTIONAL) != RT_ACCESS_OPTIONAL ) in checkFieldsWithoutOrder()
1035j, U2S(shortName(reader2.getFieldName(j))), getTypeClass(typeClass)); in checkFieldsWithoutOrder()
1213 sal_uInt16 i=0, j=0; in checkBlob() local
1230 for (j=0; j < nReference2; j++) in checkBlob()
1232 if (!checkReference(options, keyName, typeClass, bDump, reader1, reader2, i, j)) in checkBlob()
1235 moreReferences.insert(j); in checkBlob()
1259 for (j=0; j < nReference2; j++) in checkBlob()
1261 if ( moreReferences.find(j) == moreReferences.end() ) in checkBlob()
1263 … if ( (reader2.getReferenceFlags(j) & RT_ACCESS_OPTIONAL) != RT_ACCESS_OPTIONAL ) in checkBlob()
1271 j, U2S(shortName(reader2.getReferenceTypeName(j)))); in checkBlob()
1727 sal_uInt32 i,j; in checkDifferences() local
1732 for (j=0; j<length2; j++) in checkDifferences()
1734 if ( subKeyNames1.getElement(i) == subKeyNames2.getElement(j) ) in checkDifferences()
1851 for (j=0; j<length1; j++) in checkDifferences()
1853 if ( subKeyNames2.getElement(i) == subKeyNames1.getElement(j) ) in checkDifferences()