Lines Matching refs:getCppuType

573 	aVal.setValue( &e, ::getCppuType( (const TypeClass *)0 ) );  in initBlocks()
576 aVal.setValue( &e, ::getCppuType( (const FieldAccessMode *)0 ) ); in initBlocks()
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()
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()
656 …aRet = xConverter->convertTo( Any( &xMgr, ::getCppuType( (const Reference< XMultiServiceFactory > … in test_Conversion()
657 ::getCppuType( (const Reference< XServiceInfo > *)0 ) ); in test_Conversion()
658 …aRet = xConverter->convertTo( aRet, ::getCppuType( (const Reference< XMultiServiceFactory > *)0 ) … in test_Conversion()
659 aRet = xConverter->convertTo( aRet, ::getCppuType( (const Reference< XServiceInfo > *)0 ) ); in test_Conversion()
661 aRet = xConverter->convertTo( aRet, ::getCppuType( (const sal_uInt64 *)0 ) ); in test_Conversion()
664 aRet = xConverter->convertTo( aRet, ::getCppuType( (const sal_uInt64 *)0 ) ); in test_Conversion()
667 aRet = xConverter->convertTo( aRet, ::getCppuType( (const sal_Int8 *)0 ) ); in test_Conversion()