ReactOS 0.4.16-dev-297-gc569aee
|
#include "mshtml_private.h"
Go to the source code of this file.
Classes | |
struct | style_tbl_entry_t |
C_ASSERT | ( | sizeof(style_tbl)/sizeof * | style_tbl = =STYLEID_MAX_VALUE | ) |
|
static |
Definition at line 601 of file htmlstyle.c.
Referenced by HTMLStyle_get_textDecorationBlink(), HTMLStyle_get_textDecorationLineThrough(), HTMLStyle_get_textDecorationNone(), HTMLStyle_get_textDecorationOverline(), and HTMLStyle_get_textDecorationUnderline().
Definition at line 327 of file htmlstyle.c.
Referenced by set_nsstyle_attr().
Definition at line 363 of file htmlstyle.c.
Referenced by set_nsstyle_attr().
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().
|
static |
Definition at line 465 of file htmlstyle.c.
Referenced by check_style_attr_value(), get_nsstyle_attr(), get_nsstyle_attr_var(), get_nsstyle_pixel_val(), get_nsstyle_pos(), HTMLStyle_get_backgroundPositionX(), HTMLStyle_get_backgroundPositionY(), HTMLStyle_put_backgroundPositionX(), and HTMLStyle_put_backgroundPositionY().
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().
Definition at line 676 of file htmlstyle.c.
Referenced by HTMLStyle_get_pixelHeight(), HTMLStyle_get_pixelLeft(), HTMLStyle_get_pixelTop(), and HTMLStyle_get_pixelWidth().
Definition at line 639 of file htmlstyle.c.
Referenced by HTMLStyle_get_posHeight(), HTMLStyle_get_posLeft(), HTMLStyle_get_posTop(), and HTMLStyle_get_posWidth().
Definition at line 596 of file htmlstyle.c.
Referenced by HTMLStyle_get_background(), HTMLStyle_get_backgroundAttachment(), HTMLStyle_get_backgroundImage(), HTMLStyle_get_backgroundPosition(), HTMLStyle_get_backgroundRepeat(), HTMLStyle_get_border(), HTMLStyle_get_borderBottom(), HTMLStyle_get_borderBottomStyle(), HTMLStyle_get_borderColor(), HTMLStyle_get_borderLeft(), HTMLStyle_get_borderLeftStyle(), HTMLStyle_get_borderRight(), HTMLStyle_get_borderRightStyle(), HTMLStyle_get_borderStyle(), HTMLStyle_get_borderTop(), HTMLStyle_get_borderTopStyle(), HTMLStyle_get_borderWidth(), HTMLStyle_get_clear(), HTMLStyle_get_cursor(), HTMLStyle_get_display(), HTMLStyle_get_fontFamily(), HTMLStyle_get_fontStyle(), HTMLStyle_get_fontVariant(), HTMLStyle_get_fontWeight(), HTMLStyle_get_listStyle(), HTMLStyle_get_listStylePosition(), HTMLStyle_get_listStyleType(), HTMLStyle_get_margin(), HTMLStyle_get_overflow(), HTMLStyle_get_padding(), HTMLStyle_get_styleFloat(), HTMLStyle_get_textAlign(), HTMLStyle_get_textDecoration(), HTMLStyle_get_textTransform(), and HTMLStyle_get_visibility().
|
static |
Definition at line 3164 of file htmlstyle.c.
Referenced by get_elem_style(), HTMLStyle_Create(), and set_elem_style().
Definition at line 776 of file htmlstyle.c.
HRESULT HTMLStyle_Create | ( | HTMLElement * | elem, |
HTMLStyle ** | ret | ||
) |
Definition at line 3188 of file htmlstyle.c.
Referenced by HTMLElement2_get_runtimeStyle(), and HTMLElement_get_style().
Definition at line 1003 of file htmlstyle.c.
Definition at line 1086 of file htmlstyle.c.
Definition at line 1021 of file htmlstyle.c.
Definition at line 1039 of file htmlstyle.c.
Definition at line 1104 of file htmlstyle.c.
Definition at line 1167 of file htmlstyle.c.
Definition at line 1263 of file htmlstyle.c.
Definition at line 1068 of file htmlstyle.c.
Definition at line 1720 of file htmlstyle.c.
Definition at line 1764 of file htmlstyle.c.
Definition at line 1852 of file htmlstyle.c.
Definition at line 2059 of file htmlstyle.c.
Definition at line 1938 of file htmlstyle.c.
Definition at line 1798 of file htmlstyle.c.
Definition at line 1780 of file htmlstyle.c.
Definition at line 1870 of file htmlstyle.c.
Definition at line 2077 of file htmlstyle.c.
Definition at line 1954 of file htmlstyle.c.
Definition at line 1750 of file htmlstyle.c.
Definition at line 1834 of file htmlstyle.c.
Definition at line 2041 of file htmlstyle.c.
Definition at line 1920 of file htmlstyle.c.
Definition at line 2005 of file htmlstyle.c.
Definition at line 1736 of file htmlstyle.c.
Definition at line 1816 of file htmlstyle.c.
Definition at line 2023 of file htmlstyle.c.
Definition at line 1902 of file htmlstyle.c.
Definition at line 1886 of file htmlstyle.c.
Definition at line 2147 of file htmlstyle.c.
Definition at line 2641 of file htmlstyle.c.
Definition at line 985 of file htmlstyle.c.
Definition at line 2427 of file htmlstyle.c.
Definition at line 2623 of file htmlstyle.c.
|
static |
Definition at line 3128 of file htmlstyle.c.
Definition at line 2165 of file htmlstyle.c.
Definition at line 2778 of file htmlstyle.c.
Definition at line 969 of file htmlstyle.c.
Definition at line 844 of file htmlstyle.c.
Definition at line 953 of file htmlstyle.c.
Definition at line 871 of file htmlstyle.c.
Definition at line 896 of file htmlstyle.c.
Definition at line 935 of file htmlstyle.c.
Definition at line 2111 of file htmlstyle.c.
Definition at line 2305 of file htmlstyle.c.
Definition at line 1322 of file htmlstyle.c.
Definition at line 1526 of file htmlstyle.c.
Definition at line 2251 of file htmlstyle.c.
Definition at line 2235 of file htmlstyle.c.
Definition at line 2219 of file htmlstyle.c.
Definition at line 2201 of file htmlstyle.c.
Definition at line 1605 of file htmlstyle.c.
Definition at line 1578 of file htmlstyle.c.
Definition at line 1614 of file htmlstyle.c.
Definition at line 1562 of file htmlstyle.c.
Definition at line 1544 of file htmlstyle.c.
Definition at line 2360 of file htmlstyle.c.
Definition at line 1702 of file htmlstyle.c.
Definition at line 1666 of file htmlstyle.c.
Definition at line 1684 of file htmlstyle.c.
Definition at line 1648 of file htmlstyle.c.
Definition at line 1630 of file htmlstyle.c.
Definition at line 2399 of file htmlstyle.c.
Definition at line 2381 of file htmlstyle.c.
Definition at line 2515 of file htmlstyle.c.
Definition at line 2479 of file htmlstyle.c.
Definition at line 2461 of file htmlstyle.c.
Definition at line 2497 of file htmlstyle.c.
Definition at line 2599 of file htmlstyle.c.
Definition at line 2314 of file htmlstyle.c.
Definition at line 2554 of file htmlstyle.c.
Definition at line 2533 of file htmlstyle.c.
Definition at line 2575 of file htmlstyle.c.
Definition at line 2129 of file htmlstyle.c.
Definition at line 1490 of file htmlstyle.c.
Definition at line 1346 of file htmlstyle.c.
|
static |
Definition at line 1436 of file htmlstyle.c.
|
static |
Definition at line 1418 of file htmlstyle.c.
|
static |
Definition at line 1364 of file htmlstyle.c.
|
static |
Definition at line 1400 of file htmlstyle.c.
|
static |
Definition at line 1382 of file htmlstyle.c.
Definition at line 1508 of file htmlstyle.c.
Definition at line 1472 of file htmlstyle.c.
Definition at line 2287 of file htmlstyle.c.
Definition at line 1454 of file htmlstyle.c.
Definition at line 2183 of file htmlstyle.c.
Definition at line 2269 of file htmlstyle.c.
Definition at line 2093 of file htmlstyle.c.
Definition at line 1306 of file htmlstyle.c.
Definition at line 2330 of file htmlstyle.c.
|
static |
Definition at line 2842 of file htmlstyle.c.
|
static |
Definition at line 817 of file htmlstyle.c.
Referenced by HTMLStyle_getAttribute(), and HTMLStyle_setAttribute().
|
static |
Definition at line 810 of file htmlstyle.c.
Definition at line 804 of file htmlstyle.c.
|
static |
Definition at line 826 of file htmlstyle.c.
Referenced by HTMLStyle_getAttribute(), and HTMLStyle_setAttribute().
Definition at line 994 of file htmlstyle.c.
Definition at line 1077 of file htmlstyle.c.
Definition at line 1012 of file htmlstyle.c.
Definition at line 1030 of file htmlstyle.c.
Definition at line 1095 of file htmlstyle.c.
Definition at line 1113 of file htmlstyle.c.
Definition at line 1206 of file htmlstyle.c.
Definition at line 1048 of file htmlstyle.c.
Definition at line 1711 of file htmlstyle.c.
Definition at line 1757 of file htmlstyle.c.
Definition at line 1843 of file htmlstyle.c.
Definition at line 2048 of file htmlstyle.c.
Definition at line 1929 of file htmlstyle.c.
Definition at line 1789 of file htmlstyle.c.
Definition at line 1771 of file htmlstyle.c.
Definition at line 1861 of file htmlstyle.c.
Definition at line 2066 of file htmlstyle.c.
Definition at line 1945 of file htmlstyle.c.
Definition at line 1743 of file htmlstyle.c.
Definition at line 1825 of file htmlstyle.c.
Definition at line 2030 of file htmlstyle.c.
Definition at line 1911 of file htmlstyle.c.
Definition at line 1961 of file htmlstyle.c.
Definition at line 1729 of file htmlstyle.c.
Definition at line 1807 of file htmlstyle.c.
Definition at line 2012 of file htmlstyle.c.
Definition at line 1893 of file htmlstyle.c.
Definition at line 1879 of file htmlstyle.c.
Definition at line 2138 of file htmlstyle.c.
Definition at line 2632 of file htmlstyle.c.
Definition at line 976 of file htmlstyle.c.
Definition at line 2408 of file htmlstyle.c.
Definition at line 2614 of file htmlstyle.c.
Definition at line 2156 of file htmlstyle.c.
Definition at line 2753 of file htmlstyle.c.
Definition at line 962 of file htmlstyle.c.
Definition at line 835 of file htmlstyle.c.
Definition at line 944 of file htmlstyle.c.
Definition at line 853 of file htmlstyle.c.
Definition at line 880 of file htmlstyle.c.
Definition at line 2102 of file htmlstyle.c.
Definition at line 2296 of file htmlstyle.c.
Definition at line 1313 of file htmlstyle.c.
Definition at line 1517 of file htmlstyle.c.
Definition at line 2242 of file htmlstyle.c.
Definition at line 2228 of file htmlstyle.c.
Definition at line 2210 of file htmlstyle.c.
Definition at line 2192 of file htmlstyle.c.
Definition at line 1596 of file htmlstyle.c.
Definition at line 1569 of file htmlstyle.c.
Definition at line 1587 of file htmlstyle.c.
Definition at line 1553 of file htmlstyle.c.
Definition at line 1535 of file htmlstyle.c.
Definition at line 2339 of file htmlstyle.c.
Definition at line 1693 of file htmlstyle.c.
Definition at line 1657 of file htmlstyle.c.
Definition at line 1675 of file htmlstyle.c.
Definition at line 1639 of file htmlstyle.c.
Definition at line 1621 of file htmlstyle.c.
Definition at line 2390 of file htmlstyle.c.
Definition at line 2372 of file htmlstyle.c.
Definition at line 2506 of file htmlstyle.c.
Definition at line 2470 of file htmlstyle.c.
Definition at line 2452 of file htmlstyle.c.
Definition at line 2488 of file htmlstyle.c.
Definition at line 2590 of file htmlstyle.c.
Definition at line 2545 of file htmlstyle.c.
Definition at line 2524 of file htmlstyle.c.
Definition at line 2566 of file htmlstyle.c.
Definition at line 2120 of file htmlstyle.c.
Definition at line 1481 of file htmlstyle.c.
Definition at line 1329 of file htmlstyle.c.
|
static |
Definition at line 1427 of file htmlstyle.c.
|
static |
Definition at line 1409 of file htmlstyle.c.
|
static |
Definition at line 1355 of file htmlstyle.c.
|
static |
Definition at line 1391 of file htmlstyle.c.
|
static |
Definition at line 1373 of file htmlstyle.c.
Definition at line 1499 of file htmlstyle.c.
Definition at line 1463 of file htmlstyle.c.
Definition at line 2278 of file htmlstyle.c.
Definition at line 1445 of file htmlstyle.c.
Definition at line 2174 of file htmlstyle.c.
Definition at line 2260 of file htmlstyle.c.
Definition at line 2084 of file htmlstyle.c.
Definition at line 1297 of file htmlstyle.c.
Definition at line 2321 of file htmlstyle.c.
|
static |
Definition at line 744 of file htmlstyle.c.
Definition at line 786 of file htmlstyle.c.
|
static |
Definition at line 2875 of file htmlstyle.c.
|
static |
Definition at line 2800 of file htmlstyle.c.
Definition at line 2932 of file htmlstyle.c.
|
inlinestatic |
Definition at line 739 of file htmlstyle.c.
Referenced by HTMLStyle_AddRef(), HTMLStyle_get_background(), HTMLStyle_get_backgroundAttachment(), HTMLStyle_get_backgroundColor(), HTMLStyle_get_backgroundImage(), HTMLStyle_get_backgroundPosition(), HTMLStyle_get_backgroundPositionX(), HTMLStyle_get_backgroundPositionY(), HTMLStyle_get_backgroundRepeat(), HTMLStyle_get_border(), HTMLStyle_get_borderBottom(), HTMLStyle_get_borderBottomColor(), HTMLStyle_get_borderBottomStyle(), HTMLStyle_get_borderBottomWidth(), HTMLStyle_get_borderColor(), HTMLStyle_get_borderLeft(), HTMLStyle_get_borderLeftColor(), HTMLStyle_get_borderLeftStyle(), HTMLStyle_get_borderLeftWidth(), HTMLStyle_get_borderRight(), HTMLStyle_get_borderRightColor(), HTMLStyle_get_borderRightStyle(), HTMLStyle_get_borderRightWidth(), HTMLStyle_get_borderStyle(), HTMLStyle_get_borderTop(), HTMLStyle_get_borderTopColor(), HTMLStyle_get_borderTopStyle(), HTMLStyle_get_borderTopWidth(), HTMLStyle_get_borderWidth(), HTMLStyle_get_clear(), HTMLStyle_get_clip(), HTMLStyle_get_color(), HTMLStyle_get_cssText(), HTMLStyle_get_cursor(), HTMLStyle_get_display(), HTMLStyle_get_filter(), HTMLStyle_get_font(), HTMLStyle_get_fontFamily(), HTMLStyle_get_fontSize(), HTMLStyle_get_fontStyle(), HTMLStyle_get_fontVariant(), HTMLStyle_get_fontWeight(), HTMLStyle_get_height(), HTMLStyle_get_left(), HTMLStyle_get_letterSpacing(), HTMLStyle_get_lineHeight(), HTMLStyle_get_listStyle(), HTMLStyle_get_listStyleImage(), HTMLStyle_get_listStylePosition(), HTMLStyle_get_listStyleType(), HTMLStyle_get_margin(), HTMLStyle_get_marginBottom(), HTMLStyle_get_marginLeft(), HTMLStyle_get_marginRight(), HTMLStyle_get_marginTop(), HTMLStyle_get_overflow(), HTMLStyle_get_padding(), HTMLStyle_get_paddingBottom(), HTMLStyle_get_paddingLeft(), HTMLStyle_get_paddingRight(), HTMLStyle_get_paddingTop(), HTMLStyle_get_pageBreakAfter(), HTMLStyle_get_pageBreakBefore(), HTMLStyle_get_pixelHeight(), HTMLStyle_get_pixelLeft(), HTMLStyle_get_pixelTop(), HTMLStyle_get_pixelWidth(), HTMLStyle_get_posHeight(), HTMLStyle_get_position(), HTMLStyle_get_posLeft(), HTMLStyle_get_posTop(), HTMLStyle_get_posWidth(), HTMLStyle_get_styleFloat(), HTMLStyle_get_textAlign(), HTMLStyle_get_textDecoration(), HTMLStyle_get_textDecorationBlink(), HTMLStyle_get_textDecorationLineThrough(), HTMLStyle_get_textDecorationNone(), HTMLStyle_get_textDecorationOverline(), HTMLStyle_get_textDecorationUnderline(), HTMLStyle_get_textIndent(), HTMLStyle_get_textTransform(), HTMLStyle_get_top(), HTMLStyle_get_verticalAlign(), HTMLStyle_get_visibility(), HTMLStyle_get_whiteSpace(), HTMLStyle_get_width(), HTMLStyle_get_wordSpacing(), HTMLStyle_get_zIndex(), HTMLStyle_getAttribute(), HTMLStyle_GetIDsOfNames(), HTMLStyle_GetTypeInfo(), HTMLStyle_GetTypeInfoCount(), HTMLStyle_Invoke(), HTMLStyle_put_background(), HTMLStyle_put_backgroundAttachment(), HTMLStyle_put_backgroundColor(), HTMLStyle_put_backgroundImage(), HTMLStyle_put_backgroundPosition(), HTMLStyle_put_backgroundPositionX(), HTMLStyle_put_backgroundPositionY(), HTMLStyle_put_backgroundRepeat(), HTMLStyle_put_border(), HTMLStyle_put_borderBottom(), HTMLStyle_put_borderBottomColor(), HTMLStyle_put_borderBottomStyle(), HTMLStyle_put_borderBottomWidth(), HTMLStyle_put_borderColor(), HTMLStyle_put_borderLeft(), HTMLStyle_put_borderLeftColor(), HTMLStyle_put_borderLeftStyle(), HTMLStyle_put_borderLeftWidth(), HTMLStyle_put_borderRight(), HTMLStyle_put_borderRightColor(), HTMLStyle_put_borderRightStyle(), HTMLStyle_put_borderRightWidth(), HTMLStyle_put_borderStyle(), HTMLStyle_put_borderTop(), HTMLStyle_put_borderTopColor(), HTMLStyle_put_borderTopStyle(), HTMLStyle_put_borderTopWidth(), HTMLStyle_put_borderWidth(), HTMLStyle_put_clear(), HTMLStyle_put_clip(), HTMLStyle_put_color(), HTMLStyle_put_cssText(), HTMLStyle_put_cursor(), HTMLStyle_put_display(), HTMLStyle_put_filter(), HTMLStyle_put_font(), HTMLStyle_put_fontFamily(), HTMLStyle_put_fontSize(), HTMLStyle_put_fontStyle(), HTMLStyle_put_fontVariant(), HTMLStyle_put_fontWeight(), HTMLStyle_put_height(), HTMLStyle_put_left(), HTMLStyle_put_letterSpacing(), HTMLStyle_put_lineHeight(), HTMLStyle_put_listStyle(), HTMLStyle_put_listStyleImage(), HTMLStyle_put_listStylePosition(), HTMLStyle_put_listStyleType(), HTMLStyle_put_margin(), HTMLStyle_put_marginBottom(), HTMLStyle_put_marginLeft(), HTMLStyle_put_marginRight(), HTMLStyle_put_marginTop(), HTMLStyle_put_overflow(), HTMLStyle_put_padding(), HTMLStyle_put_paddingBottom(), HTMLStyle_put_paddingLeft(), HTMLStyle_put_paddingRight(), HTMLStyle_put_paddingTop(), HTMLStyle_put_pageBreakAfter(), HTMLStyle_put_pageBreakBefore(), HTMLStyle_put_pixelHeight(), HTMLStyle_put_pixelLeft(), HTMLStyle_put_pixelTop(), HTMLStyle_put_pixelWidth(), HTMLStyle_put_posHeight(), HTMLStyle_put_posLeft(), HTMLStyle_put_posTop(), HTMLStyle_put_posWidth(), HTMLStyle_put_styleFloat(), HTMLStyle_put_textAlign(), HTMLStyle_put_textDecoration(), HTMLStyle_put_textDecorationBlink(), HTMLStyle_put_textDecorationLineThrough(), HTMLStyle_put_textDecorationNone(), HTMLStyle_put_textDecorationOverline(), HTMLStyle_put_textDecorationUnderline(), HTMLStyle_put_textIndent(), HTMLStyle_put_textTransform(), HTMLStyle_put_top(), HTMLStyle_put_verticalAlign(), HTMLStyle_put_visibility(), HTMLStyle_put_whiteSpace(), HTMLStyle_put_width(), HTMLStyle_put_wordSpacing(), HTMLStyle_put_zIndex(), HTMLStyle_QueryInterface(), HTMLStyle_Release(), HTMLStyle_removeAttribute(), HTMLStyle_setAttribute(), and HTMLStyle_toString().
Definition at line 714 of file htmlstyle.c.
Referenced by HTMLStyle_put_borderBottomStyle(), HTMLStyle_put_borderLeftStyle(), HTMLStyle_put_borderRightStyle(), HTMLStyle_put_borderStyle(), and HTMLStyle_put_borderTopStyle().
|
static |
Definition at line 307 of file htmlstyle.c.
Referenced by HTMLStyle_get_dispid(), and HTMLStyle_removeAttribute().
Definition at line 483 of file htmlstyle.c.
Referenced by get_nsstyle_attr(), and get_nsstyle_attr_var().
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 * | nsstyle, |
styleid_t | sid, | ||
const WCHAR * | value, | ||
DWORD | flags | ||
) |
Definition at line 382 of file htmlstyle.c.
Referenced by HTMLStyle2_put_direction(), HTMLStyle2_put_overflowX(), HTMLStyle2_put_overflowY(), HTMLStyle2_put_position(), HTMLStyle2_put_tableLayout(), HTMLStyle3_put_wordWrap(), HTMLStyle6_put_boxSizing(), HTMLStyle6_put_outline(), HTMLStyle_put_backgroundPositionX(), HTMLStyle_put_backgroundPositionY(), HTMLStyle_put_borderStyle(), HTMLStyle_put_fontStyle(), HTMLStyle_put_fontVariant(), HTMLStyle_put_fontWeight(), HTMLStyle_put_overflow(), HTMLStyle_put_pageBreakAfter(), HTMLStyle_put_pageBreakBefore(), HTMLStyle_put_whiteSpace(), set_elem_style(), set_nsstyle_attr_var(), set_style_attr(), and set_style_pxattr().
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().
Definition at line 2650 of file htmlstyle.c.
Referenced by update_filter().
|
inlinestatic |
Definition at line 460 of file htmlstyle.c.
Referenced by HTMLStyle_put_background(), HTMLStyle_put_backgroundAttachment(), HTMLStyle_put_backgroundImage(), HTMLStyle_put_backgroundPosition(), HTMLStyle_put_backgroundRepeat(), HTMLStyle_put_border(), HTMLStyle_put_borderBottom(), HTMLStyle_put_borderBottomStyle(), HTMLStyle_put_borderColor(), HTMLStyle_put_borderLeft(), HTMLStyle_put_borderLeftStyle(), HTMLStyle_put_borderRight(), HTMLStyle_put_borderRightStyle(), HTMLStyle_put_borderTop(), HTMLStyle_put_borderTopStyle(), HTMLStyle_put_borderWidth(), HTMLStyle_put_clear(), HTMLStyle_put_clip(), HTMLStyle_put_cursor(), HTMLStyle_put_display(), HTMLStyle_put_fontFamily(), HTMLStyle_put_listStyle(), HTMLStyle_put_listStylePosition(), HTMLStyle_put_listStyleType(), HTMLStyle_put_margin(), HTMLStyle_put_padding(), HTMLStyle_put_styleFloat(), HTMLStyle_put_textAlign(), HTMLStyle_put_textDecoration(), HTMLStyle_put_textDecorationBlink(), HTMLStyle_put_textDecorationLineThrough(), HTMLStyle_put_textDecorationNone(), HTMLStyle_put_textDecorationOverline(), HTMLStyle_put_textDecorationUnderline(), HTMLStyle_put_textTransform(), HTMLStyle_put_visibility(), and set_style_pos().
Definition at line 618 of file htmlstyle.c.
Referenced by HTMLStyle_put_posHeight(), HTMLStyle_put_posLeft(), HTMLStyle_put_posTop(), and HTMLStyle_put_posWidth().
|
static |
Definition at line 630 of file htmlstyle.c.
Referenced by HTMLStyle_put_pixelHeight(), HTMLStyle_put_pixelLeft(), HTMLStyle_put_pixelTop(), and HTMLStyle_put_pixelWidth().
Definition at line 2672 of file htmlstyle.c.
Referenced by HTMLStyle_put_filter(), and HTMLStyle_removeAttribute().
|
static |
Definition at line 411 of file htmlstyle.c.
Referenced by HTMLStyle_put_backgroundPositionX(), HTMLStyle_put_backgroundPositionY(), and set_nsstyle_attr_var().
Definition at line 21 of file htmlstyle.c.
Definition at line 23 of file htmlstyle.c.
Definition at line 25 of file htmlstyle.c.
Definition at line 27 of file htmlstyle.c.
Definition at line 29 of file htmlstyle.c.
Definition at line 31 of file htmlstyle.c.
Definition at line 33 of file htmlstyle.c.
Definition at line 35 of file htmlstyle.c.
Definition at line 37 of file htmlstyle.c.
Definition at line 39 of file htmlstyle.c.
Definition at line 41 of file htmlstyle.c.
Definition at line 43 of file htmlstyle.c.
Definition at line 45 of file htmlstyle.c.
Definition at line 47 of file htmlstyle.c.
Definition at line 49 of file htmlstyle.c.
Definition at line 51 of file htmlstyle.c.
Definition at line 53 of file htmlstyle.c.
Definition at line 55 of file htmlstyle.c.
Definition at line 57 of file htmlstyle.c.
Definition at line 59 of file htmlstyle.c.
Definition at line 61 of file htmlstyle.c.
Definition at line 63 of file htmlstyle.c.
Definition at line 69 of file htmlstyle.c.
Definition at line 65 of file htmlstyle.c.
Definition at line 67 of file htmlstyle.c.
Definition at line 71 of file htmlstyle.c.
Definition at line 73 of file htmlstyle.c.
Definition at line 75 of file htmlstyle.c.
Definition at line 77 of file htmlstyle.c.
Definition at line 80 of file htmlstyle.c.
Definition at line 82 of file htmlstyle.c.
Definition at line 84 of file htmlstyle.c.
Definition at line 86 of file htmlstyle.c.
Definition at line 88 of file htmlstyle.c.
Definition at line 90 of file htmlstyle.c.
Definition at line 92 of file htmlstyle.c.
Definition at line 94 of file htmlstyle.c.
Definition at line 96 of file htmlstyle.c.
Definition at line 98 of file htmlstyle.c.
Definition at line 100 of file htmlstyle.c.
Definition at line 102 of file htmlstyle.c.
Definition at line 104 of file htmlstyle.c.
Definition at line 106 of file htmlstyle.c.
Definition at line 108 of file htmlstyle.c.
Definition at line 110 of file htmlstyle.c.
Definition at line 112 of file htmlstyle.c.
Definition at line 114 of file htmlstyle.c.
Definition at line 116 of file htmlstyle.c.
Definition at line 120 of file htmlstyle.c.
Definition at line 118 of file htmlstyle.c.
Definition at line 122 of file htmlstyle.c.
Definition at line 124 of file htmlstyle.c.
Definition at line 126 of file htmlstyle.c.
Definition at line 128 of file htmlstyle.c.
Definition at line 130 of file htmlstyle.c.
Definition at line 132 of file htmlstyle.c.
Definition at line 134 of file htmlstyle.c.
Definition at line 136 of file htmlstyle.c.
Definition at line 138 of file htmlstyle.c.
Definition at line 140 of file htmlstyle.c.
Definition at line 142 of file htmlstyle.c.
Definition at line 144 of file htmlstyle.c.
Definition at line 146 of file htmlstyle.c.
Definition at line 148 of file htmlstyle.c.
Definition at line 150 of file htmlstyle.c.
Definition at line 152 of file htmlstyle.c.
Definition at line 154 of file htmlstyle.c.
Definition at line 156 of file htmlstyle.c.
Definition at line 158 of file htmlstyle.c.
Definition at line 160 of file htmlstyle.c.
Definition at line 162 of file htmlstyle.c.
Definition at line 164 of file htmlstyle.c.
Definition at line 166 of file htmlstyle.c.
Definition at line 168 of file htmlstyle.c.
Definition at line 170 of file htmlstyle.c.
Definition at line 172 of file htmlstyle.c.
Definition at line 174 of file htmlstyle.c.
Definition at line 176 of file htmlstyle.c.
Definition at line 178 of file htmlstyle.c.
Definition at line 180 of file htmlstyle.c.
Definition at line 182 of file htmlstyle.c.
Definition at line 184 of file htmlstyle.c.
Definition at line 186 of file htmlstyle.c.
Definition at line 188 of file htmlstyle.c.
Definition at line 190 of file htmlstyle.c.
Definition at line 305 of file htmlstyle.c.
Referenced by HTMLStyle_put_textDecorationBlink(), HTMLStyle_put_textDecorationLineThrough(), HTMLStyle_put_textDecorationNone(), HTMLStyle_put_textDecorationOverline(), HTMLStyle_put_textDecorationUnderline(), set_nsstyle_attr(), set_opacity(), update_filter(), and var_to_styleval().
|
static |
Definition at line 3157 of file htmlstyle.c.
Referenced by HTMLStyle_Create().
|
static |
Definition at line 3141 of file htmlstyle.c.
Definition at line 3148 of file htmlstyle.c.
|
static |
Definition at line 2939 of file htmlstyle.c.
Referenced by HTMLStyle_Create().
Definition at line 304 of file htmlstyle.c.
Referenced by set_style_pxattr(), and var_to_styleval().
Definition at line 194 of file htmlstyle.c.
Referenced by get_nsstyle_pixel_val(), and get_nsstyle_pos().
|
static |
Definition at line 201 of file htmlstyle.c.
Referenced by check_style_attr_value(), get_nsstyle_attr(), get_nsstyle_attr_nsval(), get_nsstyle_attr_var(), HTMLStyle_removeAttribute(), lookup_style_tbl(), and set_nsstyle_attr().
Definition at line 297 of file htmlstyle.c.
Referenced by HTMLStyle_get_textDecorationNone(), HTMLStyle_put_textDecoration(), HTMLStyle_put_textDecorationNone(), and is_valid_border_style().
Definition at line 295 of file htmlstyle.c.
Referenced by HTMLStyle_put_fontStyle(), HTMLStyle_put_fontVariant(), and HTMLStyle_put_fontWeight().
Definition at line 301 of file htmlstyle.c.
Referenced by HTMLStyle_get_textDecorationBlink(), HTMLStyle_put_textDecoration(), and HTMLStyle_put_textDecorationBlink().
Definition at line 291 of file htmlstyle.c.
Referenced by HTMLStyle_get_textDecorationLineThrough(), HTMLStyle_put_textDecoration(), and HTMLStyle_put_textDecorationLineThrough().
Definition at line 299 of file htmlstyle.c.
Referenced by HTMLStyle_get_textDecorationOverline(), HTMLStyle_put_textDecoration(), and HTMLStyle_put_textDecorationOverline().
Definition at line 293 of file htmlstyle.c.
Referenced by HTMLStyle_get_textDecorationUnderline(), HTMLStyle_put_textDecoration(), and HTMLStyle_put_textDecorationUnderline().