#include "NDatabaseMetaData.hxx"
#include "NConnection.hxx"
#include "NResultSet.hxx"
#include <propertyids.hxx>
#include <strings.hrc>
#include <com/sun/star/beans/PropertyAttribute.hpp>
#include <com/sun/star/sdb/ErrorCondition.hpp>
#include <com/sun/star/sdbc/FetchDirection.hpp>
#include <com/sun/star/sdbc/ResultSetConcurrency.hpp>
#include <com/sun/star/sdbc/ResultSetType.hpp>
#include <comphelper/sequence.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <connectivity/dbexception.hxx>
#include <connectivity/sqlerror.hxx>
#include <rtl/string.hxx>
#include <sal/log.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <unotools/syslocale.hxx>
#include <unotools/intlwrapper.hxx>
#include <unotools/collatorwrapper.hxx>
#include <cstring>
Go to the source code of this file.
|
static OUString | connectivity::evoab::valueToOUString (GValue &_rValue) |
|
static bool | connectivity::evoab::valueToBool (GValue &_rValue) |
|
static int | connectivity::evoab::whichAddress (int value) |
|
static EContactAddress * | connectivity::evoab::getDefaultContactAddress (EContact *pContact, int *value) |
|
static EContactAddress * | connectivity::evoab::getContactAddress (EContact *pContact, int *address_enum) |
|
static bool | connectivity::evoab::handleSplitAddress (EContact *pContact, GValue *pStackValue, int value) |
|
static bool | connectivity::evoab::getValue (EContact *pContact, sal_Int32 nColumnNum, GType nType, GValue *pStackValue, bool &_out_rWasNull) |
|
static int | connectivity::evoab::CompareContacts (gconstpointer _lhs, gconstpointer _rhs, gpointer _userData) |
|
◆ m_pContacts