20#ifndef INCLUDED_VCL_INC_QUARTZ_UTILS_H
21#define INCLUDED_VCL_INC_QUARTZ_UTILS_H
26#include <CoreFoundation/CoreFoundation.h>
27#include <Foundation/Foundation.h>
29#include <ApplicationServices/ApplicationServices.h>
31#include <CoreGraphics/CoreGraphics.h>
35#include <rtl/ustring.hxx>
44std::ostream &
operator <<(std::ostream& s,
const CGRect &rRect);
45std::ostream &
operator <<(std::ostream& s,
const CGPoint &rPoint);
46std::ostream &
operator <<(std::ostream& s,
const CGSize &rSize);
48std::ostream &
operator <<(std::ostream& s,
const CGAffineTransform &aXform);
49std::ostream &
operator <<(std::ostream& s, CGColorSpaceRef cs);
OUString GetOUString(CFStringRef)
OUString NSDictionaryKeysToOUString(NSDictionary *dict)
std::ostream & operator<<(std::ostream &s, const CGRect &rRect)
CFStringRef CreateCFString(const OUString &)
OUString NSStringArrayToOUString(NSArray *array)
NSString * CreateNSString(const OUString &)