Searched refs:DBTypeDetection (Results 1 – 1 of 1) sorted by relevance
105 class DBTypeDetection : public ::cppu::WeakImplHelper2< XExtendedFilterDetection, XServiceInfo> class110 DBTypeDetection(const Reference< XMultiServiceFactory >&);129 DBTypeDetection::DBTypeDetection(const Reference< XMultiServiceFactory >& _rxFactory) in DBTypeDetection() function in dbaxml::DBTypeDetection134 ::rtl::OUString SAL_CALL DBTypeDetection::detect( ::com::sun::star::uno::Sequence< ::com::sun::star… in detect()195 Reference< XInterface > SAL_CALL DBTypeDetection::Create( const Reference< XMultiServiceFactory > … in Create()197 return *(new DBTypeDetection(rSMgr)); in Create()201 ::rtl::OUString SAL_CALL DBTypeDetection::getImplementationName() throw( ) in getImplementationName()208 sal_Bool SAL_CALL DBTypeDetection::supportsService(const ::rtl::OUString& ServiceName) throw( ) in supportsService()220 Sequence< ::rtl::OUString > SAL_CALL DBTypeDetection::getSupportedServiceNames(void) throw( ) in getSupportedServiceNames()226 Sequence< ::rtl::OUString > DBTypeDetection::getSupportedServiceNames_Static(void) throw( ) in getSupportedServiceNames_Static()[all …]
Completed in 30 milliseconds