Home
last modified time | relevance | path

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

/aoo41x/main/connectivity/source/drivers/kab/
H A DKDriver.cxx266 aMessage.append( KabDriver::impl_getConfigurationSettingsPath() ); in impl_throwKdeTooNewException()
281 KabConnection* KabImplModule::createConnection( KabDriver* _pDriver ) const in createConnection()
307 KabDriver::KabDriver( in KabDriver() function in KabDriver
331 void KabDriver::disposing() in disposing()
348 rtl::OUString KabDriver::getImplementationName_Static( ) throw(RuntimeException) in getImplementationName_Static()
407 sal_Bool SAL_CALL KabDriver::acceptsURL( const ::rtl::OUString& url ) in acceptsURL()
425 sal_Int32 SAL_CALL KabDriver::getMajorVersion( ) throw(RuntimeException) in getMajorVersion()
430 sal_Int32 SAL_CALL KabDriver::getMinorVersion( ) throw(RuntimeException) in getMinorVersion()
450 const sal_Char* KabDriver::impl_getAsciiImplementationName() in impl_getAsciiImplementationName()
457 ::rtl::OUString KabDriver::impl_getConfigurationSettingsPath() in impl_getConfigurationSettingsPath()
[all …]
H A DKDriver.hxx40 class KabDriver;
107 KabConnection* createConnection( KabDriver* _pDriver ) const;
153 class KabDriver : public KDriver_BASE class
182KabDriver(const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& …
H A DKConnection.hxx55 class KabDriver;
77 KabDriver* m_pDriver; // pointer to the owning driver object
84 KabConnection(KabDriver* _pDriver);
129 inline KabDriver* getDriver() const { return m_pDriver;} in getDriver()
H A DKServices.cxx106 KabDriver::getImplementationName_Static(), in component_getFactory()
107 KabDriver::getSupportedServiceNames_Static(), in component_getFactory()
108 &KabDriver::Create, in component_getFactory()
H A DKConnection.cxx46 KabConnection::KabConnection(KabDriver* _pDriver) in KabConnection()
320 KabConnection* pConnection = new KabConnection( static_cast< KabDriver* >( _pDriver ) ); in createKabConnection()

Completed in 27 milliseconds