LibreOffice Module vcl (master) 1
Functions
utils.h File Reference
#include <iostream>
#include <premac.h>
#include <CoreFoundation/CoreFoundation.h>
#include <Foundation/Foundation.h>
#include <CoreGraphics/CoreGraphics.h>
#include <postmac.h>
#include <rtl/ustring.hxx>
Include dependency graph for utils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

OUString GetOUString (CFStringRef)
 
OUString GetOUString (const NSString *)
 
CFStringRef CreateCFString (const OUString &)
 
NSString * CreateNSString (const OUString &)
 
OUString NSStringArrayToOUString (NSArray *array)
 
OUString NSDictionaryKeysToOUString (NSDictionary *dict)
 
std::ostream & operator<< (std::ostream &s, const CGRect &rRect)
 
std::ostream & operator<< (std::ostream &s, const CGPoint &rPoint)
 
std::ostream & operator<< (std::ostream &s, const CGSize &rSize)
 
std::ostream & operator<< (std::ostream &s, CGColorRef pSize)
 
std::ostream & operator<< (std::ostream &s, const CGAffineTransform &aXform)
 
std::ostream & operator<< (std::ostream &s, CGColorSpaceRef cs)
 

Function Documentation

◆ CreateCFString()

CFStringRef CreateCFString ( const OUString &  )

◆ CreateNSString()

NSString * CreateNSString ( const OUString &  )

◆ GetOUString() [1/2]

OUString GetOUString ( CFStringRef  )

◆ GetOUString() [2/2]

OUString GetOUString ( const NSString *  )

◆ NSDictionaryKeysToOUString()

OUString NSDictionaryKeysToOUString ( NSDictionary *  dict)

◆ NSStringArrayToOUString()

OUString NSStringArrayToOUString ( NSArray *  array)

◆ operator<<() [1/6]

std::ostream & operator<< ( std::ostream &  s,
CGColorRef  pSize 
)

◆ operator<<() [2/6]

std::ostream & operator<< ( std::ostream &  s,
CGColorSpaceRef  cs 
)

◆ operator<<() [3/6]

std::ostream & operator<< ( std::ostream &  s,
const CGAffineTransform &  aXform 
)

◆ operator<<() [4/6]

std::ostream & operator<< ( std::ostream &  s,
const CGPoint &  rPoint 
)

◆ operator<<() [5/6]

std::ostream & operator<< ( std::ostream &  s,
const CGRect &  rRect 
)

◆ operator<<() [6/6]

std::ostream & operator<< ( std::ostream &  s,
const CGSize &  rSize 
)