8 #ifndef INCLUDED_ORCUS_SPREADSHEET_SHARED_STRINGS_HPP
9 #define INCLUDED_ORCUS_SPREADSHEET_SHARED_STRINGS_HPP
11 #include "document_types.hpp"
17 namespace ixion {
class model_context; }
21 namespace spreadsheet {
33 std::unique_ptr<impl> mp_impl;
71 void dump(std::ostream& os)
const;
Definition: shared_strings.hpp:31
void set_format_runs(std::size_t sindex, std::unique_ptr< format_runs_t > runs)
const format_runs_t * get_format_runs(std::size_t index) const
const std::string * get_string(std::size_t index) const