Searched refs:block_entry (Results 1 – 3 of 3) sorted by relevance
293 class block_entry : public table_entry { class298 block_entry(char *s, const entry_modifier *m);299 ~block_entry();307 class left_block_entry : public block_entry {313 class right_block_entry : public block_entry {319 class center_block_entry : public block_entry {325 class alphabetic_block_entry : public block_entry {619 block_entry::block_entry(char *s, const entry_modifier *m) in block_entry() function in block_entry624 block_entry::~block_entry() in ~block_entry()629 void block_entry::position_vertically() in position_vertically()[all …]
300 * tbl/table.cc (block_entry::do_divert, table::do_row): Renamed1550 * tbl/table.cc (table_entry::divert, block_entry::do_divert,1551 block_entry::divert, alphabetic_block_entry::divert): Add extra1555 (block_entry::do_divert): If an entry spans multiple columns and a2017 block_entry::position_vertically): For a centered entry, perform4386 * tbl/table.c (block_entry::do_divert): Declare return type as4388 (block_entry::divert, alphabetic_block_entry::divert): Return 1.4574 (block_entry::divert): Split off body into ...4575 (block_entry::do_divert): If the block is alphabetic, subtract 2n
3113 * src/preproc/tbl/table.cpp (block_entry::do_divert): Call