|
ReactOS 0.4.17-dev-934-g091855f
|
#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 | PS_FLAG_ENTRY(p) {p, #p} |
Variables | |
| static const struct ps_flag | ps_flags [] |
| #define COBJMACROS |
Definition at line 21 of file pastespl.c.
|
static |
Definition at line 184 of file pastespl.c.
Referenced by init_linklist(), and init_pastelist().
|
static |
Definition at line 83 of file pastespl.c.
Referenced by OleUIPasteSpecialW().
Definition at line 69 of file pastespl.c.
Referenced by dump_pastespecial().
|
static |
Definition at line 489 of file pastespl.c.
Referenced by ps_dlg_proc().
|
static |
Definition at line 128 of file pastespl.c.
Referenced by ps_dlg_proc().
|
static |
Definition at line 247 of file pastespl.c.
Referenced by init_lists().
|
static |
Definition at line 310 of file pastespl.c.
Referenced by ps_dlg_proc().
|
static |
Definition at line 203 of file pastespl.c.
Referenced by init_lists().
|
static |
Definition at line 448 of file pastespl.c.
Referenced by ps_dlg_proc().
| UINT WINAPI OleUIPasteSpecialA | ( | LPOLEUIPASTESPECIALA | psA | ) |
Definition at line 623 of file pastespl.c.
| UINT WINAPI OleUIPasteSpecialW | ( | LPOLEUIPASTESPECIALW | ps | ) |
Definition at line 681 of file pastespl.c.
Referenced by OleUIPasteSpecialA().
|
static |
Definition at line 466 of file pastespl.c.
Referenced by ps_dlg_proc().
Definition at line 499 of file pastespl.c.
Referenced by OleUIPasteSpecialW().
|
static |
Definition at line 442 of file pastespl.c.
Referenced by mode_change(), and ps_dlg_proc().
|
static |
Definition at line 471 of file pastespl.c.
Referenced by ps_dlg_proc().
|
static |
Definition at line 376 of file pastespl.c.
Referenced by selection_change().
Definition at line 283 of file pastespl.c.
Referenced by init_lists(), and mode_change().
|
static |
Definition at line 393 of file pastespl.c.
Referenced by selection_change().
|
static |
Definition at line 353 of file pastespl.c.
Referenced by mode_change(), and ps_dlg_proc().
|
static |
Definition at line 476 of file pastespl.c.
Referenced by ps_dlg_proc().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | ole | ) |
Referenced by dump_ps_flags().