Lines Matching refs:KabDriver
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 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()
384 Reference< XConnection > SAL_CALL KabDriver::connect( const ::rtl::OUString& url, const Sequence< P… in connect()
407 sal_Bool SAL_CALL KabDriver::acceptsURL( const ::rtl::OUString& url ) in acceptsURL()
419 Sequence< DriverPropertyInfo > SAL_CALL KabDriver::getPropertyInfo( const ::rtl::OUString&, const S… in getPropertyInfo()
425 sal_Int32 SAL_CALL KabDriver::getMajorVersion( ) throw(RuntimeException) in getMajorVersion()
430 sal_Int32 SAL_CALL KabDriver::getMinorVersion( ) throw(RuntimeException) in getMinorVersion()
435 void SAL_CALL KabDriver::queryTermination( const EventObject& ) throw (TerminationVetoException, Ru… in queryTermination()
440 void SAL_CALL KabDriver::notifyTermination( const EventObject& ) throw (RuntimeException) in notifyTermination()
445 void SAL_CALL KabDriver::disposing( const EventObject& ) throw (RuntimeException) in disposing()
450 const sal_Char* KabDriver::impl_getAsciiImplementationName() in impl_getAsciiImplementationName()
457 ::rtl::OUString KabDriver::impl_getConfigurationSettingsPath() in impl_getConfigurationSettingsPath()
465 Reference< XInterface > SAL_CALL KabDriver::Create( const Reference< XMultiServiceFactory >& _rxFa… in Create()
467 return *(new KabDriver(_rxFactory)); in Create()