ReactOS 0.4.16-dev-734-g364d6e0
|
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "winerror.h"
#include "wingdi.h"
#include "winuser.h"
#include "winnls.h"
#include "oledlg.h"
#include "oledlg_private.h"
#include "resource.h"
#include "wine/debug.h"
Go to the source code of this file.
Classes | |
struct | ps_struct_t |
struct | ps_flag |
Macros | |
#define | COBJMACROS |
#define | NONAMELESSUNION |
#define | PS_FLAG_ENTRY(p) {p, #p} |
Variables | |
static const struct ps_flag | ps_flags [] |
#define COBJMACROS |
Definition at line 21 of file pastespl.c.
#define NONAMELESSUNION |
Definition at line 22 of file pastespl.c.
|
static |
Definition at line 196 of file pastespl.c.
Referenced by init_linklist(), and init_pastelist().
|
static |
Definition at line 84 of file pastespl.c.
Referenced by OleUIPasteSpecialW().
Definition at line 70 of file pastespl.c.
Referenced by dump_pastespecial().
|
static |
|
static |
Definition at line 140 of file pastespl.c.
Referenced by ps_dlg_proc().
|
static |
Definition at line 259 of file pastespl.c.
Referenced by init_lists().
|
static |
Definition at line 322 of file pastespl.c.
Referenced by ps_dlg_proc().
|
static |
Definition at line 215 of file pastespl.c.
Referenced by init_lists().
|
static |
Definition at line 460 of file pastespl.c.
Referenced by ps_dlg_proc().
UINT WINAPI OleUIPasteSpecialA | ( | LPOLEUIPASTESPECIALA | psA | ) |
Definition at line 635 of file pastespl.c.
UINT WINAPI OleUIPasteSpecialW | ( | LPOLEUIPASTESPECIALW | ps | ) |
Definition at line 693 of file pastespl.c.
Referenced by OleUIPasteSpecialA().
|
static |
Definition at line 478 of file pastespl.c.
Referenced by ps_dlg_proc().
Definition at line 511 of file pastespl.c.
Referenced by OleUIPasteSpecialW().
|
static |
Definition at line 454 of file pastespl.c.
Referenced by mode_change(), and ps_dlg_proc().
|
static |
Definition at line 483 of file pastespl.c.
Referenced by ps_dlg_proc().
|
static |
Definition at line 388 of file pastespl.c.
Referenced by selection_change().
Definition at line 295 of file pastespl.c.
Referenced by init_lists(), and mode_change().
|
static |
Definition at line 405 of file pastespl.c.
Referenced by selection_change().
|
static |
Definition at line 365 of file pastespl.c.
Referenced by mode_change(), and ps_dlg_proc().
|
static |
Definition at line 488 of file pastespl.c.
Referenced by ps_dlg_proc().
WINE_DEFAULT_DEBUG_CHANNEL | ( | ole | ) |
Referenced by dump_ps_flags().