ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Classes | |
struct | HTMLStyle |
Macros | |
#define | ATTR_FIX_PX 0x0001 |
#define | ATTR_FIX_URL 0x0002 |
#define | ATTR_STR_TO_INT 0x0004 |
#define | ATTR_HEX_INT 0x0008 |
#define | ATTR_REMOVE_COMMA 0x0010 |
#define | ATTR_NO_NULL 0x0020 |
#define ATTR_FIX_PX 0x0001 |
Definition at line 139 of file htmlstyle.h.
#define ATTR_FIX_URL 0x0002 |
Definition at line 140 of file htmlstyle.h.
#define ATTR_HEX_INT 0x0008 |
Definition at line 142 of file htmlstyle.h.
#define ATTR_NO_NULL 0x0020 |
Definition at line 144 of file htmlstyle.h.
#define ATTR_REMOVE_COMMA 0x0010 |
Definition at line 143 of file htmlstyle.h.
#define ATTR_STR_TO_INT 0x0004 |
Definition at line 141 of file htmlstyle.h.
Definition at line 37 of file htmlstyle.h.
HRESULT get_elem_style | ( | HTMLElement * | elem, |
styleid_t | styleid, | ||
BSTR * | ret | ||
) |
Definition at line 3219 of file htmlstyle.c.
Referenced by HTMLBodyElement_get_scroll().
HRESULT get_nsstyle_attr | ( | nsIDOMCSSStyleDeclaration * | nsstyle, |
styleid_t | sid, | ||
BSTR * | p, | ||
DWORD | flags | ||
) |
Definition at line 529 of file htmlstyle.c.
Referenced by get_elem_style(), get_style_attr(), HTMLCurrentStyle3_get_whiteSpace(), HTMLCurrentStyle_get_backgroundImage(), HTMLCurrentStyle_get_backgroundRepeat(), HTMLCurrentStyle_get_borderBottomStyle(), HTMLCurrentStyle_get_borderColor(), HTMLCurrentStyle_get_borderLeftStyle(), HTMLCurrentStyle_get_borderRightStyle(), HTMLCurrentStyle_get_borderStyle(), HTMLCurrentStyle_get_borderTopStyle(), HTMLCurrentStyle_get_borderWidth(), HTMLCurrentStyle_get_cursor(), HTMLCurrentStyle_get_display(), HTMLCurrentStyle_get_fontFamily(), HTMLCurrentStyle_get_fontStyle(), HTMLCurrentStyle_get_fontVariant(), HTMLCurrentStyle_get_margin(), HTMLCurrentStyle_get_overflow(), HTMLCurrentStyle_get_padding(), HTMLCurrentStyle_get_position(), HTMLCurrentStyle_get_textAlign(), HTMLCurrentStyle_get_textDecoration(), HTMLCurrentStyle_get_textTransform(), HTMLCurrentStyle_get_visibility(), HTMLStyle2_get_direction(), HTMLStyle2_get_overflowX(), HTMLStyle2_get_overflowY(), HTMLStyle2_get_position(), HTMLStyle2_get_tableLayout(), HTMLStyle3_get_wordWrap(), HTMLStyle6_get_boxSizing(), HTMLStyle6_get_outline(), HTMLStyle_get_clip(), HTMLStyle_get_pageBreakAfter(), HTMLStyle_get_pageBreakBefore(), and HTMLStyle_get_whiteSpace().
HRESULT get_nsstyle_attr_var | ( | nsIDOMCSSStyleDeclaration * | nsstyle, |
styleid_t | sid, | ||
VARIANT * | p, | ||
DWORD | flags | ||
) |
Definition at line 547 of file htmlstyle.c.
Referenced by HTMLCurrentStyle_get_backgroundColor(), HTMLCurrentStyle_get_borderBottomColor(), HTMLCurrentStyle_get_borderBottomWidth(), HTMLCurrentStyle_get_borderLeftColor(), HTMLCurrentStyle_get_borderLeftWidth(), HTMLCurrentStyle_get_borderRightColor(), HTMLCurrentStyle_get_borderRightWidth(), HTMLCurrentStyle_get_borderTopColor(), HTMLCurrentStyle_get_borderTopWidth(), HTMLCurrentStyle_get_bottom(), HTMLCurrentStyle_get_color(), HTMLCurrentStyle_get_fontSize(), HTMLCurrentStyle_get_fontWeight(), HTMLCurrentStyle_get_height(), HTMLCurrentStyle_get_left(), HTMLCurrentStyle_get_letterSpacing(), HTMLCurrentStyle_get_lineHeight(), HTMLCurrentStyle_get_marginBottom(), HTMLCurrentStyle_get_marginLeft(), HTMLCurrentStyle_get_marginRight(), HTMLCurrentStyle_get_marginTop(), HTMLCurrentStyle_get_paddingBottom(), HTMLCurrentStyle_get_paddingLeft(), HTMLCurrentStyle_get_paddingRight(), HTMLCurrentStyle_get_paddingTop(), HTMLCurrentStyle_get_right(), HTMLCurrentStyle_get_textIndent(), HTMLCurrentStyle_get_top(), HTMLCurrentStyle_get_verticalAlign(), HTMLCurrentStyle_get_width(), HTMLCurrentStyle_get_zIndex(), HTMLStyle2_get_bottom(), HTMLStyle2_get_right(), HTMLStyle4_get_minHeight(), HTMLStyle5_get_maxHeight(), HTMLStyle5_get_maxWidth(), HTMLStyle5_get_minWidth(), HTMLStyle_get_backgroundColor(), HTMLStyle_get_borderBottomColor(), HTMLStyle_get_borderBottomWidth(), HTMLStyle_get_borderLeftColor(), HTMLStyle_get_borderLeftWidth(), HTMLStyle_get_borderRightColor(), HTMLStyle_get_borderRightWidth(), HTMLStyle_get_borderTopColor(), HTMLStyle_get_borderTopWidth(), HTMLStyle_get_color(), HTMLStyle_get_fontSize(), HTMLStyle_get_height(), HTMLStyle_get_left(), HTMLStyle_get_letterSpacing(), HTMLStyle_get_lineHeight(), HTMLStyle_get_marginBottom(), HTMLStyle_get_marginLeft(), HTMLStyle_get_marginRight(), HTMLStyle_get_marginTop(), HTMLStyle_get_paddingBottom(), HTMLStyle_get_paddingLeft(), HTMLStyle_get_paddingRight(), HTMLStyle_get_paddingTop(), HTMLStyle_get_textIndent(), HTMLStyle_get_top(), HTMLStyle_get_verticalAlign(), HTMLStyle_get_width(), HTMLStyle_get_wordSpacing(), and HTMLStyle_get_zIndex().
HRESULT HTMLStyle_Create | ( | HTMLElement * | elem, |
HTMLStyle ** | ret | ||
) |
Definition at line 3188 of file htmlstyle.c.
Referenced by HTMLElement2_get_runtimeStyle(), and HTMLElement_get_style().
HRESULT set_elem_style | ( | HTMLElement * | elem, |
styleid_t | styleid, | ||
const WCHAR * | val | ||
) |
Definition at line 3233 of file htmlstyle.c.
Referenced by HTMLBodyElement_put_scroll().
HRESULT set_nsstyle_attr | ( | nsIDOMCSSStyleDeclaration * | , |
styleid_t | , | ||
LPCWSTR | , | ||
DWORD | |||
) |
HRESULT set_nsstyle_attr_var | ( | nsIDOMCSSStyleDeclaration * | nsstyle, |
styleid_t | sid, | ||
VARIANT * | value, | ||
DWORD | flags | ||
) |
Definition at line 447 of file htmlstyle.c.
Referenced by HTMLStyle2_put_bottom(), HTMLStyle2_put_right(), HTMLStyle4_put_minHeight(), HTMLStyle5_put_maxHeight(), HTMLStyle5_put_maxWidth(), HTMLStyle5_put_minWidth(), HTMLStyle_put_backgroundColor(), HTMLStyle_put_borderBottomColor(), HTMLStyle_put_borderBottomWidth(), HTMLStyle_put_borderLeftColor(), HTMLStyle_put_borderLeftWidth(), HTMLStyle_put_borderRightColor(), HTMLStyle_put_borderRightWidth(), HTMLStyle_put_borderTopColor(), HTMLStyle_put_borderTopWidth(), HTMLStyle_put_color(), HTMLStyle_put_fontSize(), HTMLStyle_put_height(), HTMLStyle_put_left(), HTMLStyle_put_letterSpacing(), HTMLStyle_put_lineHeight(), HTMLStyle_put_marginBottom(), HTMLStyle_put_marginLeft(), HTMLStyle_put_marginRight(), HTMLStyle_put_marginTop(), HTMLStyle_put_paddingBottom(), HTMLStyle_put_paddingLeft(), HTMLStyle_put_paddingRight(), HTMLStyle_put_paddingTop(), HTMLStyle_put_textIndent(), HTMLStyle_put_top(), HTMLStyle_put_verticalAlign(), HTMLStyle_put_width(), HTMLStyle_put_wordSpacing(), and HTMLStyle_put_zIndex().