Home
last modified time | relevance | path

Searched refs:length1 (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/registry/tools/
H A Dregcompare.cxx1339 sal_uInt32 length1 = valueList1.getLength(); in checkValueDifference() local
1341 if ( length1 != length2 ) in checkValueDifference()
1346 for (sal_uInt32 i=0; i<length1; i++) in checkValueDifference()
1362 sal_uInt32 length1 = valueList1.getLength(); in checkValueDifference() local
1364 if ( length1 != length2 ) in checkValueDifference()
1369 for (sal_uInt32 i=0; i<length1; i++) in checkValueDifference()
1387 if ( length1 != length2 ) in checkValueDifference()
1392 for (sal_uInt32 i=0; i<length1; i++) in checkValueDifference()
1725 sal_uInt32 length1 = subKeyNames1.getLength(); in checkDifferences() local
1729 for (i=0; i<length1; i++) in checkDifferences()
[all …]
/aoo41x/main/extensions/test/ole/AxTestComponents/
H A DBasic.cpp781 long length1; in printMulArray() local
792 length1= ubound1 - lbound1 +1; in printMulArray()
802 for( long j= 0; j<length1; j++) in printMulArray()
834 length1= ubound1 - lbound1 +1; in printMulArray()
850 for( long k= 0; k<length1; k++) in printMulArray()

Completed in 65 milliseconds