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.cxx192 makeAny( KabDriver::impl_getConfigurationSettingsPath() ), in impl_doAllowNewKDEVersion()
266 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()
353 Sequence< ::rtl::OUString > KabDriver::getSupportedServiceNames_Static( ) throw (RuntimeException) in getSupportedServiceNames_Static()
363 ::rtl::OUString SAL_CALL KabDriver::getImplementationName( ) throw(RuntimeException) in getImplementationName()
368 sal_Bool SAL_CALL KabDriver::supportsService( const ::rtl::OUString& _rServiceName ) throw(RuntimeE… in supportsService()
379 Sequence< ::rtl::OUString > SAL_CALL KabDriver::getSupportedServiceNames( ) throw(RuntimeException) in getSupportedServiceNames()
[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;
77KabDriver* 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()