Searched refs:html_text (Results 1 – 6 of 6) sorted by relevance
49 html_text::html_text (simple_output *op) : in html_text() function in html_text56 html_text::~html_text () in ~html_text()80 void html_text::dump_stack_element (tag_definition *p) in dump_stack_element()124 void html_text::dump_stack (void) in dump_stack()138 void html_text::dump_stack (void) {} in dump_stack()146 void html_text::end_tag (tag_definition *t) in end_tag()186 void html_text::issue_tag (const char *tagname, const char *arg, in issue_tag()210 void html_text::issue_color_begin (color *c) in issue_color_begin()231 void html_text::start_tag (tag_definition *t) in start_tag()277 void html_text::flush_text (void) in flush_text()[all …]
59 class html_text {61 html_text (simple_output *op);62 ~html_text (void);
1972 html_text *current_paragraph;4506 current_paragraph = new html_text(&html); in begin_page()
233 * src/devices/grohtml/html-text.cc (html_text::start_tag) <P_TAG,419 * src/devices/grohtml/html-text.cc (html_text::do_italic): Don't421 (html_text::do_bold): Don't reset italic and tt.422 (html_text::do_tt, html_text::do_pre): Don't reset bold and italic.560 * src/devices/grohtml/html-text.cc (html_text): New members562 (html_text::issue_tag): Don't emit TABLE_TAG.564 (html_text::end_tag): Updated.565 (html_text::table_is_void, html_text::issue_table_begin,566 html_text::issue_table_end): Removed.567 (html_text::do_push): Simplified.[all …]
416 * src/devices/grohtml/html-text.cc (html_text::do_pre): Remove418 * src/devices/grohtml/html-text.h (html_text::emit_space): Change916 * src/devices/grohtml/html-text.cc (html_text::issue_table_begin):918 (html_text::do_table): Add parameter.919 (html_text::do_indent): Updated.956 * src/devices/grohtml/html_text.h: Add more *_TAG enum values.957 * src/devices/grohtml/html_text.cc (html_text::end_tag): Fix959 (html_text::start_tag): Disable newlines.960 (html_text::table_is_void): New function.961 (html_text::issue_table_begin): Ditto.[all …]
632 * src/devices/grohtml/html-text.cpp (html_text::do_pre): Preserve634 (html_text::done_para): Unset `start_space'.635 (html_text::remove_para_align): Call `retrieve_para_space' for the694 * src/devices/grohtml/html-text.cpp (html_text::html_text):696 (html_text::end_tag) <P_TAG, PRE_TAG>: Updated.697 (html_text::issue_tag): Add argument to handle space style.698 (html_text::start_tag) <P_TAG, PRE_TAG>: Updated.699 (html_text::flush_text): Don't set `start_space'.700 (html_text::push_para): Don't set `p->really_issued'.701 (html_text::do_emittext): Updated.[all …]