|
| WINE_DEFAULT_DEBUG_CHANNEL (atl) |
|
static LRESULT CALLBACK | AtlAxWin_wndproc (HWND hWnd, UINT wMsg, WPARAM wParam, LPARAM lParam) |
|
BOOL WINAPI | AtlAxWinInit (void) |
|
static IOCS * | impl_from_IOleClientSite (IOleClientSite *iface) |
|
static HRESULT | IOCS_Detach (IOCS *This) |
|
static HRESULT WINAPI | OleClientSite_QueryInterface (IOleClientSite *iface, REFIID riid, void **ppv) |
|
static ULONG WINAPI | OleClientSite_AddRef (IOleClientSite *iface) |
|
static ULONG WINAPI | OleClientSite_Release (IOleClientSite *iface) |
|
static HRESULT WINAPI | OleClientSite_SaveObject (IOleClientSite *iface) |
|
static HRESULT WINAPI | OleClientSite_GetMoniker (IOleClientSite *iface, DWORD dwAssign, DWORD dwWhichMoniker, IMoniker **ppmk) |
|
static HRESULT WINAPI | OleClientSite_GetContainer (IOleClientSite *iface, IOleContainer **container) |
|
static HRESULT WINAPI | OleClientSite_ShowObject (IOleClientSite *iface) |
|
static HRESULT WINAPI | OleClientSite_OnShowWindow (IOleClientSite *iface, BOOL fShow) |
|
static HRESULT WINAPI | OleClientSite_RequestNewObjectLayout (IOleClientSite *iface) |
|
static IOCS * | impl_from_IOleContainer (IOleContainer *iface) |
|
static HRESULT WINAPI | OleContainer_QueryInterface (IOleContainer *iface, REFIID riid, void **ppv) |
|
static ULONG WINAPI | OleContainer_AddRef (IOleContainer *iface) |
|
static ULONG WINAPI | OleContainer_Release (IOleContainer *iface) |
|
static HRESULT WINAPI | OleContainer_ParseDisplayName (IOleContainer *iface, IBindCtx *pbc, LPOLESTR pszDisplayName, ULONG *pchEaten, IMoniker **ppmkOut) |
|
static HRESULT WINAPI | OleContainer_EnumObjects (IOleContainer *iface, DWORD grfFlags, IEnumUnknown **ppenum) |
|
static HRESULT WINAPI | OleContainer_LockContainer (IOleContainer *iface, BOOL fLock) |
|
static IOCS * | impl_from_IOleInPlaceSiteWindowless (IOleInPlaceSiteWindowless *iface) |
|
static HRESULT WINAPI | OleInPlaceSiteWindowless_QueryInterface (IOleInPlaceSiteWindowless *iface, REFIID riid, void **ppv) |
|
static ULONG WINAPI | OleInPlaceSiteWindowless_AddRef (IOleInPlaceSiteWindowless *iface) |
|
static ULONG WINAPI | OleInPlaceSiteWindowless_Release (IOleInPlaceSiteWindowless *iface) |
|
static HRESULT WINAPI | OleInPlaceSiteWindowless_GetWindow (IOleInPlaceSiteWindowless *iface, HWND *phwnd) |
|
static HRESULT WINAPI | OleInPlaceSiteWindowless_ContextSensitiveHelp (IOleInPlaceSiteWindowless *iface, BOOL fEnterMode) |
|
static HRESULT WINAPI | OleInPlaceSiteWindowless_CanInPlaceActivate (IOleInPlaceSiteWindowless *iface) |
|
static HRESULT WINAPI | OleInPlaceSiteWindowless_OnInPlaceActivate (IOleInPlaceSiteWindowless *iface) |
|
static HRESULT WINAPI | OleInPlaceSiteWindowless_OnUIActivate (IOleInPlaceSiteWindowless *iface) |
|
static HRESULT WINAPI | OleInPlaceSiteWindowless_GetWindowContext (IOleInPlaceSiteWindowless *iface, IOleInPlaceFrame **frame, IOleInPlaceUIWindow **ppDoc, LPRECT lprcPosRect, LPRECT lprcClipRect, LPOLEINPLACEFRAMEINFO lpFrameInfo) |
|
static HRESULT WINAPI | OleInPlaceSiteWindowless_Scroll (IOleInPlaceSiteWindowless *iface, SIZE scrollExtent) |
|
static HRESULT WINAPI | OleInPlaceSiteWindowless_OnUIDeactivate (IOleInPlaceSiteWindowless *iface, BOOL fUndoable) |
|
static HRESULT WINAPI | OleInPlaceSiteWindowless_OnInPlaceDeactivate (IOleInPlaceSiteWindowless *iface) |
|
static HRESULT WINAPI | OleInPlaceSiteWindowless_DiscardUndoState (IOleInPlaceSiteWindowless *iface) |
|
static HRESULT WINAPI | OleInPlaceSiteWindowless_DeactivateAndUndo (IOleInPlaceSiteWindowless *iface) |
|
static HRESULT WINAPI | OleInPlaceSiteWindowless_OnPosRectChange (IOleInPlaceSiteWindowless *iface, LPCRECT lprcPosRect) |
|
static HRESULT WINAPI | OleInPlaceSiteWindowless_OnInPlaceActivateEx (IOleInPlaceSiteWindowless *iface, BOOL *pfNoRedraw, DWORD dwFlags) |
|
static HRESULT WINAPI | OleInPlaceSiteWindowless_OnInPlaceDeactivateEx (IOleInPlaceSiteWindowless *iface, BOOL fNoRedraw) |
|
static HRESULT WINAPI | OleInPlaceSiteWindowless_RequestUIActivate (IOleInPlaceSiteWindowless *iface) |
|
static HRESULT WINAPI | OleInPlaceSiteWindowless_CanWindowlessActivate (IOleInPlaceSiteWindowless *iface) |
|
static HRESULT WINAPI | OleInPlaceSiteWindowless_GetCapture (IOleInPlaceSiteWindowless *iface) |
|
static HRESULT WINAPI | OleInPlaceSiteWindowless_SetCapture (IOleInPlaceSiteWindowless *iface, BOOL fCapture) |
|
static HRESULT WINAPI | OleInPlaceSiteWindowless_GetFocus (IOleInPlaceSiteWindowless *iface) |
|
static HRESULT WINAPI | OleInPlaceSiteWindowless_SetFocus (IOleInPlaceSiteWindowless *iface, BOOL fFocus) |
|
static HRESULT WINAPI | OleInPlaceSiteWindowless_GetDC (IOleInPlaceSiteWindowless *iface, LPCRECT pRect, DWORD grfFlags, HDC *phDC) |
|
static HRESULT WINAPI | OleInPlaceSiteWindowless_ReleaseDC (IOleInPlaceSiteWindowless *iface, HDC hDC) |
|
static HRESULT WINAPI | OleInPlaceSiteWindowless_InvalidateRect (IOleInPlaceSiteWindowless *iface, LPCRECT pRect, BOOL fErase) |
|
static HRESULT WINAPI | OleInPlaceSiteWindowless_InvalidateRgn (IOleInPlaceSiteWindowless *iface, HRGN hRGN, BOOL fErase) |
|
static HRESULT WINAPI | OleInPlaceSiteWindowless_ScrollRect (IOleInPlaceSiteWindowless *iface, INT dx, INT dy, LPCRECT pRectScroll, LPCRECT pRectClip) |
|
static HRESULT WINAPI | OleInPlaceSiteWindowless_AdjustRect (IOleInPlaceSiteWindowless *iface, LPRECT prc) |
|
static HRESULT WINAPI | OleInPlaceSiteWindowless_OnDefWindowMessage (IOleInPlaceSiteWindowless *iface, UINT msg, WPARAM wParam, LPARAM lParam, LRESULT *plResult) |
|
static IOCS * | impl_from_IOleInPlaceFrame (IOleInPlaceFrame *iface) |
|
static HRESULT WINAPI | OleInPlaceFrame_QueryInterface (IOleInPlaceFrame *iface, REFIID riid, void **ppv) |
|
static ULONG WINAPI | OleInPlaceFrame_AddRef (IOleInPlaceFrame *iface) |
|
static ULONG WINAPI | OleInPlaceFrame_Release (IOleInPlaceFrame *iface) |
|
static HRESULT WINAPI | OleInPlaceFrame_GetWindow (IOleInPlaceFrame *iface, HWND *phWnd) |
|
static HRESULT WINAPI | OleInPlaceFrame_ContextSensitiveHelp (IOleInPlaceFrame *iface, BOOL fEnterMode) |
|
static HRESULT WINAPI | OleInPlaceFrame_GetBorder (IOleInPlaceFrame *iface, LPRECT lprectBorder) |
|
static HRESULT WINAPI | OleInPlaceFrame_RequestBorderSpace (IOleInPlaceFrame *iface, LPCBORDERWIDTHS pborderwidths) |
|
static HRESULT WINAPI | OleInPlaceFrame_SetBorderSpace (IOleInPlaceFrame *iface, LPCBORDERWIDTHS pborderwidths) |
|
static HRESULT WINAPI | OleInPlaceFrame_SetActiveObject (IOleInPlaceFrame *iface, IOleInPlaceActiveObject *pActiveObject, LPCOLESTR pszObjName) |
|
static HRESULT WINAPI | OleInPlaceFrame_InsertMenus (IOleInPlaceFrame *iface, HMENU hmenuShared, LPOLEMENUGROUPWIDTHS lpMenuWidths) |
|
static HRESULT WINAPI | OleInPlaceFrame_SetMenu (IOleInPlaceFrame *iface, HMENU hmenuShared, HOLEMENU holemenu, HWND hwndActiveObject) |
|
static HRESULT WINAPI | OleInPlaceFrame_RemoveMenus (IOleInPlaceFrame *iface, HMENU hmenuShared) |
|
static HRESULT WINAPI | OleInPlaceFrame_SetStatusText (IOleInPlaceFrame *iface, LPCOLESTR pszStatusText) |
|
static HRESULT WINAPI | OleInPlaceFrame_EnableModeless (IOleInPlaceFrame *iface, BOOL fEnable) |
|
static HRESULT WINAPI | OleInPlaceFrame_TranslateAccelerator (IOleInPlaceFrame *iface, LPMSG lpmsg, WORD wID) |
|
static IOCS * | impl_from_IOleControlSite (IOleControlSite *iface) |
|
static HRESULT WINAPI | OleControlSite_QueryInterface (IOleControlSite *iface, REFIID riid, void **ppv) |
|
static ULONG WINAPI | OleControlSite_AddRef (IOleControlSite *iface) |
|
static ULONG WINAPI | OleControlSite_Release (IOleControlSite *iface) |
|
static HRESULT WINAPI | OleControlSite_OnControlInfoChanged (IOleControlSite *This) |
|
static HRESULT WINAPI | OleControlSite_LockInPlaceActive (IOleControlSite *This, BOOL fLock) |
|
static HRESULT WINAPI | OleControlSite_GetExtendedControl (IOleControlSite *This, IDispatch **ppDisp) |
|
static HRESULT WINAPI | OleControlSite_TransformCoords (IOleControlSite *This, POINTL *pPtlHimetric, POINTF *pPtfContainer, DWORD dwFlags) |
|
static HRESULT WINAPI | OleControlSite_TranslateAccelerator (IOleControlSite *This, MSG *pMsg, DWORD grfModifiers) |
|
static HRESULT WINAPI | OleControlSite_OnFocus (IOleControlSite *This, BOOL fGotFocus) |
|
static HRESULT WINAPI | OleControlSite_ShowPropertyFrame (IOleControlSite *This) |
|
static void | IOCS_OnSize (IOCS *This, LPCRECT rect) |
|
static void | IOCS_OnShow (IOCS *This, BOOL fShow) |
|
static void | IOCS_OnDraw (IOCS *This) |
|
static LRESULT | IOCS_OnWndProc (IOCS *This, HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
|
static LRESULT CALLBACK | AtlHost_wndproc (HWND hWnd, UINT wMsg, WPARAM wParam, LPARAM lParam) |
|
static HRESULT | IOCS_Attach (IOCS *This, HWND hWnd, IUnknown *pUnkControl) |
|
static HRESULT | IOCS_Init (IOCS *This) |
|
static HRESULT | IOCS_Create (HWND hWnd, IUnknown *pUnkControl, IUnknown **container) |
|
HRESULT WINAPI | AtlAxCreateControl (LPCOLESTR lpszName, HWND hWnd, IStream *pStream, IUnknown **ppUnkContainer) |
|
static enum content | get_content_type (LPCOLESTR name, CLSID *control_id) |
|
HRESULT WINAPI | AtlAxCreateControlLicEx (LPCOLESTR lpszName, HWND hWnd, IStream *pStream, IUnknown **ppUnkContainer, IUnknown **ppUnkControl, REFIID iidSink, IUnknown *punkSink, BSTR lic) |
|
HRESULT WINAPI | AtlAxAttachControl (IUnknown *control, HWND hWnd, IUnknown **container) |
|
static BOOL | advance_array (WORD **pptr, DWORD *palloc, DWORD *pfilled, const WORD *data, DWORD size) |
|
static LPDLGTEMPLATEW | AX_ConvertDialogTemplate (LPCDLGTEMPLATEW src_tmpl) |
|
HWND WINAPI | AtlAxCreateDialogA (HINSTANCE hInst, LPCSTR name, HWND owner, DLGPROC dlgProc, LPARAM param) |
|
HWND WINAPI | AtlAxCreateDialogW (HINSTANCE hInst, LPCWSTR name, HWND owner, DLGPROC dlgProc, LPARAM param) |
|
HRESULT WINAPI | AtlAxGetHost (HWND hWnd, IUnknown **host) |
|
HRESULT WINAPI | AtlAxGetControl (HWND hWnd, IUnknown **pUnk) |
|
INT_PTR WINAPI | AtlAxDialogBoxA (HINSTANCE hInst, LPCSTR name, HWND owner, DLGPROC dlgProc, LPARAM param) |
|
INT_PTR WINAPI | AtlAxDialogBoxW (HINSTANCE hInst, LPCWSTR name, HWND owner, DLGPROC dlgProc, LPARAM param) |
|
HRESULT WINAPI | AtlAxCreateControlLic (const WCHAR *lpTricsData, HWND hwnd, IStream *stream, IUnknown **container, BSTR lic) |
|
HRESULT WINAPI | AtlAxCreateControlEx (const WCHAR *lpTricsData, HWND hwnd, IStream *stream, IUnknown **container, IUnknown **control, REFIID iidSink, IUnknown *punkSink) |
|