Home
last modified time | relevance | path

Searched refs:OFileDriver (Results 1 – 8 of 8) sorted by relevance

/aoo42x/main/connectivity/source/drivers/file/
H A DFDriver.cxx45 OFileDriver::OFileDriver(const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServ… in OFileDriver() function in OFileDriver
52 void OFileDriver::disposing() in disposing()
71 rtl::OUString OFileDriver::getImplementationName_Static( ) throw(RuntimeException) in getImplementationName_Static()
76 Sequence< ::rtl::OUString > OFileDriver::getSupportedServiceNames_Static( ) throw (RuntimeExceptio… in getSupportedServiceNames_Static()
85 ::rtl::OUString SAL_CALL OFileDriver::getImplementationName( ) throw(RuntimeException) in getImplementationName()
91 sal_Bool SAL_CALL OFileDriver::supportsService( const ::rtl::OUString& _rServiceName ) throw(Runtim… in supportsService()
103 Sequence< ::rtl::OUString > SAL_CALL OFileDriver::getSupportedServiceNames( ) throw(RuntimeExcepti… in getSupportedServiceNames()
109 Reference< XConnection > SAL_CALL OFileDriver::connect( const ::rtl::OUString& url, const Sequence<… in connect()
123 sal_Bool SAL_CALL OFileDriver::acceptsURL( const ::rtl::OUString& url ) in acceptsURL()
193 sal_Int32 SAL_CALL OFileDriver::getMajorVersion( ) throw(RuntimeException) in getMajorVersion()
[all …]
H A DFConnection.cxx62 OConnection::OConnection(OFileDriver* _pDriver) in OConnection()
/aoo42x/main/connectivity/source/inc/file/
H A DFConnection.hxx50 class OFileDriver;
67 OFileDriver* m_pDriver; // Pointer to the owning
86 OConnection(OFileDriver* _pDriver);
138 inline OFileDriver* getDriver() const { return m_pDriver; } in getDriver()
H A DFDriver.hxx42 class OOO_DLLPUBLIC_FILE SAL_NO_VTABLE OFileDriver : public ODriver_BASE class
52OFileDriver(const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >…
/aoo42x/main/connectivity/source/inc/calc/
H A DCDriver.hxx38 class ODriver : public file::OFileDriver
43 file::OFileDriver(_rxFactory){} in ODriver()
/aoo42x/main/connectivity/source/inc/dbase/
H A DDDriver.hxx38 class ODriver : public file::OFileDriver
41 …ence< ::com::sun::star::lang::XMultiServiceFactory >& _rxFactory) : file::OFileDriver(_rxFactory){} in ODriver()
/aoo42x/main/connectivity/source/inc/flat/
H A DEDriver.hxx38 class ODriver : public file::OFileDriver
41 …ence< ::com::sun::star::lang::XMultiServiceFactory >& _rxFactory) : file::OFileDriver(_rxFactory){} in ODriver()
/aoo42x/main/connectivity/source/drivers/flat/
H A DEDriver.cxx131 return ::comphelper::concatSequences(OFileDriver::getPropertyInfo(url,info ), in getPropertyInfo()

Completed in 40 milliseconds