Defines | Variables

fp_Run.cpp File Reference

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include "fp_Run.h"
#include "fp_TextRun.h"
#include "fl_DocLayout.h"
#include "fl_BlockLayout.h"
#include "fp_Line.h"
#include "fp_Column.h"
#include "fp_Page.h"
#include "pp_Property.h"
#include "gr_Graphics.h"
#include "pd_Document.h"
#include "gr_DrawArgs.h"
#include "pp_AttrProp.h"
#include "fd_Field.h"
#include "po_Bookmark.h"
#include "ut_debugmsg.h"
#include "ut_assert.h"
#include "ut_string.h"
#include "ut_std_string.h"
#include "ut_growbuf.h"
#include "ut_go_file.h"
#include "fp_TableContainer.h"
#include "fl_TableLayout.h"
#include "fl_FootnoteLayout.h"
#include "fp_FootnoteContainer.h"
#include "fl_AutoNum.h"
#include "fv_View.h"
#include "fl_TOCLayout.h"
#include "ap_Prefs.h"
#include "ap_Strings.h"
#include "xap_App.h"
#include "xap_Frame.h"
#include "gr_Painter.h"
#include "ut_sleep.h"
#include "fp_Fields.h"

Defines

#define NPOINTS   6
#define NPOINTS   4
#define _FIELD(type, desc, tag)
#define _FIELDTYPE(type, desc)   {FPFIELDTYPE_##type, NULL, desc},
#define xstr2(x)   #x
#define xstr(x)   xstr2(x)
#define _FIELD(type, desc, tag)   {FPFIELDTYPE_##type, FPFIELD_##tag, NULL, xstr(tag), desc},
#define _FIELDTYPE(type, desc)

Variables

static UT_RGBColor s_fgColor
fp_FieldTypeData fp_FieldTypes []
fp_FieldData fp_FieldFmts []

Define Documentation

#define _FIELD (   type,
  desc,
  tag 
)
#define _FIELD (   type,
  desc,
  tag 
)    {FPFIELDTYPE_##type, FPFIELD_##tag, NULL, xstr(tag), desc},
#define _FIELDTYPE (   type,
  desc 
)    {FPFIELDTYPE_##type, NULL, desc},
#define _FIELDTYPE (   type,
  desc 
)
#define NPOINTS   6
#define NPOINTS   4
#define xstr (   x  )     xstr2(x)
#define xstr2 (   x  )     #x

Variable Documentation