LibreOffice Module connectivity (master) 1
|
#include <com/sun/star/util/DateTime.hpp>
#include <com/sun/star/sdbc/DataType.hpp>
#include <unotools/resmgr.hxx>
#include <time.h>
#include <premac.h>
#include <Carbon/Carbon.h>
#include <AddressBook/ABAddressBookC.h>
#include <postmac.h>
Go to the source code of this file.
Namespaces | |
namespace | connectivity |
namespace | connectivity::macab |
Functions | |
OUString | connectivity::macab::CFStringToOUString (const CFStringRef sOrig) |
CFStringRef | connectivity::macab::OUStringToCFString (const OUString &aString) |
css::util::DateTime | connectivity::macab::CFDateToDateTime (const CFDateRef _cfDate) |
OUString | connectivity::macab::fixLabel (const OUString &_originalLabel) |
sal_Int32 | connectivity::macab::ABTypeToDataType (const ABPropertyType _abType) |
void | connectivity::macab::impl_throwError (TranslateId pErrorId) |