Lines Matching refs:rBlock
632 const ConvBlock& rBlock = pTestBlocks[nPos]; in test_Conversion() local
633 const Any & rVal = rBlock._value; in test_Conversion()
635 convertTo( ::getCppuType( (const OUString *)0 ), rVal, rBlock._toString ); in test_Conversion()
636 convertTo( ::getCppuType( (const float *)0 ), rVal, rBlock._toFloat ); in test_Conversion()
637 convertTo( ::getCppuType( (const double *)0 ), rVal, rBlock._toDouble ); in test_Conversion()
638 convertTo( ::getCppuType( (const sal_uInt32 *)0 ), rVal, rBlock._toUINT32 ); in test_Conversion()
639 convertTo( ::getCppuType( (const sal_Int32 *)0 ), rVal, rBlock._toINT32 ); in test_Conversion()
640 convertTo( ::getCppuType( (const sal_uInt16 *)0 ), rVal, rBlock._toUINT16 ); in test_Conversion()
641 convertTo( ::getCppuType( (const sal_Int16 *)0 ), rVal, rBlock._toINT16 ); in test_Conversion()
642 convertTo( ::getCppuType( (const sal_Int8 *)0 ), rVal, rBlock._toBYTE ); in test_Conversion()
643 convertTo( ::getBooleanCppuType(), rVal, rBlock._toBOOL ); in test_Conversion()
644 convertTo( ::getCharCppuType(), rVal, rBlock._toChar ); in test_Conversion()
645 convertTo( ::getCppuType( (const TypeClass *)0 ), rVal, rBlock._toTypeClass ); in test_Conversion()
646 convertTo( ::getCppuType( (const Sequence< sal_Int16 > *)0 ), rVal, rBlock._toSeqINT16 ); in test_Conversion()
647 convertTo( ::getCppuType( (const Sequence< Any > *)0 ), rVal, rBlock._toSeqAny ); in test_Conversion()