Home
last modified time | relevance | path

Searched refs:pAllowedType (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/dbaccess/source/core/dataaccess/
H A DModelImpl.cxx511 Type* pAllowedType = aAllowedTypes.getArray(); in impl_construct_nothrow() local
512 *pAllowedType++ = ::getCppuType( static_cast< sal_Bool* >( NULL ) ); in impl_construct_nothrow()
513 *pAllowedType++ = ::getCppuType( static_cast< double* >( NULL ) ); in impl_construct_nothrow()
514 *pAllowedType++ = ::getCppuType( static_cast< ::rtl::OUString* >( NULL ) ); in impl_construct_nothrow()
515 *pAllowedType++ = ::getCppuType( static_cast< sal_Int32* >( NULL ) ); in impl_construct_nothrow()
516 *pAllowedType++ = ::getCppuType( static_cast< sal_Int16* >( NULL ) ); in impl_construct_nothrow()
517 *pAllowedType++ = ::getCppuType( static_cast< Sequence< Any >* >( NULL ) ); in impl_construct_nothrow()

Completed in 20 milliseconds