ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

htmlcurstyle.c File Reference
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
#include "ole2.h"
#include "mshtml_private.h"
#include "htmlstyle.h"
#include "wine/debug.h"

Go to the source code of this file.

Data Structures

struct  HTMLCurrentStyle

Defines

#define COBJMACROS
#define HTMLCURSTYLE(x)   ((IHTMLCurrentStyle*) &(x)->lpIHTMLCurrentStyleVtbl)
#define HTMLCURSTYLE_THIS(iface)   DEFINE_THIS(HTMLCurrentStyle, IHTMLCurrentStyle, iface)

Functions

 WINE_DEFAULT_DEBUG_CHANNEL (mshtml)
static HRESULT WINAPI HTMLCurrentStyle_QueryInterface (IHTMLCurrentStyle *iface, REFIID riid, void **ppv)
static ULONG WINAPI HTMLCurrentStyle_AddRef (IHTMLCurrentStyle *iface)
static ULONG WINAPI HTMLCurrentStyle_Release (IHTMLCurrentStyle *iface)
static HRESULT WINAPI HTMLCurrentStyle_GetTypeInfoCount (IHTMLCurrentStyle *iface, UINT *pctinfo)
static HRESULT WINAPI HTMLCurrentStyle_GetTypeInfo (IHTMLCurrentStyle *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo)
static HRESULT WINAPI HTMLCurrentStyle_GetIDsOfNames (IHTMLCurrentStyle *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId)
static HRESULT WINAPI HTMLCurrentStyle_Invoke (IHTMLCurrentStyle *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr)
static HRESULT WINAPI HTMLCurrentStyle_get_position (IHTMLCurrentStyle *iface, BSTR *p)
static HRESULT WINAPI HTMLCurrentStyle_get_styleFloat (IHTMLCurrentStyle *iface, BSTR *p)
static HRESULT WINAPI HTMLCurrentStyle_get_color (IHTMLCurrentStyle *iface, VARIANT *p)
static HRESULT WINAPI HTMLCurrentStyle_get_backgroundColor (IHTMLCurrentStyle *iface, VARIANT *p)
static HRESULT WINAPI HTMLCurrentStyle_get_fontFamily (IHTMLCurrentStyle *iface, BSTR *p)
static HRESULT WINAPI HTMLCurrentStyle_get_fontStyle (IHTMLCurrentStyle *iface, BSTR *p)
static HRESULT WINAPI HTMLCurrentStyle_get_fontVariant (IHTMLCurrentStyle *iface, BSTR *p)
static HRESULT WINAPI HTMLCurrentStyle_get_fontWeight (IHTMLCurrentStyle *iface, VARIANT *p)
static HRESULT WINAPI HTMLCurrentStyle_get_fontSize (IHTMLCurrentStyle *iface, VARIANT *p)
static HRESULT WINAPI HTMLCurrentStyle_get_backgroundImage (IHTMLCurrentStyle *iface, BSTR *p)
static HRESULT WINAPI HTMLCurrentStyle_get_backgroundPositionX (IHTMLCurrentStyle *iface, VARIANT *p)
static HRESULT WINAPI HTMLCurrentStyle_get_backgroundPositionY (IHTMLCurrentStyle *iface, VARIANT *p)
static HRESULT WINAPI HTMLCurrentStyle_get_backgroundRepeat (IHTMLCurrentStyle *iface, BSTR *p)
static HRESULT WINAPI HTMLCurrentStyle_get_borderLeftColor (IHTMLCurrentStyle *iface, VARIANT *p)
static HRESULT WINAPI HTMLCurrentStyle_get_borderTopColor (IHTMLCurrentStyle *iface, VARIANT *p)
static HRESULT WINAPI HTMLCurrentStyle_get_borderRightColor (IHTMLCurrentStyle *iface, VARIANT *p)
static HRESULT WINAPI HTMLCurrentStyle_get_borderBottomColor (IHTMLCurrentStyle *iface, VARIANT *p)
static HRESULT WINAPI HTMLCurrentStyle_get_borderTopStyle (IHTMLCurrentStyle *iface, BSTR *p)
static HRESULT WINAPI HTMLCurrentStyle_get_borderRightStyle (IHTMLCurrentStyle *iface, BSTR *p)
static HRESULT WINAPI HTMLCurrentStyle_get_borderBottomStyle (IHTMLCurrentStyle *iface, BSTR *p)
static HRESULT WINAPI HTMLCurrentStyle_get_borderLeftStyle (IHTMLCurrentStyle *iface, BSTR *p)
static HRESULT WINAPI HTMLCurrentStyle_get_borderTopWidth (IHTMLCurrentStyle *iface, VARIANT *p)
static HRESULT WINAPI HTMLCurrentStyle_get_borderRightWidth (IHTMLCurrentStyle *iface, VARIANT *p)
static HRESULT WINAPI HTMLCurrentStyle_get_borderBottomWidth (IHTMLCurrentStyle *iface, VARIANT *p)
static HRESULT WINAPI HTMLCurrentStyle_get_borderLeftWidth (IHTMLCurrentStyle *iface, VARIANT *p)
static HRESULT WINAPI HTMLCurrentStyle_get_left (IHTMLCurrentStyle *iface, VARIANT *p)
static HRESULT WINAPI HTMLCurrentStyle_get_top (IHTMLCurrentStyle *iface, VARIANT *p)
static HRESULT WINAPI HTMLCurrentStyle_get_width (IHTMLCurrentStyle *iface, VARIANT *p)
static HRESULT WINAPI HTMLCurrentStyle_get_height (IHTMLCurrentStyle *iface, VARIANT *p)
static HRESULT WINAPI HTMLCurrentStyle_get_paddingLeft (IHTMLCurrentStyle *iface, VARIANT *p)
static HRESULT WINAPI HTMLCurrentStyle_get_paddingTop (IHTMLCurrentStyle *iface, VARIANT *p)
static HRESULT WINAPI HTMLCurrentStyle_get_paddingRight (IHTMLCurrentStyle *iface, VARIANT *p)
static HRESULT WINAPI HTMLCurrentStyle_get_paddingBottom (IHTMLCurrentStyle *iface, VARIANT *p)
static HRESULT WINAPI HTMLCurrentStyle_get_textAlign (IHTMLCurrentStyle *iface, BSTR *p)
static HRESULT WINAPI HTMLCurrentStyle_get_textDecoration (IHTMLCurrentStyle *iface, BSTR *p)
static HRESULT WINAPI HTMLCurrentStyle_get_display (IHTMLCurrentStyle *iface, BSTR *p)
static HRESULT WINAPI HTMLCurrentStyle_get_visibility (IHTMLCurrentStyle *iface, BSTR *p)
static HRESULT WINAPI HTMLCurrentStyle_get_zIndex (IHTMLCurrentStyle *iface, VARIANT *p)
static HRESULT WINAPI HTMLCurrentStyle_get_letterSpacing (IHTMLCurrentStyle *iface, VARIANT *p)
static HRESULT WINAPI HTMLCurrentStyle_get_lineHeight (IHTMLCurrentStyle *iface, VARIANT *p)
static HRESULT WINAPI HTMLCurrentStyle_get_textIndent (IHTMLCurrentStyle *iface, VARIANT *p)
static HRESULT WINAPI HTMLCurrentStyle_get_verticalAlign (IHTMLCurrentStyle *iface, VARIANT *p)
static HRESULT WINAPI HTMLCurrentStyle_get_backgroundAttachment (IHTMLCurrentStyle *iface, BSTR *p)
static HRESULT WINAPI HTMLCurrentStyle_get_marginTop (IHTMLCurrentStyle *iface, VARIANT *p)
static HRESULT WINAPI HTMLCurrentStyle_get_marginRight (IHTMLCurrentStyle *iface, VARIANT *p)
static HRESULT WINAPI HTMLCurrentStyle_get_marginBottom (IHTMLCurrentStyle *iface, VARIANT *p)
static HRESULT WINAPI HTMLCurrentStyle_get_marginLeft (IHTMLCurrentStyle *iface, VARIANT *p)
static HRESULT WINAPI HTMLCurrentStyle_get_clear (IHTMLCurrentStyle *iface, BSTR *p)
static HRESULT WINAPI HTMLCurrentStyle_get_listStyleType (IHTMLCurrentStyle *iface, BSTR *p)
static HRESULT WINAPI HTMLCurrentStyle_get_listStylePosition (IHTMLCurrentStyle *iface, BSTR *p)
static HRESULT WINAPI HTMLCurrentStyle_get_listStyleImage (IHTMLCurrentStyle *iface, BSTR *p)
static HRESULT WINAPI HTMLCurrentStyle_get_clipTop (IHTMLCurrentStyle *iface, VARIANT *p)
static HRESULT WINAPI HTMLCurrentStyle_get_clipRight (IHTMLCurrentStyle *iface, VARIANT *p)
static HRESULT WINAPI HTMLCurrentStyle_get_clipBottom (IHTMLCurrentStyle *iface, VARIANT *p)
static HRESULT WINAPI HTMLCurrentStyle_get_clipLeft (IHTMLCurrentStyle *iface, VARIANT *p)
static HRESULT WINAPI HTMLCurrentStyle_get_overflow (IHTMLCurrentStyle *iface, BSTR *p)
static HRESULT WINAPI HTMLCurrentStyle_get_pageBreakBefore (IHTMLCurrentStyle *iface, BSTR *p)
static HRESULT WINAPI HTMLCurrentStyle_get_pageBreakAfter (IHTMLCurrentStyle *iface, BSTR *p)
static HRESULT WINAPI HTMLCurrentStyle_get_cursor (IHTMLCurrentStyle *iface, BSTR *p)
static HRESULT WINAPI HTMLCurrentStyle_get_tableLayout (IHTMLCurrentStyle *iface, BSTR *p)
static HRESULT WINAPI HTMLCurrentStyle_get_borderCollapse (IHTMLCurrentStyle *iface, BSTR *p)
static HRESULT WINAPI HTMLCurrentStyle_get_direction (IHTMLCurrentStyle *iface, BSTR *p)
static HRESULT WINAPI HTMLCurrentStyle_get_behavior (IHTMLCurrentStyle *iface, BSTR *p)
static HRESULT WINAPI HTMLCurrentStyle_getAttribute (IHTMLCurrentStyle *iface, BSTR strAttributeName, LONG lFlags, VARIANT *AttributeValue)
static HRESULT WINAPI HTMLCurrentStyle_get_unicodeBidi (IHTMLCurrentStyle *iface, BSTR *p)
static HRESULT WINAPI HTMLCurrentStyle_get_right (IHTMLCurrentStyle *iface, VARIANT *p)
static HRESULT WINAPI HTMLCurrentStyle_get_bottom (IHTMLCurrentStyle *iface, VARIANT *p)
static HRESULT WINAPI HTMLCurrentStyle_get_imeMode (IHTMLCurrentStyle *iface, BSTR *p)
static HRESULT WINAPI HTMLCurrentStyle_get_rubyAlign (IHTMLCurrentStyle *iface, BSTR *p)
static HRESULT WINAPI HTMLCurrentStyle_get_rubyPosition (IHTMLCurrentStyle *iface, BSTR *p)
static HRESULT WINAPI HTMLCurrentStyle_get_rubyOverhang (IHTMLCurrentStyle *iface, BSTR *p)
static HRESULT WINAPI HTMLCurrentStyle_get_textAutospace (IHTMLCurrentStyle *iface, BSTR *p)
static HRESULT WINAPI HTMLCurrentStyle_get_lineBreak (IHTMLCurrentStyle *iface, BSTR *p)
static HRESULT WINAPI HTMLCurrentStyle_get_wordBreak (IHTMLCurrentStyle *iface, BSTR *p)
static HRESULT WINAPI HTMLCurrentStyle_get_textJustify (IHTMLCurrentStyle *iface, BSTR *p)
static HRESULT WINAPI HTMLCurrentStyle_get_textJustifyTrim (IHTMLCurrentStyle *iface, BSTR *p)
static HRESULT WINAPI HTMLCurrentStyle_get_textKashida (IHTMLCurrentStyle *iface, VARIANT *p)
static HRESULT WINAPI HTMLCurrentStyle_get_blockDirection (IHTMLCurrentStyle *iface, BSTR *p)
static HRESULT WINAPI HTMLCurrentStyle_get_layoutGridChar (IHTMLCurrentStyle *iface, VARIANT *p)
static HRESULT WINAPI HTMLCurrentStyle_get_layoutGridLine (IHTMLCurrentStyle *iface, VARIANT *p)
static HRESULT WINAPI HTMLCurrentStyle_get_layoutGridMode (IHTMLCurrentStyle *iface, BSTR *p)
static HRESULT WINAPI HTMLCurrentStyle_get_layoutGridType (IHTMLCurrentStyle *iface, BSTR *p)
static HRESULT WINAPI HTMLCurrentStyle_get_borderStyle (IHTMLCurrentStyle *iface, BSTR *p)
static HRESULT WINAPI HTMLCurrentStyle_get_borderColor (IHTMLCurrentStyle *iface, BSTR *p)
static HRESULT WINAPI HTMLCurrentStyle_get_borderWidth (IHTMLCurrentStyle *iface, BSTR *p)
static HRESULT WINAPI HTMLCurrentStyle_get_padding (IHTMLCurrentStyle *iface, BSTR *p)
static HRESULT WINAPI HTMLCurrentStyle_get_margin (IHTMLCurrentStyle *iface, BSTR *p)
static HRESULT WINAPI HTMLCurrentStyle_get_accelerator (IHTMLCurrentStyle *iface, BSTR *p)
static HRESULT WINAPI HTMLCurrentStyle_get_overflowX (IHTMLCurrentStyle *iface, BSTR *p)
static HRESULT WINAPI HTMLCurrentStyle_get_overflowY (IHTMLCurrentStyle *iface, BSTR *p)
static HRESULT WINAPI HTMLCurrentStyle_get_textTransform (IHTMLCurrentStyle *iface, BSTR *p)
HRESULT HTMLCurrentStyle_Create (HTMLElement *elem, IHTMLCurrentStyle **p)

Variables

static const IHTMLCurrentStyleVtbl HTMLCurrentStyleVtbl
static const tid_t HTMLCurrentStyle_iface_tids []
static dispex_static_data_t HTMLCurrentStyle_dispex

Generated on Thu May 24 2012 05:13:05 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.