LibreOffice Module connectivity (master) 1
Classes | Namespaces | Macros | Typedefs
MacabDriver.hxx File Reference
#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>
Include dependency graph for MacabDriver.hxx:
This graph shows which files directly or indirectly include this file:

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
 

Macro Definition Documentation

◆ MACAB_DRIVER_VERSION

#define MACAB_DRIVER_VERSION   "0.1"

Definition at line 30 of file MacabDriver.hxx.

◆ MACAB_DRIVER_VERSION_MAJOR

#define MACAB_DRIVER_VERSION_MAJOR   0

Definition at line 31 of file MacabDriver.hxx.

◆ MACAB_DRIVER_VERSION_MINOR

#define MACAB_DRIVER_VERSION_MINOR   1

Definition at line 32 of file MacabDriver.hxx.