ReactOS 0.4.16-dev-297-gc569aee
|
#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 751 of file print.c.
Referenced by preview_exit().
Definition at line 549 of file print.c.
Referenced by OnCommand(), and preview_command().
Definition at line 243 of file print.c.
Referenced by print().
Definition at line 498 of file print.c.
Referenced by OnCommand().
Definition at line 694 of file print.c.
Referenced by print_preview().
|
static |
Definition at line 784 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 735 of file print.c.
Referenced by OnCommand().
Definition at line 730 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 578 of file print.c.
Referenced by close_preview(), and init_preview().
Definition at line 1203 of file print.c.
Referenced by WndProc().
Definition at line 995 of file print.c.
Referenced by preview_proc().
Definition at line 1016 of file print.c.
Referenced by WinMain().
|
static |
Definition at line 438 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 829 of file print.c.
Referenced by preview_proc().
Definition at line 537 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 410 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 972 of file print.c.
Referenced by preview_command(), and preview_proc().
Definition at line 166 of file print.c.
Referenced by dialog_printsetup().
Definition at line 176 of file print.c.
Referenced by add_ruler_units(), draw_margin_lines(), paint_ruler(), and preview_proc().
Definition at line 920 of file print.c.
Referenced by preview_command(), preview_proc(), and toggle_num_pages().
Definition at line 815 of file print.c.
Referenced by preview_command(), preview_proc(), and update_preview().
Definition at line 621 of file print.c.
Referenced by update_preview_sizes().
Definition at line 649 of file print.c.
Referenced by preview_command(), preview_proc(), and toggle_num_pages().
Definition at line 898 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(), DwmExtendFrameIntoClientArea(), EDIT_WM_SetFont(), CTrayWindow::FitToRebar(), get_print_rect(), 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 619 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().