Defines

ap_Dialog_Paragraph.cpp File Reference

#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <math.h>
#include "ap_Features.h"
#include "ut_assert.h"
#include "ut_string.h"
#include "ut_growbuf.h"
#include "ut_debugmsg.h"
#include "ut_units.h"
#include "xap_App.h"
#include "xap_Dialog_Id.h"
#include "xap_DialogFactory.h"
#include "xap_Prefs.h"
#include "ap_Strings.h"
#include "fv_View.h"
#include "fl_DocLayout.h"
#include "fl_BlockLayout.h"
#include "fp_PageSize.h"
#include "fp_Run.h"
#include "ap_Preview_Paragraph.h"
#include "ap_Dialog_Paragraph.h"
#include "ap_Prefs_SchemeIds.h"
#include "pp_Property.h"

Defines

#define ALLOC_PROP_PAIR(p)
#define NUM_CHARS_FOR_SAMPLE   100
#define SPIN_INCR_IN   0.1
#define SPIN_INCR_CM   0.5
#define SPIN_INCR_PI   6.0
#define SPIN_INCR_PT   1.0
#define SPIN_INCR_none   0.1

Define Documentation

#define ALLOC_PROP_PAIR (   p  ) 
Value:
do {                                                \
            p = (propPair *) UT_calloc(1, sizeof(propPair));    \
            if (!p) return false;                       \
        } while (0)                                         \

Referenced by AP_Dialog_Paragraph::getDialogData().

#define NUM_CHARS_FOR_SAMPLE   100
#define SPIN_INCR_CM   0.5
#define SPIN_INCR_IN   0.1
#define SPIN_INCR_none   0.1
#define SPIN_INCR_PI   6.0
#define SPIN_INCR_PT   1.0