Lines Matching refs:Handle

180 …          OSL_ENSURE( pP[i].Handle        == getPropertyTable1()[i].Handle, "Handle not correct" );  in test_PropertyArrayHelper()
198 OSL_ENSURE( pP[i].Handle == getPropertyTable2()[a[i]].Handle, "Handle not correct" ); in test_PropertyArrayHelper()
215 OSL_ENSURE( pP[i].Handle == getPropertyTable3()[a[i]].Handle, "Handle not correct" ); in test_PropertyArrayHelper()
229 OSL_ENSURE( aP.Handle == getPropertyTable1()[i].Handle, "Handle not correct" ); in test_PropertyArrayHelper()
250 sal_Int32 Handle = a1.getHandleByName( getPropertyTable1()[i].Name ); in test_PropertyArrayHelper() local
251 OSL_ENSURE( Handle == getPropertyTable1()[i].Handle, "Handle not correct" ); in test_PropertyArrayHelper()
253 sal_Int32 Handle = a1.getHandleByName( OUString( RTL_CONSTASCII_USTRINGPARAM("asdaf") ) ); in test_PropertyArrayHelper() local
254 OSL_ENSURE( Handle == -1, "Handle not correct" ); in test_PropertyArrayHelper()
265 …Bool b = a1.fillPropertyMembersByHandle( &aPropName, &nAttributes, getPropertyTable1()[i].Handle ); in test_PropertyArrayHelper()
277 …Bool b = a1.fillPropertyMembersByHandle( &aPropName, &nAttributes, getPropertyTable4()[i].Handle ); in test_PropertyArrayHelper()
297 OSL_ENSURE( Handles[0] == getPropertyTable1()[0].Handle, "Handle not correct" ); in test_PropertyArrayHelper()
298 OSL_ENSURE( Handles[1] == getPropertyTable1()[3].Handle, "Handle not correct" ); in test_PropertyArrayHelper()
299 OSL_ENSURE( Handles[2] == getPropertyTable1()[5].Handle, "Handle not correct" ); in test_PropertyArrayHelper()