Lines Matching refs:OEvoabDriver

56 OEvoabDriver::OEvoabDriver(const Reference< XMultiServiceFactory >& _rxFactory) :  in OEvoabDriver()  function in OEvoabDriver
61 OEvoabDriver::~OEvoabDriver() in ~OEvoabDriver()
65 void OEvoabDriver::disposing() in disposing()
90 rtl::OUString OEvoabDriver::getImplementationName_Static( ) throw(RuntimeException) in getImplementationName_Static()
98 Sequence< ::rtl::OUString > OEvoabDriver::getSupportedServiceNames_Static( ) throw (RuntimeExcepti… in getSupportedServiceNames_Static()
107 ::rtl::OUString SAL_CALL OEvoabDriver::getImplementationName( ) throw(RuntimeException) in getImplementationName()
112 sal_Bool SAL_CALL OEvoabDriver::supportsService( const ::rtl::OUString& _rServiceName ) throw(Runti… in supportsService()
123 Sequence< ::rtl::OUString > SAL_CALL OEvoabDriver::getSupportedServiceNames( ) throw(RuntimeExcept… in getSupportedServiceNames()
131 return *(new OEvoabDriver(_rxFactory)); in OEvoabDriver_CreateInstance()
134 Reference< XConnection > SAL_CALL OEvoabDriver::connect( const ::rtl::OUString& url, const Sequence… in connect()
151 sal_Bool SAL_CALL OEvoabDriver::acceptsURL( const ::rtl::OUString& url ) in acceptsURL()
158 Sequence< DriverPropertyInfo > SAL_CALL OEvoabDriver::getPropertyInfo( const ::rtl::OUString& url, … in getPropertyInfo()
172 sal_Int32 SAL_CALL OEvoabDriver::getMajorVersion( ) throw(RuntimeException) in getMajorVersion()
177 sal_Int32 SAL_CALL OEvoabDriver::getMinorVersion( ) throw(RuntimeException) in getMinorVersion()
182 sal_Bool OEvoabDriver::acceptsURL_Stat( const ::rtl::OUString& url ) in acceptsURL_Stat()