ARB
|
Go to the source code of this file.
Macros | |
#define | AWAR_APRINT "tmp/aprint/" |
#define | AWAR_APRINT_TITLE AWAR_APRINT "title" |
#define | AWAR_APRINT_TEXT AWAR_APRINT "text" |
#define | AWAR_APRINT_PAPER_SIZE AWAR_APRINT "paper_size" |
#define | AWAR_APRINT_MAGNIFICATION AWAR_APRINT "magnification" |
#define | AWAR_APRINT_SX AWAR_APRINT "source_columns" |
#define | AWAR_APRINT_SY AWAR_APRINT "source_rows" |
#define | AWAR_APRINT_DX AWAR_APRINT "dest_cols" |
#define | AWAR_APRINT_DY AWAR_APRINT "dest_rows" |
#define | AWAR_APRINT_ORIENTATION AWAR_APRINT "orientation" |
#define | AWAR_APRINT_PAGES AWAR_APRINT "pages" |
#define | AWAR_APRINT_PRINTTO AWAR_APRINT "printto" |
#define | AWAR_APRINT_PRINTER AWAR_APRINT "printer" |
#define | AWAR_APRINT_FILE AWAR_APRINT "file" |
#define AWAR_APRINT "tmp/aprint/" |
Definition at line 15 of file awt_asciiprint.hxx.
#define AWAR_APRINT_TITLE AWAR_APRINT "title" |
Definition at line 16 of file awt_asciiprint.hxx.
Referenced by awt_aps_go(), and AWT_create_ascii_print_window().
#define AWAR_APRINT_TEXT AWAR_APRINT "text" |
Definition at line 17 of file awt_asciiprint.hxx.
Referenced by awt_aps_go(), awt_aps_text_changed(), and AWT_create_ascii_print_window().
#define AWAR_APRINT_PAPER_SIZE AWAR_APRINT "paper_size" |
Definition at line 18 of file awt_asciiprint.hxx.
Referenced by AWT_create_ascii_print_window().
#define AWAR_APRINT_MAGNIFICATION AWAR_APRINT "magnification" |
Definition at line 19 of file awt_asciiprint.hxx.
Referenced by awt_aps_calc_pages_needed(), awt_aps_go(), awt_aps_set_magnification_to_fit_xpage(), awt_aps_set_magnification_to_fit_ypage(), and AWT_create_ascii_print_window().
#define AWAR_APRINT_SX AWAR_APRINT "source_columns" |
Definition at line 20 of file awt_asciiprint.hxx.
Referenced by awt_aps_calc_pages_needed(), awt_aps_go(), awt_aps_set_magnification_to_fit_xpage(), awt_aps_text_changed(), and AWT_create_ascii_print_window().
#define AWAR_APRINT_SY AWAR_APRINT "source_rows" |
Definition at line 21 of file awt_asciiprint.hxx.
Referenced by awt_aps_calc_pages_needed(), awt_aps_go(), awt_aps_set_magnification_to_fit_ypage(), awt_aps_text_changed(), and AWT_create_ascii_print_window().
#define AWAR_APRINT_DX AWAR_APRINT "dest_cols" |
Definition at line 22 of file awt_asciiprint.hxx.
Referenced by awt_aps_calc_pages_needed(), awt_aps_set_magnification_to_fit_xpage(), and AWT_create_ascii_print_window().
#define AWAR_APRINT_DY AWAR_APRINT "dest_rows" |
Definition at line 23 of file awt_asciiprint.hxx.
Referenced by awt_aps_calc_pages_needed(), awt_aps_set_magnification_to_fit_ypage(), and AWT_create_ascii_print_window().
#define AWAR_APRINT_ORIENTATION AWAR_APRINT "orientation" |
Definition at line 24 of file awt_asciiprint.hxx.
Referenced by awt_aps_get_default_lines_per_page(), awt_aps_get_xy_ratio(), awt_aps_go(), and AWT_create_ascii_print_window().
#define AWAR_APRINT_PAGES AWAR_APRINT "pages" |
Definition at line 25 of file awt_asciiprint.hxx.
Referenced by awt_aps_calc_pages_needed(), and AWT_create_ascii_print_window().
#define AWAR_APRINT_PRINTTO AWAR_APRINT "printto" |
Definition at line 26 of file awt_asciiprint.hxx.
Referenced by aps_correct_filename(), awt_aps_go(), and AWT_create_ascii_print_window().
#define AWAR_APRINT_PRINTER AWAR_APRINT "printer" |
Definition at line 27 of file awt_asciiprint.hxx.
Referenced by awt_aps_go(), and AWT_create_ascii_print_window().
#define AWAR_APRINT_FILE AWAR_APRINT "file" |
Definition at line 28 of file awt_asciiprint.hxx.
Referenced by aps_correct_filename(), AWT_create_ascii_print_window(), and printFile().
Enumerator | |
---|---|
AWT_APRINT_ORIENTATION_PORTRAIT | |
AWT_APRINT_ORIENTATION_LANDSCAPE | |
AWT_APRINT_ORIENTATION_DOUBLE_PORTRAIT |
Definition at line 31 of file awt_asciiprint.hxx.
Enumerator | |
---|---|
AWT_APRINT_PAPERSIZE_A4 | |
AWT_APRINT_PAPERSIZE_US |
Definition at line 38 of file awt_asciiprint.hxx.
Enumerator | |
---|---|
AWT_APRINT_DEST_PRINTER | |
AWT_APRINT_DEST_FILE_PS | |
AWT_APRINT_DEST_FILE_ASCII | |
AWT_APRINT_DEST_PREVIEW |
Definition at line 43 of file awt_asciiprint.hxx.