ReactOS 0.4.16-dev-340-g0540c21
|
#include "mshtml_private.h"
Go to the source code of this file.
Classes | |
struct | HTMLSelectionObject |
Functions | |
static HTMLSelectionObject * | impl_from_IHTMLSelectionObject (IHTMLSelectionObject *iface) |
static HRESULT WINAPI | HTMLSelectionObject_QueryInterface (IHTMLSelectionObject *iface, REFIID riid, void **ppv) |
static ULONG WINAPI | HTMLSelectionObject_AddRef (IHTMLSelectionObject *iface) |
static ULONG WINAPI | HTMLSelectionObject_Release (IHTMLSelectionObject *iface) |
static HRESULT WINAPI | HTMLSelectionObject_GetTypeInfoCount (IHTMLSelectionObject *iface, UINT *pctinfo) |
static HRESULT WINAPI | HTMLSelectionObject_GetTypeInfo (IHTMLSelectionObject *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo) |
static HRESULT WINAPI | HTMLSelectionObject_GetIDsOfNames (IHTMLSelectionObject *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId) |
static HRESULT WINAPI | HTMLSelectionObject_Invoke (IHTMLSelectionObject *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr) |
static HRESULT WINAPI | HTMLSelectionObject_createRange (IHTMLSelectionObject *iface, IDispatch **range) |
static HRESULT WINAPI | HTMLSelectionObject_empty (IHTMLSelectionObject *iface) |
static HRESULT WINAPI | HTMLSelectionObject_clear (IHTMLSelectionObject *iface) |
static HRESULT WINAPI | HTMLSelectionObject_get_type (IHTMLSelectionObject *iface, BSTR *p) |
static HTMLSelectionObject * | impl_from_IHTMLSelectionObject2 (IHTMLSelectionObject2 *iface) |
static HRESULT WINAPI | HTMLSelectionObject2_QueryInterface (IHTMLSelectionObject2 *iface, REFIID riid, void **ppv) |
static ULONG WINAPI | HTMLSelectionObject2_AddRef (IHTMLSelectionObject2 *iface) |
static ULONG WINAPI | HTMLSelectionObject2_Release (IHTMLSelectionObject2 *iface) |
static HRESULT WINAPI | HTMLSelectionObject2_GetTypeInfoCount (IHTMLSelectionObject2 *iface, UINT *pctinfo) |
static HRESULT WINAPI | HTMLSelectionObject2_GetTypeInfo (IHTMLSelectionObject2 *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo) |
static HRESULT WINAPI | HTMLSelectionObject2_GetIDsOfNames (IHTMLSelectionObject2 *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId) |
static HRESULT WINAPI | HTMLSelectionObject2_Invoke (IHTMLSelectionObject2 *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr) |
static HRESULT WINAPI | HTMLSelectionObject2_createRangeCollection (IHTMLSelectionObject2 *iface, IDispatch **rangeCollection) |
static HRESULT WINAPI | HTMLSelectionObject2_get_typeDetail (IHTMLSelectionObject2 *iface, BSTR *p) |
HRESULT | HTMLSelectionObject_Create (HTMLDocumentNode *doc, nsISelection *nsselection, IHTMLSelectionObject **ret) |
void | detach_selection (HTMLDocumentNode *This) |
Variables | |
static const IHTMLSelectionObjectVtbl | HTMLSelectionObjectVtbl |
static const IHTMLSelectionObject2Vtbl | HTMLSelectionObject2Vtbl |
static const tid_t | HTMLSelectionObject_iface_tids [] |
static dispex_static_data_t | HTMLSelectionObject_dispex |
void detach_selection | ( | HTMLDocumentNode * | This | ) |
Definition at line 347 of file selection.c.
Referenced by HTMLDocumentNode_destructor().
Definition at line 239 of file selection.c.
|
static |
Definition at line 287 of file selection.c.
|
static |
Definition at line 294 of file selection.c.
|
static |
Definition at line 268 of file selection.c.
|
static |
Definition at line 260 of file selection.c.
|
static |
Definition at line 253 of file selection.c.
|
static |
Definition at line 277 of file selection.c.
|
static |
Definition at line 232 of file selection.c.
Definition at line 246 of file selection.c.
Definition at line 66 of file selection.c.
Definition at line 188 of file selection.c.
HRESULT HTMLSelectionObject_Create | ( | HTMLDocumentNode * | doc, |
nsISelection * | nsselection, | ||
IHTMLSelectionObject ** | ret | ||
) |
Definition at line 325 of file selection.c.
Referenced by HTMLDocument_get_selection().
|
static |
Definition at line 131 of file selection.c.
Definition at line 181 of file selection.c.
|
static |
Definition at line 195 of file selection.c.
|
static |
Definition at line 110 of file selection.c.
|
static |
Definition at line 102 of file selection.c.
|
static |
Definition at line 95 of file selection.c.
|
static |
Definition at line 120 of file selection.c.
|
static |
Definition at line 39 of file selection.c.
Definition at line 76 of file selection.c.
|
inlinestatic |
Definition at line 34 of file selection.c.
Referenced by HTMLSelectionObject_AddRef(), HTMLSelectionObject_clear(), HTMLSelectionObject_createRange(), HTMLSelectionObject_empty(), HTMLSelectionObject_get_type(), HTMLSelectionObject_GetIDsOfNames(), HTMLSelectionObject_GetTypeInfo(), HTMLSelectionObject_GetTypeInfoCount(), HTMLSelectionObject_Invoke(), HTMLSelectionObject_QueryInterface(), and HTMLSelectionObject_Release().
|
inlinestatic |
Definition at line 227 of file selection.c.
Referenced by HTMLSelectionObject2_AddRef(), HTMLSelectionObject2_createRangeCollection(), HTMLSelectionObject2_get_typeDetail(), HTMLSelectionObject2_GetIDsOfNames(), HTMLSelectionObject2_GetTypeInfo(), HTMLSelectionObject2_GetTypeInfoCount(), HTMLSelectionObject2_Invoke(), HTMLSelectionObject2_QueryInterface(), and HTMLSelectionObject2_Release().
|
static |
Definition at line 301 of file selection.c.
Referenced by HTMLSelectionObject_Create().
|
static |
Definition at line 318 of file selection.c.
Referenced by HTMLSelectionObject_Create().
Definition at line 313 of file selection.c.
|
static |
Definition at line 213 of file selection.c.
Referenced by HTMLSelectionObject_Create().