Searched refs:SkeletonDriver (Results 1 – 5 of 5) sorted by relevance
40 return *(new SkeletonDriver()); in SkeletonDriver_CreateInstance()45 SkeletonDriver::SkeletonDriver() in SkeletonDriver() function in SkeletonDriver50 void SkeletonDriver::disposing() in disposing()68 rtl::OUString SkeletonDriver::getImplementationName_Static( ) throw(RuntimeException) in getImplementationName_Static()75 Sequence< ::rtl::OUString > SkeletonDriver::getSupportedServiceNames_Static( ) throw (RuntimeExcep… in getSupportedServiceNames_Static()85 ::rtl::OUString SAL_CALL SkeletonDriver::getImplementationName( ) throw(RuntimeException) in getImplementationName()91 sal_Bool SAL_CALL SkeletonDriver::supportsService( const ::rtl::OUString& _rServiceName ) throw(Run… in supportsService()103 Sequence< ::rtl::OUString > SAL_CALL SkeletonDriver::getSupportedServiceNames( ) throw(RuntimeExce… in getSupportedServiceNames()120 sal_Bool SAL_CALL SkeletonDriver::acceptsURL( const ::rtl::OUString& url ) in acceptsURL()134 sal_Int32 SAL_CALL SkeletonDriver::getMajorVersion( ) throw(RuntimeException) in getMajorVersion()[all …]
52 class SkeletonDriver;84 SkeletonDriver* m_pDriver; // Pointer to the owning97 OConnection(SkeletonDriver* _pDriver);138 inline SkeletonDriver* getDriver() const { return m_pDriver;} in getDriver()
159 SkeletonDriver::getImplementationName_Static(), in component_getFactory()160 SkeletonDriver::getSupportedServiceNames_Static(), in component_getFactory()
41 class SkeletonDriver : public ODriver_BASE class50 SkeletonDriver();
43 OConnection::OConnection(SkeletonDriver* _pDriver) in OConnection()
Completed in 23 milliseconds