Common Title

Description: the title included into all source code files.

The OlapReport_Prefix.pch File

#ifdef OLD_P5LIB
#  define kP5Workbook -1
#endif
#define DEBUG
#ifdef DEBUG
#  define LOGIT LOG(@"%s [Line %d]", __PRETTY_FUNCTION__, __LINE__);
#  define LOG(fmt, ...) NSLog(@"%s [Line %d], %@", __PRETTY_FUNCTION__, __LINE__, [NSString stringWithFormat:(fmt), ##__VA_ARGS__])
#  define DEALLOG
#else
#  define LOGIT NSLog(x, ...);
#  define LOG(fmt, ...)
#  define DEALLOG LOGIT
#endif
#ifdef __cplusplus
#  include "NFoundation.h"
#  include "NNetwork.h"
#endif
#ifdef __OBJC__
#  import <Foundation/Foundation.h>
#  import <UIKit/UIKit.h>
#  import <QuartzCore/QuartzCore.h>
#define LAST_HOST_KEY @"host"
#define LAST_LOGIN_KEY @"login"
#define LAST_PASSWORD_KEY @"password"
#define LAST_HTTPS_KEY @"httpsswitch"
#endif
#ifdef NFOUNDATION_DEBUG
#  define NSLogDebug(...)  NSLog(__VA_ARGS__)
#else
#  define NSLogDebug(...)
#endif
#define ADAPTIVE_POPOVER_WIDTH (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPad ? 400 : 320)
#define IS_IPAD (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPad)
#define __(key, comment) NSLocalizedString(key, comment)
#ifndef APPSTORE_VERSION
#  define CHART_ZOOM
#  define BUBBLECHARTI_INAPP
#endif
#define ALLOWTEMPVAR(x)
#define IS_IPAD (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPad)
#define HISTORY_FIELD  @"ReportsSettingsViewController::History"

See also:

Displaying of Express Report