#include "camtypes.h"
#include "prdlgctl.h"
#include "printprg.h"
#include "princomp.h"
#include "optsprin.h"
#include "printmsg.h"
#include "prnprefs.h"
#include "helpuser.h"
#include "camelot.h"
#include "ccdc.h"
#include "ctrlhelp.h"
#include "progress.h"
#include "unicdman.h"
#include "printctl.h"
#include "prnmks.h"
#include "psdc.h"
Go to the source code of this file.
Classes | |
struct | _NEW_DOCINFOA |
struct | _NEW_DOCINFOW |
struct | PaperSizesType |
Defines | |
#define | Swap(a, b) { (a)^=(b), (b)^=(a), (a)^=(b); } |
#define | DI_APPBANDING 0x0001 |
#define | IN_TO_MP(n) (MILLIPOINT((double(IN_MP_VAL)*n)+0.5)) |
#define | MM_TO_MP(n) (MILLIPOINT((double(MM_MP_VAL)*n)+0.5)) |
#define | wxPAPER_LISTEND ((UINT32)(-1)) |
Typedefs | |
typedef OnCommand OnCommand OnCommand OnPrintSetup struct _NEW_DOCINFOA | NEW_DOCINFOA |
typedef _NEW_DOCINFOW | NEW_DOCINFOW |
typedef NEW_DOCINFOA | NEW_DOCINFO |
Functions | |
ON_COMMAND_EX (_R(IDC_ALLOBJECTS), OnCommand) ON_COMMAND_EX(_R(IDC_SELECTEDOBJECTS) | |
OnCommand | ON_COMMAND_EX (_R(IDC_DPSBOTH), OnCommand) ON_COMMAND_EX(_R(IDC_DPSLEFTPAGES) |
OnCommand OnCommand | ON_COMMAND_EX (_R(IDC_DPSRIGHTPAGES), OnCommand) ON_COMMAND_EX(_R(IDC_PRINTOPTIONS) |
OnCommand OnCommand OnCommand | ON_COMMAND_EX (_R(IDC_PRINTHELP), OnCommand) ON_COMMAND(psh1 |
void | Beep () |
Makes a beep sound, stupid! | |
typedef | INT32 (FAR WINAPI *EXTDEVICEMODEPROC)(HWND |
Variables | |
PaperSizesType | pPaperSizes [] |
typedef | HANDLE |
typedef | LPDEVMODE |
typedef | LPSTR |
typedef | WORD |
|
Definition at line 192 of file prdlgctl.cpp. |
|
Definition at line 254 of file prdlgctl.cpp. |
|
Definition at line 255 of file prdlgctl.cpp. |
|
Definition at line 136 of file prdlgctl.cpp. |
|
Definition at line 258 of file prdlgctl.cpp. |
|
Definition at line 188 of file prdlgctl.cpp. |
|
|
|
|
|
Makes a beep sound, stupid!
Definition at line 693 of file compatdef.h.
|
|
This code will retrieve the system-wide DEVMODE settings of printer driver It is not too useful to us, as we want the application-wide settings that override the system-wide settings, and hence can be different |
|
|
|
|
|
|
|
|
|
Definition at line 1821 of file prdlgctl.cpp. |
|
Definition at line 1821 of file prdlgctl.cpp. |
|
Definition at line 1821 of file prdlgctl.cpp. |
|
|
|
Definition at line 1821 of file prdlgctl.cpp. |