LibreOffice Module connectivity (master) 1
|
#include <com/sun/star/sdbc/XDriver.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/frame/XTerminateListener.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <cppuhelper/compbase.hxx>
#include <osl/module.h>
Go to the source code of this file.
Classes | |
class | connectivity::macab::MacabImplModule |
class | connectivity::macab::MacabDriver |
Namespaces | |
namespace | connectivity |
namespace | connectivity::macab |
Macros | |
#define | MACAB_DRIVER_VERSION "0.1" |
#define | MACAB_DRIVER_VERSION_MAJOR 0 |
#define | MACAB_DRIVER_VERSION_MINOR 1 |
Typedefs | |
typedef void *SAL_CALL * | connectivity::macab::ConnectionFactoryFunction(void *_pDriver) |
typedef ::cppu::WeakComponentImplHelper< css::sdbc::XDriver, css::lang::XServiceInfo, css::frame::XTerminateListener > | connectivity::macab::MacabDriver_BASE |
#define MACAB_DRIVER_VERSION "0.1" |
Definition at line 30 of file MacabDriver.hxx.
#define MACAB_DRIVER_VERSION_MAJOR 0 |
Definition at line 31 of file MacabDriver.hxx.
#define MACAB_DRIVER_VERSION_MINOR 1 |
Definition at line 32 of file MacabDriver.hxx.