ReactOS 0.4.16-dev-588-gf07ea94
|
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "winerror.h"
#include "wingdi.h"
#include "winuser.h"
#include "oledlg.h"
#include "ole2.h"
#include "oledlg_private.h"
#include "resource.h"
#include "wine/debug.h"
Go to the source code of this file.
Macros | |
#define | COBJMACROS |
#define COBJMACROS |
Definition at line 21 of file oledlg_main.c.
Definition at line 85 of file oledlg_main.c.
|
static |
Definition at line 134 of file oledlg_main.c.
Referenced by OleUIAddVerbMenuW().
Definition at line 149 of file oledlg_main.c.
Referenced by OleUIAddVerbMenuW().
Definition at line 128 of file oledlg_main.c.
Referenced by get_next_insertable_verb().
BOOL WINAPI OleUIAddVerbMenuA | ( | IOleObject * | object, |
LPCSTR | shorttype, | ||
HMENU | hMenu, | ||
UINT | uPos, | ||
UINT | uIDVerbMin, | ||
UINT | uIDVerbMax, | ||
BOOL | addConvert, | ||
UINT | idConvert, | ||
HMENU * | lphMenu | ||
) |
Definition at line 104 of file oledlg_main.c.
BOOL WINAPI OleUIAddVerbMenuW | ( | IOleObject * | object, |
LPCWSTR | shorttype, | ||
HMENU | hMenu, | ||
UINT | uPos, | ||
UINT | idmin, | ||
UINT | idmax, | ||
BOOL | addConvert, | ||
UINT | idConvert, | ||
HMENU * | ret_submenu | ||
) |
Definition at line 157 of file oledlg_main.c.
Referenced by OleUIAddVerbMenuA(), and test_OleUIAddVerbMenu().
UINT WINAPI OleUIBusyA | ( | LPOLEUIBUSYA | lpOleUIBusy | ) |
Definition at line 347 of file oledlg_main.c.
UINT WINAPI OleUIBusyW | ( | LPOLEUIBUSYW | lpOleUIBusy | ) |
Definition at line 357 of file oledlg_main.c.
Definition at line 262 of file oledlg_main.c.
UINT WINAPI OleUIChangeIconA | ( | LPOLEUICHANGEICONA | lpOleUIChangeIcon | ) |
Definition at line 305 of file oledlg_main.c.
UINT WINAPI OleUIChangeIconW | ( | LPOLEUICHANGEICONW | lpOleUIChangeIcon | ) |
Definition at line 316 of file oledlg_main.c.
UINT WINAPI OleUIChangeSourceA | ( | LPOLEUICHANGESOURCEA | lpOleUIChangeSource | ) |
Definition at line 439 of file oledlg_main.c.
UINT WINAPI OleUIChangeSourceW | ( | LPOLEUICHANGESOURCEW | lpOleUIChangeSource | ) |
Definition at line 450 of file oledlg_main.c.
UINT WINAPI OleUIConvertA | ( | LPOLEUICONVERTA | lpOleUIConvert | ) |
Definition at line 327 of file oledlg_main.c.
UINT WINAPI OleUIConvertW | ( | LPOLEUICONVERTW | lpOleUIConvert | ) |
Definition at line 337 of file oledlg_main.c.
UINT WINAPI OleUIEditLinksA | ( | LPOLEUIEDITLINKSA | lpOleUIEditLinks | ) |
Definition at line 285 of file oledlg_main.c.
UINT WINAPI OleUIEditLinksW | ( | LPOLEUIEDITLINKSW | lpOleUIEditLinks | ) |
Definition at line 295 of file oledlg_main.c.
UINT WINAPI OleUIInsertObjectW | ( | LPOLEUIINSERTOBJECTW | lpOleUIInsertObject | ) |
Definition at line 275 of file oledlg_main.c.
UINT WINAPI OleUIObjectPropertiesA | ( | LPOLEUIOBJECTPROPSA | lpOleUIObjectProps | ) |
Definition at line 417 of file oledlg_main.c.
UINT WINAPI OleUIObjectPropertiesW | ( | LPOLEUIOBJECTPROPSW | lpOleUIObjectProps | ) |
Definition at line 428 of file oledlg_main.c.
Definition at line 395 of file oledlg_main.c.
Definition at line 406 of file oledlg_main.c.
BOOL WINAPI OleUIUpdateLinksA | ( | LPOLEUILINKCONTAINERA | lpOleUILinkCntr, |
HWND | hwndParent, | ||
LPSTR | lpszTitle, | ||
INT | cLinks | ||
) |
Definition at line 367 of file oledlg_main.c.
BOOL WINAPI OleUIUpdateLinksW | ( | LPOLEUILINKCONTAINERW | lpOleUILinkCntr, |
HWND | hwndParent, | ||
LPWSTR | lpszTitle, | ||
INT | cLinks | ||
) |
Definition at line 381 of file oledlg_main.c.
Definition at line 53 of file oledlg_main.c.
Referenced by DllMain().
Definition at line 76 of file oledlg_main.c.
Referenced by DllMain().
WINE_DEFAULT_DEBUG_CHANNEL | ( | ole | ) |
UINT cf_embed_source |
Definition at line 41 of file oledlg_main.c.
Referenced by register_clipboard_formats().
UINT cf_embedded_object |
Definition at line 42 of file oledlg_main.c.
Referenced by register_clipboard_formats().
UINT cf_filename |
Definition at line 47 of file oledlg_main.c.
Referenced by register_clipboard_formats().
UINT cf_filenamew |
Definition at line 48 of file oledlg_main.c.
Referenced by register_clipboard_formats().
UINT cf_link_source |
Definition at line 43 of file oledlg_main.c.
Referenced by register_clipboard_formats().
UINT cf_link_src_descriptor |
Definition at line 45 of file oledlg_main.c.
Referenced by get_descriptors(), and register_clipboard_formats().
UINT cf_object_descriptor |
Definition at line 44 of file oledlg_main.c.
Referenced by get_descriptors(), and register_clipboard_formats().
UINT cf_ownerlink |
Definition at line 46 of file oledlg_main.c.
Referenced by register_clipboard_formats().
HINSTANCE OLEDLG_hInstance = 0 |
Definition at line 39 of file oledlg_main.c.
Referenced by DllMain(), get_descriptors(), OleUIAddVerbMenuW(), OleUIInsertObjectA(), OleUIPasteSpecialW(), UIINSERTOBJECTDLG_AddControl(), UIINSERTOBJECTDLG_BrowseFile(), UIINSERTOBJECTDLG_SelChange(), UIINSERTOBJECTDLG_SelectCreateFromFile(), and update_result_text().
UINT oleui_msg_enddialog |
Definition at line 51 of file oledlg_main.c.
Referenced by ps_dlg_proc(), register_messages(), and send_end_dialog_msg().
UINT oleui_msg_help |
Definition at line 50 of file oledlg_main.c.
Referenced by post_help_msg(), and register_messages().