Searched refs:list_box (Results 1 – 7 of 7) sorted by relevance
24 list_box *box::to_list_box() in to_list_box()29 list_box *list_box::to_list_box() in to_list_box()34 void list_box::append(box *pp) in append()36 list_box *q = pp->to_list_box(); in append()49 list_box::list_box(box *pp) : list(pp), sty(-1) in list_box() function in list_box51 list_box *q = pp->to_list_box(); in list_box()91 int list_box::compute_metrics(int style) in compute_metrics()174 void list_box::compute_sublist_width(int n) in compute_sublist_width()198 void list_box::compute_subscript_kern() in compute_subscript_kern()209 void list_box::output() in output()[all …]
22 class list_box; variable39 virtual list_box *to_list_box();63 friend class list_box; variable71 class list_box : public box {76 list_box(box *);83 list_box *to_list_box();
36 list_box *b = p->to_list_box(); in make_mark_box()86 list_box *b = p->to_list_box(); in make_lineup_box()
133 list_box *lb = $1->to_list_box();135 lb = new list_box($1);
361 list_box *lb = 0; in split_text()513 lb = new list_box(fb); in split_text()
46 list_box *b = nuc->to_list_box(); in make_script_box()
289 * eqn/list.cc (list_box::compute_metrics,290 list_box::compute_sublist_width): Removed variable declaration to