Lines Matching refs:iList
1191 sal_Int32 iList = 0; in test_introsp() local
1192 while( pPropertyDefs[ iList ].pName ) in test_introsp()
1194 if( pPropertyDefs[ iList ].nConcept & nConcepts ) in test_introsp()
1196 iList++; in test_introsp()
1221 iList = 0; in test_introsp()
1227 while( pPropertyDefs[ iList ].pName ) in test_introsp()
1229 if( pPropertyDefs[ iList ].nConcept & nConcepts ) in test_introsp()
1231 iList++; in test_introsp()
1233 sal_Int32 iDemanded = iList; in test_introsp()
1234 iList++; in test_introsp()
1427 sal_Int32 iList = 0; in test_introsp() local
1428 while( pMethodDefs[ iList ].pName ) in test_introsp()
1430 if( pMethodDefs[ iList ].nConcept & nRealConcepts ) in test_introsp()
1432 iList++; in test_introsp()
1452 iList = 0; in test_introsp()
1466 while( pMethodDefs[ iList ].pName ) in test_introsp()
1468 if( pMethodDefs[ iList ].nConcept & nRealConcepts ) in test_introsp()
1470 iList++; in test_introsp()
1472 OString aDemandedName = pMethodDefs[ iList ].pName; in test_introsp()
1473 iList++; in test_introsp()