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