|
import_shared_strings * | get_shared_strings () |
|
const import_shared_strings * | get_shared_strings () const |
|
import_styles * | get_styles () |
|
const import_styles * | get_styles () const |
|
sheet * | append_sheet (const pstring &sheet_name, row_t row_size, col_t col_size) |
|
sheet * | get_sheet (const pstring &sheet_name) |
|
sheet * | get_sheet (sheet_t sheet_pos) |
|
const sheet * | get_sheet (sheet_t sheet_pos) const |
|
void | calc_formulas () |
|
void | swap (document &other) |
|
void | clear () |
|
virtual void | dump_flat (const std::string &outdir) const |
|
virtual void | dump_html (const ::std::string &outdir) const |
|
virtual void | dump_check (std::ostream &os) const |
|
sheet_t | get_sheet_index (const pstring &name) const |
|
pstring | get_sheet_name (sheet_t sheet_pos) const |
|
size_t | sheet_size () const |
|
void | set_origin_date (int year, int month, int day) |
|
void | set_formula_grammar (formula_grammar_t grammar) |
|
formula_grammar_t | get_formula_grammar () const |
|
const ixion::formula_name_resolver * | get_formula_name_resolver () const |
|
ixion::model_context & | get_model_context () |
|
const ixion::model_context & | get_model_context () const |
|
string_pool & | get_string_pool () |
|
void | insert_table (table_t *p) |
|
const table_t * | get_table (const pstring &name) const |
|
void | finalize () |
|
virtual void | dump_html (const std::string &outdir) const =0 |
|
Internal document representation used only for testing the filters. It uses ixion's model_context implementation to store raw cell values.