Lines Matching refs:ODriver

51 ODriver::ODriver(const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFacto…  in ODriver()  function in ODriver
64 ODriver::~ODriver() in ~ODriver()
70 void ODriver::disposing() in disposing()
87 rtl::OUString ODriver::getImplementationName_Static( ) throw(RuntimeException) in getImplementationName_Static()
92 Sequence< ::rtl::OUString > ODriver::getSupportedServiceNames_Static( ) throw (RuntimeException) in getSupportedServiceNames_Static()
102 return *(new ODriver(_rxFactory)); in ODriver_CreateInstance()
106 ::rtl::OUString SAL_CALL ODriver::getImplementationName( ) throw(RuntimeException) in getImplementationName()
112 sal_Bool SAL_CALL ODriver::supportsService( const ::rtl::OUString& _rServiceName ) throw(RuntimeExc… in supportsService()
124 Sequence< ::rtl::OUString > SAL_CALL ODriver::getSupportedServiceNames( ) throw(RuntimeException) in getSupportedServiceNames()
130 Reference< XConnection > SAL_CALL ODriver::connect( const ::rtl::OUString& url, const Sequence< Pro… in connect()
143 sal_Bool SAL_CALL ODriver::acceptsURL( const ::rtl::OUString& url ) in acceptsURL()
149 void ODriver::impl_checkURL_throw(const ::rtl::OUString& _sUrl) in impl_checkURL_throw()
159 Sequence< DriverPropertyInfo > SAL_CALL ODriver::getPropertyInfo( const ::rtl::OUString& url, const… in getPropertyInfo()
196 sal_Int32 SAL_CALL ODriver::getMajorVersion( ) throw(RuntimeException) in getMajorVersion()
201 sal_Int32 SAL_CALL ODriver::getMinorVersion( ) throw(RuntimeException) in getMinorVersion()
207 Reference< XTablesSupplier > SAL_CALL ODriver::getDataDefinitionByConnection( const Reference< ::co… in getDataDefinitionByConnection()
247 Reference< XTablesSupplier > SAL_CALL ODriver::getDataDefinitionByURL( const ::rtl::OUString& url, … in getDataDefinitionByURL()