ReactOS
0.4.15-dev-4873-gb671b1c
|
#include <stdarg.h>
#include <windef.h>
#include <winbase.h>
#include <winreg.h>
#include <wingdi.h>
#include <winuser.h>
#include <richedit.h>
#include <commctrl.h>
#include <commdlg.h>
#include "wordpad.h"
Go to the source code of this file.
Classes | |
struct | _previewinfo |
Typedefs | |
typedef struct _previewinfo | previewinfo |
typedef struct _previewinfo * | ppreviewinfo |
Variables | |
static HGLOBAL | devMode |
static HGLOBAL | devNames |
static RECT | margins |
static previewinfo | preview |
const WCHAR | wszPreviewWndClass [] |
static const WCHAR | var_pagemargin [] = {'P','a','g','e','M','a','r','g','i','n',0} |
static const WCHAR | var_previewpages [] = {'P','r','e','v','i','e','w','P','a','g','e','s',0} |
static const int | min_spacing = 10 |
typedef struct _previewinfo * ppreviewinfo |
typedef struct _previewinfo previewinfo |
|
static |
Definition at line 302 of file print.c.
Referenced by paint_ruler().
Definition at line 121 of file print.c.
Referenced by preview_bar_show().
Definition at line 171 of file print.c.
Referenced by add_ruler_units(), dialog_printsetup(), and get_print_rect().
|
static |
Definition at line 269 of file print.c.
Referenced by print().
Definition at line 753 of file print.c.
Referenced by preview_exit().
Definition at line 551 of file print.c.
Referenced by OnCommand(), and preview_command().
Definition at line 500 of file print.c.
Referenced by OnCommand().
Definition at line 696 of file print.c.
Referenced by print_preview().
|
static |
Definition at line 786 of file print.c.
Referenced by update_preview().
Definition at line 63 of file print.c.
Referenced by dialog_print_to_file().
Definition at line 187 of file print.c.
Referenced by paint_ruler(), preview_proc(), print(), and target_device().
Definition at line 283 of file print.c.
Referenced by dialog_print(), and dialog_printsetup().
Definition at line 737 of file print.c.
Referenced by OnCommand().
Definition at line 732 of file print.c.
Referenced by draw_preview(), preview_page_hittest(), print_preview(), update_preview_buttons(), and update_preview_statusbar().
Definition at line 145 of file print.c.
Referenced by paint_ruler(), preview_proc(), print_quick(), target_device(), and update_preview().
Definition at line 377 of file print.c.
Referenced by ruler_proc().
Definition at line 580 of file print.c.
Referenced by close_preview(), and init_preview().
Definition at line 1205 of file print.c.
Referenced by WndProc().
Definition at line 997 of file print.c.
Referenced by preview_proc().
Definition at line 1018 of file print.c.
Referenced by WinMain().
|
static |
Definition at line 440 of file print.c.
Referenced by ctype< char >::classic_table(), dialog_print(), main(), print_client(), print_proxy(), print_quick(), print_server(), and printrules().
Definition at line 831 of file print.c.
Referenced by preview_proc().
Definition at line 539 of file print.c.
Referenced by OnCommand().
Definition at line 288 of file print.c.
Referenced by OnSize(), and update_ruler().
Definition at line 90 of file print.c.
Referenced by registry_read_options().
Definition at line 105 of file print.c.
Referenced by registry_read_options().
Definition at line 85 of file print.c.
Referenced by registry_set_options().
Definition at line 99 of file print.c.
Referenced by registry_set_options().
Definition at line 412 of file print.c.
Referenced by WinMain().
Definition at line 209 of file print.c.
Referenced by dialog_viewproperties(), OnCommand(), set_fileformat(), and WinMain().
Definition at line 974 of file print.c.
Referenced by preview_command(), and preview_proc().
Definition at line 176 of file print.c.
Referenced by add_ruler_units(), draw_margin_lines(), paint_ruler(), and preview_proc().
Definition at line 922 of file print.c.
Referenced by preview_command(), preview_proc(), and toggle_num_pages().
Definition at line 817 of file print.c.
Referenced by preview_command(), preview_proc(), and update_preview().
Definition at line 623 of file print.c.
Referenced by update_preview_sizes().
Definition at line 651 of file print.c.
Referenced by preview_command(), preview_proc(), and toggle_num_pages().
Definition at line 900 of file print.c.
Referenced by update_preview().
Definition at line 296 of file print.c.
Referenced by dialog_print(), and dialog_printsetup().
|
static |
Definition at line 52 of file print.c.
Referenced by dialog_print(), dialog_printsetup(), get_default_printer_opts(), make_dc(), and START_TEST().
|
static |
Definition at line 53 of file print.c.
Referenced by dialog_print(), dialog_printsetup(), get_default_printer_opts(), and make_dc().
|
static |
Definition at line 55 of file print.c.
Referenced by dialog_printsetup(), draw_margin_lines(), CTrayWindow::FitToRebar(), get_print_rect(), GetPrintingRect(), paint_ruler(), paint_scrollbar(), PB_ThemedPaint(), preview_proc(), print(), registry_read_pagemargins(), registry_set_pagemargins(), test_margins_default(), test_margins_font_change(), test_margins_usefontinfo(), and update_preview().
Definition at line 621 of file print.c.
Referenced by update_preview_scrollbars(), and update_preview_sizes().
|
static |
Definition at line 56 of file print.c.
Referenced by close_preview(), draw_margin_lines(), draw_preview(), GifEncoder_SetPreview(), init_preview(), is_last_preview_page(), match_smart_tee_pin(), MSI_ClosePreview(), MSI_EnableUIPreview(), MSI_PreviewDialogW(), MsiEnableUIPreview(), MsiPreviewDialogW(), preview_bar_show(), preview_command(), preview_isactive(), preview_page_hittest(), preview_proc(), print_preview(), registry_read_previewpages(), registry_set_previewpages(), test_invalid_functions(), timelinegrp_GetPreviewMode(), timelinegrp_SetPreviewMode(), toggle_num_pages(), update_preview(), update_preview_buttons(), update_preview_scrollbars(), update_preview_sizes(), and update_preview_statusbar().
Definition at line 60 of file print.c.
Referenced by registry_read_pagemargins(), and registry_set_pagemargins().
Definition at line 61 of file print.c.
Referenced by registry_read_previewpages(), and registry_set_previewpages().