Searched refs:KabDriver (Results 1 – 5 of 5) sorted by relevance
192 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 KabDriver331 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 …]
40 class KabDriver;107 KabConnection* createConnection( KabDriver* _pDriver ) const;153 class KabDriver : public KDriver_BASE class182 …KabDriver(const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& …
55 class KabDriver;77 … KabDriver* m_pDriver; // pointer to the owning driver object84 KabConnection(KabDriver* _pDriver);129 inline KabDriver* getDriver() const { return m_pDriver;} in getDriver()
106 KabDriver::getImplementationName_Static(), in component_getFactory()107 KabDriver::getSupportedServiceNames_Static(), in component_getFactory()108 &KabDriver::Create, in component_getFactory()
46 KabConnection::KabConnection(KabDriver* _pDriver) in KabConnection()320 KabConnection* pConnection = new KabConnection( static_cast< KabDriver* >( _pDriver ) ); in createKabConnection()