Lines Matching refs:aVal

299 	Any aVal;  in initBlocks()  local
304 aVal <<= OUString::createFromAscii( "0xff" ); in initBlocks()
305 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0 ); in initBlocks()
306 aVal <<= OUString::createFromAscii( "255" ); in initBlocks()
307 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0 ); in initBlocks()
308 aVal <<= (sal_Int8)0xffu; in initBlocks()
309 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 0, 1, 0, 1, 1, 1, 0, 0, 0, 0 ); in initBlocks()
311 aVal <<= OUString::createFromAscii( "0x80" ); in initBlocks()
312 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0 ); in initBlocks()
313 aVal <<= OUString::createFromAscii( "128" ); in initBlocks()
314 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0 ); in initBlocks()
315 aVal <<= (sal_Int8)( 0x80u ); in initBlocks()
316 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 0, 1, 0, 1, 1, 1, 0, 0, 0, 0 ); in initBlocks()
318 aVal <<= OUString::createFromAscii( "0x7f" ); in initBlocks()
319 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0 ); in initBlocks()
320 aVal <<= OUString::createFromAscii( "127" ); in initBlocks()
321 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0 ); in initBlocks()
322 aVal <<= (sal_Int8)( 0x7f ); in initBlocks()
323 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0 ); in initBlocks()
325 aVal <<= OUString::createFromAscii( "5" ); in initBlocks()
326 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 0, 0, 0 ); in initBlocks()
327 aVal <<= OUString::createFromAscii( "+5" ); in initBlocks()
328 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0 ); in initBlocks()
329 aVal <<= (sal_Int8)( 5 ); in initBlocks()
330 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0 ); in initBlocks()
332 aVal <<= OUString::createFromAscii( "-5" ); in initBlocks()
333 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0 ); in initBlocks()
335 aVal <<= (sal_Int8)( -5 ); in initBlocks()
336 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 0, 1, 0, 1, 1, 1, 0, 0, 0, 0 ); in initBlocks()
338 aVal <<= OUString::createFromAscii( "256" ); in initBlocks()
339 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0 ); in initBlocks()
342 aVal <<= OUString::createFromAscii( "65535" ); in initBlocks()
343 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 ); in initBlocks()
344 aVal <<= OUString::createFromAscii( "0xffff" ); in initBlocks()
345 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 ); in initBlocks()
346 aVal <<= (sal_uInt16)( 0xffff ); in initBlocks()
347 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0 ); in initBlocks()
349 aVal <<= OUString::createFromAscii( "32768" ); in initBlocks()
350 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 ); in initBlocks()
351 aVal <<= (sal_uInt16)( 0x8000 ); in initBlocks()
352 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0 ); in initBlocks()
354 aVal <<= OUString::createFromAscii( "32767" ); in initBlocks()
355 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0 ); in initBlocks()
356 aVal <<= OUString::createFromAscii( "0x7fff" ); in initBlocks()
357 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0 ); in initBlocks()
358 aVal <<= (sal_uInt16)( 0x7fff ); in initBlocks()
359 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 0, 0, 0 ); in initBlocks()
361 aVal <<= OUString::createFromAscii( "256" ); in initBlocks()
362 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0 ); in initBlocks()
363 aVal <<= OUString::createFromAscii( "0x100" ); in initBlocks()
364 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0 ); in initBlocks()
365 aVal <<= (sal_uInt16)( 0x100 ); in initBlocks()
366 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 0, 0, 0 ); in initBlocks()
368 aVal <<= (sal_uInt16)( 5 ); in initBlocks()
369 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0 ); in initBlocks()
371 aVal <<= (sal_uInt16)( -5 ); // is 0xfffb in initBlocks()
372 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0 ); in initBlocks()
375 aVal <<= (sal_Int16)( -1 ); in initBlocks()
376 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 0, 1, 0, 1, 1, 1, 0, 0, 0, 0 ); in initBlocks()
378 aVal <<= (sal_Int16)( -0x8000 ); in initBlocks()
379 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0 ); in initBlocks()
381 aVal <<= (sal_Int16)( 0x7fff ); in initBlocks()
382 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 0, 0, 0 ); in initBlocks()
384 aVal <<= (sal_Int16)( 0x100 ); in initBlocks()
385 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 0, 0, 0 ); in initBlocks()
387 aVal <<= (sal_Int16)( 5 ); in initBlocks()
388 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0 ); in initBlocks()
390 aVal <<= (sal_Int16)( -5 ); in initBlocks()
391 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 0, 1, 0, 1, 1, 1, 0, 0, 0, 0 ); in initBlocks()
394 aVal <<= OUString::createFromAscii( "+4294967295" ); in initBlocks()
395 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 ); in initBlocks()
396 aVal <<= OUString::createFromAscii( "4294967295" ); in initBlocks()
397 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 ); in initBlocks()
398 aVal <<= OUString::createFromAscii( "0xffffffff" ); in initBlocks()
399 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 ); in initBlocks()
400 aVal <<= (sal_uInt32)( 0xffffffff ); in initBlocks()
401 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0 ); in initBlocks()
403 aVal <<= OUString::createFromAscii( "-2147483648" ); in initBlocks()
404 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0 ); in initBlocks()
405 aVal <<= OUString::createFromAscii( "-0x80000000" ); in initBlocks()
406 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0 ); in initBlocks()
408 aVal <<= (sal_uInt32)( 0x80000000 ); in initBlocks()
409 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0 ); in initBlocks()
411 aVal <<= OUString::createFromAscii( "2147483647" ); in initBlocks()
412 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0 ); in initBlocks()
413 aVal <<= OUString::createFromAscii( "0x7fffffff" ); in initBlocks()
414 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0 ); in initBlocks()
415 aVal <<= (sal_uInt32)( 0x7fffffff ); in initBlocks()
416 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0 ); in initBlocks()
418 aVal <<= OUString::createFromAscii( "65536" ); in initBlocks()
419 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0 ); in initBlocks()
420 aVal <<= OUString::createFromAscii( "0x10000" ); in initBlocks()
421 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0 ); in initBlocks()
422 aVal <<= (sal_uInt32)( 0x10000 ); in initBlocks()
423 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0 ); in initBlocks()
425 aVal <<= (sal_uInt32)( 0x8000 ); in initBlocks()
426 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0 ); in initBlocks()
428 aVal <<= (sal_uInt32)( 5 ); in initBlocks()
429 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0 ); in initBlocks()
431 aVal <<= OUString::createFromAscii( "0xfffffffb" ); in initBlocks()
432 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 ); in initBlocks()
433 aVal <<= (sal_uInt32)( -5 ); // is 0xfffffffb in initBlocks()
434 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0 ); in initBlocks()
437 aVal <<= (sal_Int32)( 0xffffffff ); // is -1 in initBlocks()
438 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 0, 1, 0, 1, 1, 1, 0, 0, 0, 0 ); in initBlocks()
440 aVal <<= (sal_Int32)( 0x80000000 ); in initBlocks()
441 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0 ); in initBlocks()
443 aVal <<= (sal_Int32)( 0x7fffffff ); in initBlocks()
444 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0 ); in initBlocks()
446 aVal <<= (sal_Int32)( 0x10000 ); in initBlocks()
447 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0 ); in initBlocks()
449 aVal <<= (sal_Int32)( -0x8001 ); in initBlocks()
450 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0 ); in initBlocks()
452 aVal <<= (sal_Int32)( 5 ); in initBlocks()
453 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0 ); in initBlocks()
455 aVal <<= (sal_Int32)( -5 ); in initBlocks()
456 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 0, 1, 0, 1, 1, 1, 0, 0, 0, 0 ); in initBlocks()
459 aVal <<= OUString::createFromAscii( "-3.4e+38" ); in initBlocks()
460 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ); in initBlocks()
461 aVal <<= (float)( MIN_FLOAT ); in initBlocks()
462 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 ); in initBlocks()
464 aVal <<= OUString::createFromAscii( "+3.4e+38" ); in initBlocks()
465 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ); in initBlocks()
466 aVal <<= (float)( MAX_FLOAT ); in initBlocks()
467 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 ); in initBlocks()
469 aVal <<= OUString::createFromAscii( "9e-20" ); in initBlocks()
470 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0 ); in initBlocks()
471 aVal <<= (float)( 9e-20 ); in initBlocks()
472 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0 ); in initBlocks()
474 aVal <<= OUString::createFromAscii( "+.7071067811865" ); in initBlocks()
475 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0 ); in initBlocks()
476 aVal <<= (float)( .7071067811865 ); in initBlocks()
477 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0 ); in initBlocks()
479 aVal <<= OUString::createFromAscii( "3.14159265359" ); in initBlocks()
480 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0 ); in initBlocks()
481 aVal <<= (float)( 3.14159265359 ); in initBlocks()
482 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0 ); in initBlocks()
484 aVal <<= (float)( 5 ); in initBlocks()
485 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0 ); in initBlocks()
488 aVal <<= OUString::createFromAscii( "-1.7976931348623155e+308" ); in initBlocks()
489 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ); in initBlocks()
490 aVal <<= (double)( MIN_DOUBLE ); in initBlocks()
491 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 ); in initBlocks()
493 aVal <<= OUString::createFromAscii( "1.7976931348623155e+308" ); in initBlocks()
494 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ); in initBlocks()
495 aVal <<= (double)( MAX_DOUBLE ); in initBlocks()
496 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 ); in initBlocks()
498 aVal <<= (double)( MIN_FLOAT ); in initBlocks()
499 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 ); in initBlocks()
501 aVal <<= (double)( MAX_FLOAT ); in initBlocks()
502 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 ); in initBlocks()
504 aVal <<= (double)( -((double)0x80000000) ); in initBlocks()
505 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0 ); in initBlocks()
507 aVal <<= (double)( -((double)0x80000001) ); in initBlocks()
508 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 ); in initBlocks()
510 aVal <<= (double)( 0x7fffffff ); in initBlocks()
511 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0 ); in initBlocks()
513 aVal <<= (double)( 0x80000000 ); in initBlocks()
514 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0 ); in initBlocks()
516 aVal <<= (double)( 0xffffffff ); in initBlocks()
517 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0 ); in initBlocks()
519 aVal <<= OUString::createFromAscii( "0x100000000" ); in initBlocks()
520 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ); in initBlocks()
522 aVal <<= (double)( SAL_CONST_INT64(0x100000000) ); in initBlocks()
523 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 ); in initBlocks()
526 aVal <<= (double)( 5 ); in initBlocks()
527 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0 ); in initBlocks()
531 aVal.setValue( &c, ::getCharCppuType() ); in initBlocks()
532 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0 ); in initBlocks()
534 aVal <<= OUString::createFromAscii( "A" ); in initBlocks()
535 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 ); in initBlocks()
538 aVal <<= OUString::createFromAscii( "0" ); in initBlocks()
539 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0 ); in initBlocks()
541 aVal <<= OUString::createFromAscii( "1" ); in initBlocks()
542 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0 ); in initBlocks()
544 aVal <<= OUString::createFromAscii( "False" ); in initBlocks()
545 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 ); in initBlocks()
547 aVal <<= OUString::createFromAscii( "true" ); in initBlocks()
548 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 ); in initBlocks()
552 aVal.setValue( &bTmp, getBooleanCppuType() ); in initBlocks()
553 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0 ); in initBlocks()
556 aVal <<= OUString(); in initBlocks()
557 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0 ); in initBlocks()
559 aVal <<= OUString::createFromAscii( "-" ); in initBlocks()
560 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 0, 0, 0 ); in initBlocks()
562 aVal <<= OUString::createFromAscii( "-0" ); in initBlocks()
563 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0 ); in initBlocks()
566 aVal <<= OUString::createFromAscii( "eNuM" ); in initBlocks()
567 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0 ); in initBlocks()
569 aVal <<= OUString::createFromAscii( "DOUBLE" ); in initBlocks()
570 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0 ); in initBlocks()
573 aVal.setValue( &e, ::getCppuType( (const TypeClass *)0 ) ); in initBlocks()
574 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 1, 0, 0 ); in initBlocks()
576 aVal.setValue( &e, ::getCppuType( (const FieldAccessMode *)0 ) ); in initBlocks()
577 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0 ); in initBlocks()
585 aVal <<= aINT32Seq; in initBlocks()
586 pTestBlocks[nElems++] = ConvBlock( aVal, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1 ); in initBlocks()
592 aVal <<= aINT32Seq2; in initBlocks()
593 pTestBlocks[nElems++] = ConvBlock( aVal, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 ); in initBlocks()
600 aVal <<= aAnySeq; in initBlocks()
601 pTestBlocks[nElems++] = ConvBlock( aVal, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 ); in initBlocks()
606 aVal <<= aAnySeq2; in initBlocks()
607 pTestBlocks[nElems++] = ConvBlock( aVal, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1 ); in initBlocks()
612 aVal <<= aAnySeq3; in initBlocks()
613 pTestBlocks[nElems++] = ConvBlock( aVal, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 ); in initBlocks()