Dillo v3.1.1-98-g318d1f14
|
Go to the source code of this file.
Functions | |
void | Html_tag_open_table (DilloHtml *html, const char *tag, int tagsize) |
void | Html_tag_content_table (DilloHtml *html, const char *tag, int tagsize) |
void | Html_tag_open_tr (DilloHtml *html, const char *tag, int tagsize) |
void | Html_tag_content_tr (DilloHtml *html, const char *tag, int tagsize) |
void | Html_tag_open_td (DilloHtml *html, const char *tag, int tagsize) |
void | Html_tag_content_td (DilloHtml *html, const char *tag, int tagsize) |
void | Html_tag_open_tbody (DilloHtml *html, const char *tag, int tagsize) |
void | Html_tag_content_tbody (DilloHtml *html, const char *tag, int tagsize) |
void | Html_tag_open_tfoot (DilloHtml *html, const char *tag, int tagsize) |
void | Html_tag_open_thead (DilloHtml *html, const char *tag, int tagsize) |
void | Html_tag_open_th (DilloHtml *html, const char *tag, int tagsize) |
void | Html_tag_content_th (DilloHtml *html, const char *tag, int tagsize) |
void Html_tag_content_table | ( | DilloHtml * | html, |
const char * | tag, | ||
int | tagsize | ||
) |
Definition at line 161 of file table.cc.
References DILLO_HTML_TABLE_BORDER_SEPARATE, DILLO_HTML_TABLE_MODE_TOP, FALSE, HT2TB, DilloPrefs::limit_text_width, prefs, S_TOP, DilloHtml::style(), and DilloHtml::wordStyle().
void Html_tag_content_tbody | ( | DilloHtml * | html, |
const char * | tag, | ||
int | tagsize | ||
) |
void Html_tag_content_td | ( | DilloHtml * | html, |
const char * | tag, | ||
int | tagsize | ||
) |
Definition at line 248 of file table.cc.
References Html_tag_content_table_cell().
void Html_tag_content_th | ( | DilloHtml * | html, |
const char * | tag, | ||
int | tagsize | ||
) |
Definition at line 287 of file table.cc.
References Html_tag_content_table_cell().
void Html_tag_content_tr | ( | DilloHtml * | html, |
const char * | tag, | ||
int | tagsize | ||
) |
Definition at line 223 of file table.cc.
References DILLO_HTML_TABLE_MODE_NONE, DILLO_HTML_TABLE_MODE_TD, DILLO_HTML_TABLE_MODE_TOP, DILLO_HTML_TABLE_MODE_TR, S_TOP, and DilloHtml::style().
void Html_tag_open_table | ( | DilloHtml * | html, |
const char * | tag, | ||
int | tagsize | ||
) |
Definition at line 47 of file table.cc.
References a_Html_color_parse(), a_Html_get_attr(), a_Html_parse_length(), dw::core::style::BORDER_INSET, dw::core::style::BORDER_OUTSET, BUG_MSG, StyleEngine::clearNonCssHints(), CSS_CREATE_LENGTH(), CSS_LENGTH_TYPE_PX, CSS_PROPERTY_BACKGROUND_COLOR, CSS_PROPERTY_BORDER_BOTTOM_STYLE, CSS_PROPERTY_BORDER_BOTTOM_WIDTH, CSS_PROPERTY_BORDER_LEFT_STYLE, CSS_PROPERTY_BORDER_LEFT_WIDTH, CSS_PROPERTY_BORDER_RIGHT_STYLE, CSS_PROPERTY_BORDER_RIGHT_WIDTH, CSS_PROPERTY_BORDER_SPACING, CSS_PROPERTY_BORDER_TOP_STYLE, CSS_PROPERTY_BORDER_TOP_WIDTH, CSS_PROPERTY_PADDING_BOTTOM, CSS_PROPERTY_PADDING_LEFT, CSS_PROPERTY_PADDING_RIGHT, CSS_PROPERTY_PADDING_TOP, CSS_PROPERTY_TEXT_ALIGN, CSS_PROPERTY_WIDTH, CSS_TYPE_COLOR, CSS_TYPE_ENUM, CSS_TYPE_LENGTH_PERCENTAGE, DilloHtml::DocType, DilloHtml::DocTypeVersion, dStrAsciiCasecmp(), DT_HTML, StyleEngine::setNonCssHint(), DilloHtml::style(), DilloHtml::styleEngine, dw::core::style::TEXT_ALIGN_CENTER, dw::core::style::TEXT_ALIGN_LEFT, and dw::core::style::TEXT_ALIGN_RIGHT.
void Html_tag_open_tbody | ( | DilloHtml * | html, |
const char * | tag, | ||
int | tagsize | ||
) |
void Html_tag_open_td | ( | DilloHtml * | html, |
const char * | tag, | ||
int | tagsize | ||
) |
Definition at line 242 of file table.cc.
References Html_tag_open_table_cell(), and dw::core::style::TEXT_ALIGN_LEFT.
void Html_tag_open_tfoot | ( | DilloHtml * | html, |
const char * | tag, | ||
int | tagsize | ||
) |
void Html_tag_open_th | ( | DilloHtml * | html, |
const char * | tag, | ||
int | tagsize | ||
) |
Definition at line 281 of file table.cc.
References Html_tag_open_table_cell(), and dw::core::style::TEXT_ALIGN_CENTER.
void Html_tag_open_thead | ( | DilloHtml * | html, |
const char * | tag, | ||
int | tagsize | ||
) |
void Html_tag_open_tr | ( | DilloHtml * | html, |
const char * | tag, | ||
int | tagsize | ||
) |
Definition at line 180 of file table.cc.
References _MSG, a_Html_color_parse(), a_Html_get_attr(), a_Html_tag_set_align_attr(), a_Html_tag_set_valign_attr(), BUG_MSG, CSS_PROPERTY_BACKGROUND_COLOR, CSS_TYPE_COLOR, DILLO_HTML_TABLE_MODE_NONE, DILLO_HTML_TABLE_MODE_TD, DILLO_HTML_TABLE_MODE_TOP, DILLO_HTML_TABLE_MODE_TR, DilloHtml::DocType, DilloHtml::DocTypeVersion, DT_HTML, StyleEngine::inheritBackgroundColor(), StyleEngine::inheritNonCssHints(), S_TOP, StyleEngine::setNonCssHint(), DilloHtml::styleEngine, and TRUE.