Sophie

Sophie

distrib > Mageia > 7 > i586 > by-pkgid > 4b3b560487e94138def7c3441077f8dc > files > 523

libmwaw-doc-0.3.16-1.mga7.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>RagTime5Spreadsheet.hxx Source File documentation</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.8.15 -->
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
  initMenu('',false,false,'search.php','Search');
});
/* @license-end */</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
  <div id="nav-tree">
    <div id="nav-tree-contents">
      <div id="nav-sync" class="sync"></div>
    </div>
  </div>
  <div id="splitbar" style="-moz-user-select:none;" 
       class="ui-resizable-handle">
  </div>
</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('RagTime5Spreadsheet_8hxx_source.html','');});
/* @license-end */
</script>
<div id="doc-content">
<div class="header">
  <div class="headertitle">
<div class="title">RagTime5Spreadsheet.hxx</div>  </div>
</div><!--header-->
<div class="contents">
<a href="RagTime5Spreadsheet_8hxx.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno">    1</span>&#160;<span class="comment">/* -*- Mode: C++; c-default-style: &quot;k&amp;r&quot;; indent-tabs-mode: nil; tab-width: 2; c-basic-offset: 2 -*- */</span></div><div class="line"><a name="l00002"></a><span class="lineno">    2</span>&#160;</div><div class="line"><a name="l00003"></a><span class="lineno">    3</span>&#160;<span class="comment">/* libmwaw</span></div><div class="line"><a name="l00004"></a><span class="lineno">    4</span>&#160;<span class="comment">* Version: MPL 2.0 / LGPLv2+</span></div><div class="line"><a name="l00005"></a><span class="lineno">    5</span>&#160;<span class="comment">*</span></div><div class="line"><a name="l00006"></a><span class="lineno">    6</span>&#160;<span class="comment">* The contents of this file are subject to the Mozilla Public License Version</span></div><div class="line"><a name="l00007"></a><span class="lineno">    7</span>&#160;<span class="comment">* 2.0 (the &quot;License&quot;); you may not use this file except in compliance with</span></div><div class="line"><a name="l00008"></a><span class="lineno">    8</span>&#160;<span class="comment">* the License or as specified alternatively below. You may obtain a copy of</span></div><div class="line"><a name="l00009"></a><span class="lineno">    9</span>&#160;<span class="comment">* the License at http://www.mozilla.org/MPL/</span></div><div class="line"><a name="l00010"></a><span class="lineno">   10</span>&#160;<span class="comment">*</span></div><div class="line"><a name="l00011"></a><span class="lineno">   11</span>&#160;<span class="comment">* Software distributed under the License is distributed on an &quot;AS IS&quot; basis,</span></div><div class="line"><a name="l00012"></a><span class="lineno">   12</span>&#160;<span class="comment">* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License</span></div><div class="line"><a name="l00013"></a><span class="lineno">   13</span>&#160;<span class="comment">* for the specific language governing rights and limitations under the</span></div><div class="line"><a name="l00014"></a><span class="lineno">   14</span>&#160;<span class="comment">* License.</span></div><div class="line"><a name="l00015"></a><span class="lineno">   15</span>&#160;<span class="comment">*</span></div><div class="line"><a name="l00016"></a><span class="lineno">   16</span>&#160;<span class="comment">* Major Contributor(s):</span></div><div class="line"><a name="l00017"></a><span class="lineno">   17</span>&#160;<span class="comment">* Copyright (C) 2002 William Lachance (wrlach@gmail.com)</span></div><div class="line"><a name="l00018"></a><span class="lineno">   18</span>&#160;<span class="comment">* Copyright (C) 2002,2004 Marc Maurer (uwog@uwog.net)</span></div><div class="line"><a name="l00019"></a><span class="lineno">   19</span>&#160;<span class="comment">* Copyright (C) 2004-2006 Fridrich Strba (fridrich.strba@bluewin.ch)</span></div><div class="line"><a name="l00020"></a><span class="lineno">   20</span>&#160;<span class="comment">* Copyright (C) 2006, 2007 Andrew Ziem</span></div><div class="line"><a name="l00021"></a><span class="lineno">   21</span>&#160;<span class="comment">* Copyright (C) 2011, 2012 Alonso Laurent (alonso@loria.fr)</span></div><div class="line"><a name="l00022"></a><span class="lineno">   22</span>&#160;<span class="comment">*</span></div><div class="line"><a name="l00023"></a><span class="lineno">   23</span>&#160;<span class="comment">*</span></div><div class="line"><a name="l00024"></a><span class="lineno">   24</span>&#160;<span class="comment">* All Rights Reserved.</span></div><div class="line"><a name="l00025"></a><span class="lineno">   25</span>&#160;<span class="comment">*</span></div><div class="line"><a name="l00026"></a><span class="lineno">   26</span>&#160;<span class="comment">* For minor contributions see the git repository.</span></div><div class="line"><a name="l00027"></a><span class="lineno">   27</span>&#160;<span class="comment">*</span></div><div class="line"><a name="l00028"></a><span class="lineno">   28</span>&#160;<span class="comment">* Alternatively, the contents of this file may be used under the terms of</span></div><div class="line"><a name="l00029"></a><span class="lineno">   29</span>&#160;<span class="comment">* the GNU Lesser General Public License Version 2 or later (the &quot;LGPLv2+&quot;),</span></div><div class="line"><a name="l00030"></a><span class="lineno">   30</span>&#160;<span class="comment">* in which case the provisions of the LGPLv2+ are applicable</span></div><div class="line"><a name="l00031"></a><span class="lineno">   31</span>&#160;<span class="comment">* instead of those above.</span></div><div class="line"><a name="l00032"></a><span class="lineno">   32</span>&#160;<span class="comment">*/</span></div><div class="line"><a name="l00033"></a><span class="lineno">   33</span>&#160;</div><div class="line"><a name="l00034"></a><span class="lineno">   34</span>&#160;<span class="comment">/*</span></div><div class="line"><a name="l00035"></a><span class="lineno">   35</span>&#160;<span class="comment"> * Parser to RagTime 5-6 document ( spreadsheet part )</span></div><div class="line"><a name="l00036"></a><span class="lineno">   36</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00037"></a><span class="lineno">   37</span>&#160;<span class="comment"> */</span></div><div class="line"><a name="l00038"></a><span class="lineno">   38</span>&#160;<span class="preprocessor">#ifndef RAGTIME5_SPREADSHEET</span></div><div class="line"><a name="l00039"></a><span class="lineno">   39</span>&#160;<span class="preprocessor">#  define RAGTIME5_SPREADSHEET</span></div><div class="line"><a name="l00040"></a><span class="lineno">   40</span>&#160;</div><div class="line"><a name="l00041"></a><span class="lineno">   41</span>&#160;<span class="preprocessor">#include &lt;string&gt;</span></div><div class="line"><a name="l00042"></a><span class="lineno">   42</span>&#160;<span class="preprocessor">#include &lt;map&gt;</span></div><div class="line"><a name="l00043"></a><span class="lineno">   43</span>&#160;<span class="preprocessor">#include &lt;vector&gt;</span></div><div class="line"><a name="l00044"></a><span class="lineno">   44</span>&#160;</div><div class="line"><a name="l00045"></a><span class="lineno">   45</span>&#160;<span class="preprocessor">#include &lt;librevenge/librevenge.h&gt;</span></div><div class="line"><a name="l00046"></a><span class="lineno">   46</span>&#160;</div><div class="line"><a name="l00047"></a><span class="lineno">   47</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="libmwaw__internal_8hxx.html">libmwaw_internal.hxx</a>&quot;</span></div><div class="line"><a name="l00048"></a><span class="lineno">   48</span>&#160;</div><div class="line"><a name="l00049"></a><span class="lineno">   49</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="MWAWCell_8hxx.html">MWAWCell.hxx</a>&quot;</span></div><div class="line"><a name="l00050"></a><span class="lineno">   50</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="MWAWDebug_8hxx.html">MWAWDebug.hxx</a>&quot;</span></div><div class="line"><a name="l00051"></a><span class="lineno">   51</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="MWAWInputStream_8hxx.html">MWAWInputStream.hxx</a>&quot;</span></div><div class="line"><a name="l00052"></a><span class="lineno">   52</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="MWAWPosition_8hxx.html">MWAWPosition.hxx</a>&quot;</span></div><div class="line"><a name="l00053"></a><span class="lineno">   53</span>&#160;</div><div class="line"><a name="l00054"></a><span class="lineno">   54</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="RagTime5StructManager_8hxx.html">RagTime5StructManager.hxx</a>&quot;</span></div><div class="line"><a name="l00055"></a><span class="lineno">   55</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="RagTime5ClusterManager_8hxx.html">RagTime5ClusterManager.hxx</a>&quot;</span></div><div class="line"><a name="l00056"></a><span class="lineno">   56</span>&#160;</div><div class="line"><a name="l00057"></a><span class="lineno">   57</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespaceRagTime5SpreadsheetInternal.html">RagTime5SpreadsheetInternal</a></div><div class="line"><a name="l00058"></a><span class="lineno">   58</span>&#160;{</div><div class="line"><a name="l00059"></a><span class="lineno">   59</span>&#160;<span class="keyword">struct </span>CellContent;</div><div class="line"><a name="l00060"></a><span class="lineno">   60</span>&#160;<span class="keyword">struct </span>Sheet;</div><div class="line"><a name="l00061"></a><span class="lineno">   61</span>&#160;<span class="keyword">struct </span>State;</div><div class="line"><a name="l00062"></a><span class="lineno">   62</span>&#160;</div><div class="line"><a name="l00063"></a><span class="lineno">   63</span>&#160;<span class="keyword">class </span>SubDocument;</div><div class="line"><a name="l00064"></a><span class="lineno">   64</span>&#160;}</div><div class="line"><a name="l00065"></a><span class="lineno">   65</span>&#160;</div><div class="line"><a name="l00066"></a><span class="lineno">   66</span>&#160;<span class="keyword">class </span><a class="code" href="classRagTime5Document.html">RagTime5Document</a>;</div><div class="line"><a name="l00067"></a><span class="lineno">   67</span>&#160;<span class="keyword">class </span><a class="code" href="classRagTime5Formula.html">RagTime5Formula</a>;</div><div class="line"><a name="l00068"></a><span class="lineno">   68</span>&#160;<span class="keyword">class </span><a class="code" href="classRagTime5StructManager.html">RagTime5StructManager</a>;</div><div class="line"><a name="l00069"></a><span class="lineno">   69</span>&#160;<span class="keyword">class </span><a class="code" href="classRagTime5StyleManager.html">RagTime5StyleManager</a>;</div><div class="line"><a name="l00070"></a><span class="lineno">   70</span>&#160;<span class="keyword">class </span><a class="code" href="classRagTime5Zone.html">RagTime5Zone</a>;</div><div class="line"><a name="l00071"></a><span class="lineno">   71</span>&#160;</div><div class="line"><a name="l00077"></a><span class="lineno"><a class="line" href="classRagTime5Spreadsheet.html">   77</a></span>&#160;<span class="keyword">class </span><a class="code" href="classRagTime5Spreadsheet.html">RagTime5Spreadsheet</a></div><div class="line"><a name="l00078"></a><span class="lineno">   78</span>&#160;{</div><div class="line"><a name="l00079"></a><span class="lineno"><a class="line" href="classRagTime5Spreadsheet.html#a0ad983a9212540bae3cebf704d4a26c9">   79</a></span>&#160;  <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classRagTime5Spreadsheet.html#a0ad983a9212540bae3cebf704d4a26c9">RagTime5SpreadsheetInternal::SubDocument</a>;</div><div class="line"><a name="l00080"></a><span class="lineno"><a class="line" href="classRagTime5Spreadsheet.html#ac01a23ef4b38ef70041b64a79c3659b9">   80</a></span>&#160;  <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classRagTime5Document.html">RagTime5Document</a>;</div><div class="line"><a name="l00081"></a><span class="lineno"><a class="line" href="classRagTime5Spreadsheet.html#ab35b6a604e50454288d74d1aeaced618">   81</a></span>&#160;  <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classRagTime5Formula.html">RagTime5Formula</a>;</div><div class="line"><a name="l00082"></a><span class="lineno">   82</span>&#160;</div><div class="line"><a name="l00083"></a><span class="lineno">   83</span>&#160;<span class="keyword">public</span>:</div><div class="line"><a name="l00085"></a><span class="lineno">   85</span>&#160;  <span class="keyword">explicit</span> <a class="code" href="classRagTime5Spreadsheet.html#acde58a17415a5ff2631d655e64de0cd6">RagTime5Spreadsheet</a>(<a class="code" href="classRagTime5Document.html">RagTime5Document</a> &amp;doc);</div><div class="line"><a name="l00087"></a><span class="lineno">   87</span>&#160;  <span class="keyword">virtual</span> <a class="code" href="classRagTime5Spreadsheet.html#a80289fe59182cdb586105e8378e1ea29">~RagTime5Spreadsheet</a>();</div><div class="line"><a name="l00088"></a><span class="lineno">   88</span>&#160;</div><div class="line"><a name="l00090"></a><span class="lineno">   90</span>&#160;  <span class="keywordtype">int</span> <a class="code" href="classRagTime5Spreadsheet.html#a1c2142053ab34ed23832da79f85c3ee0">version</a>() <span class="keyword">const</span>;</div><div class="line"><a name="l00091"></a><span class="lineno">   91</span>&#160;</div><div class="line"><a name="l00093"></a><span class="lineno">   93</span>&#160;  <span class="keywordtype">int</span> <a class="code" href="classRagTime5Spreadsheet.html#ab7af5ff29ac098e025843bd6d0b02380">numPages</a>() <span class="keyword">const</span>;</div><div class="line"><a name="l00094"></a><span class="lineno">   94</span>&#160;</div><div class="line"><a name="l00096"></a><span class="lineno">   96</span>&#160;  <span class="keywordtype">bool</span> <a class="code" href="classRagTime5Spreadsheet.html#a623860acd1db0234049254710eaa0818">getFormulaRef</a>(<span class="keywordtype">int</span> sheetId, <span class="keywordtype">int</span> refId, <a class="code" href="structMWAWCellContent_1_1FormulaInstruction.html">MWAWCellContent::FormulaInstruction</a> &amp;instruction) <span class="keyword">const</span>;</div><div class="line"><a name="l00097"></a><span class="lineno">   97</span>&#160;</div><div class="line"><a name="l00098"></a><span class="lineno">   98</span>&#160;<span class="keyword">protected</span>:</div><div class="line"><a name="l00099"></a><span class="lineno">   99</span>&#160;</div><div class="line"><a name="l00100"></a><span class="lineno">  100</span>&#160;  <span class="comment">//</span></div><div class="line"><a name="l00101"></a><span class="lineno">  101</span>&#160;  <span class="comment">// send data</span></div><div class="line"><a name="l00102"></a><span class="lineno">  102</span>&#160;  <span class="comment">//</span></div><div class="line"><a name="l00103"></a><span class="lineno">  103</span>&#160;</div><div class="line"><a name="l00105"></a><span class="lineno">  105</span>&#160;  <span class="keywordtype">bool</span> <a class="code" href="classRagTime5Spreadsheet.html#a0ce0b2315829cd4354265af4b9d284f9">send</a>(<span class="keywordtype">int</span> zoneId, <a class="code" href="libmwaw__internal_8hxx.html#a829b5f8247cd9997eafc0c14dc4b1869">MWAWListenerPtr</a> listener, <a class="code" href="classMWAWPosition.html">MWAWPosition</a> <span class="keyword">const</span> &amp;pos, <span class="keywordtype">int</span> partId=0);</div><div class="line"><a name="l00107"></a><span class="lineno">  107</span>&#160;  <span class="keywordtype">bool</span> <a class="code" href="classRagTime5Spreadsheet.html#a0ce0b2315829cd4354265af4b9d284f9">send</a>(<a class="code" href="structRagTime5SpreadsheetInternal_1_1Sheet.html">RagTime5SpreadsheetInternal::Sheet</a> &amp;sheet,</div><div class="line"><a name="l00108"></a><span class="lineno">  108</span>&#160;            <a class="code" href="libmwaw__internal_8hxx.html#a829b5f8247cd9997eafc0c14dc4b1869">MWAWListenerPtr</a> listener, <a class="code" href="classMWAWPosition.html">MWAWPosition</a> <span class="keyword">const</span> &amp;pos, <span class="keywordtype">int</span> partId=0);</div><div class="line"><a name="l00110"></a><span class="lineno">  110</span>&#160;  <span class="keywordtype">bool</span> <a class="code" href="classRagTime5Spreadsheet.html#a0ce0b2315829cd4354265af4b9d284f9">send</a>(<a class="code" href="structRagTime5SpreadsheetInternal_1_1Sheet.html">RagTime5SpreadsheetInternal::Sheet</a> &amp;sheet, <span class="keywordtype">int</span> plane,</div><div class="line"><a name="l00111"></a><span class="lineno">  111</span>&#160;            <a class="code" href="structRagTime5SpreadsheetInternal_1_1CellContent.html">RagTime5SpreadsheetInternal::CellContent</a> <span class="keyword">const</span> &amp;cell, <span class="keywordtype">int</span> numRepeated,</div><div class="line"><a name="l00112"></a><span class="lineno">  112</span>&#160;            <a class="code" href="libmwaw__internal_8hxx.html#a2aeb6cd566dd50552c5fc06490487f6d">MWAWSpreadsheetListenerPtr</a> &amp;listener);</div><div class="line"><a name="l00114"></a><span class="lineno">  114</span>&#160;  std::vector&lt;int&gt; <a class="code" href="classRagTime5Spreadsheet.html#ae2c2296191efa1660009abcc74855c4d">getSheetIdList</a>() <span class="keyword">const</span>;</div><div class="line"><a name="l00116"></a><span class="lineno">  116</span>&#160;  <span class="keywordtype">void</span> <a class="code" href="classRagTime5Spreadsheet.html#a927c1a4fb0b0836d85d9f02ada515d21">flushExtra</a>(<span class="keywordtype">bool</span> onlyCheck=<span class="keyword">false</span>);</div><div class="line"><a name="l00117"></a><span class="lineno">  117</span>&#160;</div><div class="line"><a name="l00118"></a><span class="lineno">  118</span>&#160;  <span class="comment">// interface with main parser</span></div><div class="line"><a name="l00119"></a><span class="lineno">  119</span>&#160;</div><div class="line"><a name="l00121"></a><span class="lineno">  121</span>&#160;  std::shared_ptr&lt;RagTime5ClusterManager::Cluster&gt; <a class="code" href="classRagTime5Spreadsheet.html#a436998d4ea80e678f18cf4db33aad8e2">readSpreadsheetCluster</a>(<a class="code" href="classRagTime5Zone.html">RagTime5Zone</a> &amp;zone, <span class="keywordtype">int</span> zoneType);</div><div class="line"><a name="l00123"></a><span class="lineno">  123</span>&#160;  <span class="keywordtype">void</span> <a class="code" href="classRagTime5Spreadsheet.html#aaf4afb84390f5e7060cf28afa6d20ae2">parseSpreadsheetFormulas</a>();</div><div class="line"><a name="l00125"></a><span class="lineno">  125</span>&#160;  <span class="keywordtype">void</span> <a class="code" href="classRagTime5Spreadsheet.html#aaa7ad911c88d196f1b20b4e0954cbed0">storeFormula</a>(<span class="keywordtype">int</span> sheetId, std::map&lt;<span class="keywordtype">int</span>, std::vector&lt;MWAWCellContent::FormulaInstruction&gt; &gt; <span class="keyword">const</span> &amp;idToFormula);</div><div class="line"><a name="l00126"></a><span class="lineno">  126</span>&#160;</div><div class="line"><a name="l00127"></a><span class="lineno">  127</span>&#160;  <span class="comment">//</span></div><div class="line"><a name="l00128"></a><span class="lineno">  128</span>&#160;  <span class="comment">// Intermediate level</span></div><div class="line"><a name="l00129"></a><span class="lineno">  129</span>&#160;  <span class="comment">//</span></div><div class="line"><a name="l00130"></a><span class="lineno">  130</span>&#160;</div><div class="line"><a name="l00132"></a><span class="lineno">  132</span>&#160;  <span class="keywordtype">bool</span> <a class="code" href="classRagTime5Spreadsheet.html#a0aaba89379bbf5377135514fc173a95f">readSheetDimensions</a>(<a class="code" href="structRagTime5SpreadsheetInternal_1_1Sheet.html">RagTime5SpreadsheetInternal::Sheet</a> &amp;sheet, <a class="code" href="classRagTime5Zone.html">RagTime5Zone</a> &amp;zone, <a class="code" href="structRagTime5ClusterManager_1_1Link.html">RagTime5ClusterManager::Link</a> <span class="keyword">const</span> &amp;link);</div><div class="line"><a name="l00134"></a><span class="lineno">  134</span>&#160;  <span class="keywordtype">bool</span> <a class="code" href="classRagTime5Spreadsheet.html#a4e54800d87a968982e62da1b394a52b5">readValuesTree</a>(<a class="code" href="structRagTime5SpreadsheetInternal_1_1Sheet.html">RagTime5SpreadsheetInternal::Sheet</a> &amp;sheet, <a class="code" href="classRagTime5Zone.html">RagTime5Zone</a> &amp;zone, <a class="code" href="structRagTime5ClusterManager_1_1Link.html">RagTime5ClusterManager::Link</a> <span class="keyword">const</span> &amp;link, <span class="keywordtype">int</span> rootId, <a class="code" href="classMWAWVec3.html">MWAWVec3i</a> <span class="keyword">const</span> &amp;maxPos);</div><div class="line"><a name="l00136"></a><span class="lineno">  136</span>&#160;  <span class="keywordtype">bool</span> <a class="code" href="classRagTime5Spreadsheet.html#ae681d6dccdecaf2bd09ea85a358c4da0">readCellBlocks</a>(<a class="code" href="structRagTime5SpreadsheetInternal_1_1Sheet.html">RagTime5SpreadsheetInternal::Sheet</a> &amp;sheet, <a class="code" href="classRagTime5Zone.html">RagTime5Zone</a> &amp;zone, <a class="code" href="structRagTime5ClusterManager_1_1Link.html">RagTime5ClusterManager::Link</a> <span class="keyword">const</span> &amp;link, <span class="keywordtype">bool</span> unionBlock);</div><div class="line"><a name="l00138"></a><span class="lineno">  138</span>&#160;  <span class="keywordtype">bool</span> <a class="code" href="classRagTime5Spreadsheet.html#af6b761455680317c77b7a81a2e69680e">readCellRefPos</a>(<a class="code" href="structRagTime5SpreadsheetInternal_1_1Sheet.html">RagTime5SpreadsheetInternal::Sheet</a> &amp;sheet, <a class="code" href="classRagTime5Zone.html">RagTime5Zone</a> &amp;zone, <a class="code" href="structRagTime5ClusterManager_1_1Link.html">RagTime5ClusterManager::Link</a> <span class="keyword">const</span> &amp;link);</div><div class="line"><a name="l00139"></a><span class="lineno">  139</span>&#160;</div><div class="line"><a name="l00140"></a><span class="lineno">  140</span>&#160;  <span class="comment">//</span></div><div class="line"><a name="l00141"></a><span class="lineno">  141</span>&#160;  <span class="comment">// basic</span></div><div class="line"><a name="l00142"></a><span class="lineno">  142</span>&#160;  <span class="comment">//</span></div><div class="line"><a name="l00143"></a><span class="lineno">  143</span>&#160;</div><div class="line"><a name="l00144"></a><span class="lineno">  144</span>&#160;  <span class="comment">//</span></div><div class="line"><a name="l00145"></a><span class="lineno">  145</span>&#160;  <span class="comment">// low level</span></div><div class="line"><a name="l00146"></a><span class="lineno">  146</span>&#160;  <span class="comment">//</span></div><div class="line"><a name="l00147"></a><span class="lineno">  147</span>&#160;</div><div class="line"><a name="l00148"></a><span class="lineno">  148</span>&#160;<span class="keyword">public</span>:</div><div class="line"><a name="l00150"></a><span class="lineno"><a class="line" href="classRagTime5Spreadsheet.html#ac7cf7486c3abecde3b1d7ddb044b1e76">  150</a></span>&#160;  <span class="keyword">static</span> std::string <a class="code" href="classRagTime5Spreadsheet.html#ac7cf7486c3abecde3b1d7ddb044b1e76">printType</a>(<span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> fileType)</div><div class="line"><a name="l00151"></a><span class="lineno">  151</span>&#160;  {</div><div class="line"><a name="l00152"></a><span class="lineno">  152</span>&#160;    <span class="keywordflow">return</span> <a class="code" href="classRagTime5StructManager.html#a7588124ebf4096be644d53038d3748e6">RagTime5StructManager::printType</a>(fileType);</div><div class="line"><a name="l00153"></a><span class="lineno">  153</span>&#160;  }</div><div class="line"><a name="l00154"></a><span class="lineno">  154</span>&#160;</div><div class="line"><a name="l00155"></a><span class="lineno">  155</span>&#160;<span class="keyword">private</span>:</div><div class="line"><a name="l00156"></a><span class="lineno">  156</span>&#160;  <a class="code" href="classRagTime5Spreadsheet.html#acde58a17415a5ff2631d655e64de0cd6">RagTime5Spreadsheet</a>(<a class="code" href="classRagTime5Spreadsheet.html">RagTime5Spreadsheet</a> <span class="keyword">const</span> &amp;orig) = <span class="keyword">delete</span>;</div><div class="line"><a name="l00157"></a><span class="lineno">  157</span>&#160;  <a class="code" href="classRagTime5Spreadsheet.html">RagTime5Spreadsheet</a> &amp;<a class="code" href="classRagTime5Spreadsheet.html#a4f4687e9e860de7742571727fd8db96a">operator=</a>(<a class="code" href="classRagTime5Spreadsheet.html">RagTime5Spreadsheet</a> <span class="keyword">const</span> &amp;orig) = <span class="keyword">delete</span>;</div><div class="line"><a name="l00158"></a><span class="lineno">  158</span>&#160;</div><div class="line"><a name="l00159"></a><span class="lineno">  159</span>&#160;<span class="keyword">protected</span>:</div><div class="line"><a name="l00160"></a><span class="lineno">  160</span>&#160;  <span class="comment">//</span></div><div class="line"><a name="l00161"></a><span class="lineno">  161</span>&#160;  <span class="comment">// data</span></div><div class="line"><a name="l00162"></a><span class="lineno">  162</span>&#160;  <span class="comment">//</span></div><div class="line"><a name="l00164"></a><span class="lineno"><a class="line" href="classRagTime5Spreadsheet.html#a5b4baa9cc6ca946725b60cffa0f913bf">  164</a></span>&#160;<span class="comment"></span>  <a class="code" href="classRagTime5Document.html">RagTime5Document</a> &amp;<a class="code" href="classRagTime5Spreadsheet.html#a5b4baa9cc6ca946725b60cffa0f913bf">m_document</a>;</div><div class="line"><a name="l00165"></a><span class="lineno">  165</span>&#160;</div><div class="line"><a name="l00167"></a><span class="lineno"><a class="line" href="classRagTime5Spreadsheet.html#ab36a9c3dc37693de65bd4feb925d1f90">  167</a></span>&#160;  std::shared_ptr&lt;RagTime5StructManager&gt; <a class="code" href="classRagTime5Spreadsheet.html#ab36a9c3dc37693de65bd4feb925d1f90">m_structManager</a>;</div><div class="line"><a name="l00169"></a><span class="lineno"><a class="line" href="classRagTime5Spreadsheet.html#a0da980cba343ee4a7936d7441153a8a2">  169</a></span>&#160;  std::shared_ptr&lt;RagTime5StyleManager&gt; <a class="code" href="classRagTime5Spreadsheet.html#a0da980cba343ee4a7936d7441153a8a2">m_styleManager</a>;</div><div class="line"><a name="l00171"></a><span class="lineno"><a class="line" href="classRagTime5Spreadsheet.html#ac1f86bf573e48410d2a77d19b3f11019">  171</a></span>&#160;  <a class="code" href="libmwaw__internal_8hxx.html#a55eb85fa50574c11b3cee9b0bed2b245">MWAWParserStatePtr</a> <a class="code" href="classRagTime5Spreadsheet.html#ac1f86bf573e48410d2a77d19b3f11019">m_parserState</a>;</div><div class="line"><a name="l00172"></a><span class="lineno">  172</span>&#160;</div><div class="line"><a name="l00174"></a><span class="lineno"><a class="line" href="classRagTime5Spreadsheet.html#a5bf2f954019e4f5c0b6595f6166c5120">  174</a></span>&#160;  std::shared_ptr&lt;RagTime5SpreadsheetInternal::State&gt; <a class="code" href="classRagTime5Spreadsheet.html#a5bf2f954019e4f5c0b6595f6166c5120">m_state</a>;</div><div class="line"><a name="l00175"></a><span class="lineno">  175</span>&#160;};</div><div class="line"><a name="l00176"></a><span class="lineno">  176</span>&#160;<span class="preprocessor">#endif</span></div><div class="line"><a name="l00177"></a><span class="lineno">  177</span>&#160;<span class="comment">// vim: set filetype=cpp tabstop=2 shiftwidth=2 cindent autoindent smartindent noexpandtab:</span></div><div class="ttc" id="classRagTime5Spreadsheet_html_a623860acd1db0234049254710eaa0818"><div class="ttname"><a href="classRagTime5Spreadsheet.html#a623860acd1db0234049254710eaa0818">RagTime5Spreadsheet::getFormulaRef</a></div><div class="ttdeci">bool getFormulaRef(int sheetId, int refId, MWAWCellContent::FormulaInstruction &amp;instruction) const</div><div class="ttdoc">returns a formula instruction corresponding to a sheetId and refId</div><div class="ttdef"><b>Definition:</b> RagTime5Spreadsheet.cxx:1472</div></div>
<div class="ttc" id="classRagTime5StructManager_html_a7588124ebf4096be644d53038d3748e6"><div class="ttname"><a href="classRagTime5StructManager.html#a7588124ebf4096be644d53038d3748e6">RagTime5StructManager::printType</a></div><div class="ttdeci">static std::string printType(unsigned long fileType)</div><div class="ttdoc">debug: print a file type</div><div class="ttdef"><b>Definition:</b> RagTime5StructManager.cxx:94</div></div>
<div class="ttc" id="structMWAWCellContent_1_1FormulaInstruction_html"><div class="ttname"><a href="structMWAWCellContent_1_1FormulaInstruction.html">MWAWCellContent::FormulaInstruction</a></div><div class="ttdoc">small class use to define a formula instruction</div><div class="ttdef"><b>Definition:</b> MWAWCell.hxx:397</div></div>
<div class="ttc" id="classRagTime5Spreadsheet_html_a927c1a4fb0b0836d85d9f02ada515d21"><div class="ttname"><a href="classRagTime5Spreadsheet.html#a927c1a4fb0b0836d85d9f02ada515d21">RagTime5Spreadsheet::flushExtra</a></div><div class="ttdeci">void flushExtra(bool onlyCheck=false)</div><div class="ttdoc">sends the data which have not yet been sent to the listener</div><div class="ttdef"><b>Definition:</b> RagTime5Spreadsheet.cxx:2149</div></div>
<div class="ttc" id="libmwaw__internal_8hxx_html_a55eb85fa50574c11b3cee9b0bed2b245"><div class="ttname"><a href="libmwaw__internal_8hxx.html#a55eb85fa50574c11b3cee9b0bed2b245">MWAWParserStatePtr</a></div><div class="ttdeci">std::shared_ptr&lt; MWAWParserState &gt; MWAWParserStatePtr</div><div class="ttdoc">a smart pointer of MWAWParserState</div><div class="ttdef"><b>Definition:</b> libmwaw_internal.hxx:557</div></div>
<div class="ttc" id="classRagTime5Spreadsheet_html_a0da980cba343ee4a7936d7441153a8a2"><div class="ttname"><a href="classRagTime5Spreadsheet.html#a0da980cba343ee4a7936d7441153a8a2">RagTime5Spreadsheet::m_styleManager</a></div><div class="ttdeci">std::shared_ptr&lt; RagTime5StyleManager &gt; m_styleManager</div><div class="ttdoc">the style manager</div><div class="ttdef"><b>Definition:</b> RagTime5Spreadsheet.hxx:169</div></div>
<div class="ttc" id="libmwaw__internal_8hxx_html"><div class="ttname"><a href="libmwaw__internal_8hxx.html">libmwaw_internal.hxx</a></div></div>
<div class="ttc" id="libmwaw__internal_8hxx_html_a829b5f8247cd9997eafc0c14dc4b1869"><div class="ttname"><a href="libmwaw__internal_8hxx.html#a829b5f8247cd9997eafc0c14dc4b1869">MWAWListenerPtr</a></div><div class="ttdeci">std::shared_ptr&lt; MWAWListener &gt; MWAWListenerPtr</div><div class="ttdoc">a smart pointer of MWAWListener</div><div class="ttdef"><b>Definition:</b> libmwaw_internal.hxx:553</div></div>
<div class="ttc" id="classRagTime5Spreadsheet_html_aaf4afb84390f5e7060cf28afa6d20ae2"><div class="ttname"><a href="classRagTime5Spreadsheet.html#aaf4afb84390f5e7060cf28afa6d20ae2">RagTime5Spreadsheet::parseSpreadsheetFormulas</a></div><div class="ttdeci">void parseSpreadsheetFormulas()</div><div class="ttdoc">parses all the formula structure linked to a spreadsheet</div><div class="ttdef"><b>Definition:</b> RagTime5Spreadsheet.cxx:1489</div></div>
<div class="ttc" id="libmwaw__internal_8hxx_html_a2aeb6cd566dd50552c5fc06490487f6d"><div class="ttname"><a href="libmwaw__internal_8hxx.html#a2aeb6cd566dd50552c5fc06490487f6d">MWAWSpreadsheetListenerPtr</a></div><div class="ttdeci">std::shared_ptr&lt; MWAWSpreadsheetListener &gt; MWAWSpreadsheetListenerPtr</div><div class="ttdoc">a smart pointer of MWAWSpreadsheetListener</div><div class="ttdef"><b>Definition:</b> libmwaw_internal.hxx:563</div></div>
<div class="ttc" id="structRagTime5SpreadsheetInternal_1_1Sheet_html"><div class="ttname"><a href="structRagTime5SpreadsheetInternal_1_1Sheet.html">RagTime5SpreadsheetInternal::Sheet</a></div><div class="ttdoc">internal: a structure used to store a sheet in RagTime5SpreadsheetInternal</div><div class="ttdef"><b>Definition:</b> RagTime5Spreadsheet.cxx:462</div></div>
<div class="ttc" id="structRagTime5SpreadsheetInternal_1_1CellContent_html"><div class="ttname"><a href="structRagTime5SpreadsheetInternal_1_1CellContent.html">RagTime5SpreadsheetInternal::CellContent</a></div><div class="ttdoc">a struct to store what a cell contains</div><div class="ttdef"><b>Definition:</b> RagTime5Spreadsheet.cxx:172</div></div>
<div class="ttc" id="RagTime5StructManager_8hxx_html"><div class="ttname"><a href="RagTime5StructManager_8hxx.html">RagTime5StructManager.hxx</a></div></div>
<div class="ttc" id="classRagTime5Spreadsheet_html_ac1f86bf573e48410d2a77d19b3f11019"><div class="ttname"><a href="classRagTime5Spreadsheet.html#ac1f86bf573e48410d2a77d19b3f11019">RagTime5Spreadsheet::m_parserState</a></div><div class="ttdeci">MWAWParserStatePtr m_parserState</div><div class="ttdoc">the parser state</div><div class="ttdef"><b>Definition:</b> RagTime5Spreadsheet.hxx:171</div></div>
<div class="ttc" id="classRagTime5StyleManager_html"><div class="ttname"><a href="classRagTime5StyleManager.html">RagTime5StyleManager</a></div><div class="ttdoc">basic class used to read/store RagTime 5/6 styles</div><div class="ttdef"><b>Definition:</b> RagTime5StyleManager.hxx:60</div></div>
<div class="ttc" id="classRagTime5Spreadsheet_html_ab7af5ff29ac098e025843bd6d0b02380"><div class="ttname"><a href="classRagTime5Spreadsheet.html#ab7af5ff29ac098e025843bd6d0b02380">RagTime5Spreadsheet::numPages</a></div><div class="ttdeci">int numPages() const</div><div class="ttdoc">returns the number of pages</div><div class="ttdef"><b>Definition:</b> RagTime5Spreadsheet.cxx:1459</div></div>
<div class="ttc" id="classRagTime5Spreadsheet_html_a0ad983a9212540bae3cebf704d4a26c9"><div class="ttname"><a href="classRagTime5Spreadsheet.html#a0ad983a9212540bae3cebf704d4a26c9">RagTime5Spreadsheet::SubDocument</a></div><div class="ttdeci">friend class RagTime5SpreadsheetInternal::SubDocument</div><div class="ttdef"><b>Definition:</b> RagTime5Spreadsheet.hxx:79</div></div>
<div class="ttc" id="classMWAWVec3_html"><div class="ttname"><a href="classMWAWVec3.html">MWAWVec3&lt; int &gt;</a></div></div>
<div class="ttc" id="classRagTime5Zone_html"><div class="ttname"><a href="classRagTime5Zone.html">RagTime5Zone</a></div><div class="ttdoc">main zone in a RagTime v5-v6 document</div><div class="ttdef"><b>Definition:</b> RagTime5StructManager.hxx:50</div></div>
<div class="ttc" id="classRagTime5Spreadsheet_html_a0ce0b2315829cd4354265af4b9d284f9"><div class="ttname"><a href="classRagTime5Spreadsheet.html#a0ce0b2315829cd4354265af4b9d284f9">RagTime5Spreadsheet::send</a></div><div class="ttdeci">bool send(int zoneId, MWAWListenerPtr listener, MWAWPosition const &amp;pos, int partId=0)</div><div class="ttdoc">try to send the cluster zone</div><div class="ttdef"><b>Definition:</b> RagTime5Spreadsheet.cxx:1920</div></div>
<div class="ttc" id="classRagTime5Spreadsheet_html_a0aaba89379bbf5377135514fc173a95f"><div class="ttname"><a href="classRagTime5Spreadsheet.html#a0aaba89379bbf5377135514fc173a95f">RagTime5Spreadsheet::readSheetDimensions</a></div><div class="ttdeci">bool readSheetDimensions(RagTime5SpreadsheetInternal::Sheet &amp;sheet, RagTime5Zone &amp;zone, RagTime5ClusterManager::Link const &amp;link)</div><div class="ttdoc">try to read the spreadsheet dimensions</div><div class="ttdef"><b>Definition:</b> RagTime5Spreadsheet.cxx:1514</div></div>
<div class="ttc" id="classRagTime5Spreadsheet_html_a1c2142053ab34ed23832da79f85c3ee0"><div class="ttname"><a href="classRagTime5Spreadsheet.html#a1c2142053ab34ed23832da79f85c3ee0">RagTime5Spreadsheet::version</a></div><div class="ttdeci">int version() const</div><div class="ttdoc">returns the file version</div><div class="ttdef"><b>Definition:</b> RagTime5Spreadsheet.cxx:1454</div></div>
<div class="ttc" id="classRagTime5Spreadsheet_html_a4e54800d87a968982e62da1b394a52b5"><div class="ttname"><a href="classRagTime5Spreadsheet.html#a4e54800d87a968982e62da1b394a52b5">RagTime5Spreadsheet::readValuesTree</a></div><div class="ttdeci">bool readValuesTree(RagTime5SpreadsheetInternal::Sheet &amp;sheet, RagTime5Zone &amp;zone, RagTime5ClusterManager::Link const &amp;link, int rootId, MWAWVec3i const &amp;maxPos)</div><div class="ttdoc">try to read a spreadsheet tree of values</div><div class="ttdef"><b>Definition:</b> RagTime5Spreadsheet.cxx:1719</div></div>
<div class="ttc" id="classRagTime5Spreadsheet_html_a5b4baa9cc6ca946725b60cffa0f913bf"><div class="ttname"><a href="classRagTime5Spreadsheet.html#a5b4baa9cc6ca946725b60cffa0f913bf">RagTime5Spreadsheet::m_document</a></div><div class="ttdeci">RagTime5Document &amp; m_document</div><div class="ttdoc">the parser</div><div class="ttdef"><b>Definition:</b> RagTime5Spreadsheet.hxx:164</div></div>
<div class="ttc" id="classRagTime5Spreadsheet_html"><div class="ttname"><a href="classRagTime5Spreadsheet.html">RagTime5Spreadsheet</a></div><div class="ttdoc">the main class to read the spreadsheet part of RagTime 56 file</div><div class="ttdef"><b>Definition:</b> RagTime5Spreadsheet.hxx:77</div></div>
<div class="ttc" id="classRagTime5Spreadsheet_html_a80289fe59182cdb586105e8378e1ea29"><div class="ttname"><a href="classRagTime5Spreadsheet.html#a80289fe59182cdb586105e8378e1ea29">RagTime5Spreadsheet::~RagTime5Spreadsheet</a></div><div class="ttdeci">virtual ~RagTime5Spreadsheet()</div><div class="ttdoc">destructor</div><div class="ttdef"><b>Definition:</b> RagTime5Spreadsheet.cxx:1450</div></div>
<div class="ttc" id="namespaceRagTime5SpreadsheetInternal_html"><div class="ttname"><a href="namespaceRagTime5SpreadsheetInternal.html">RagTime5SpreadsheetInternal</a></div><div class="ttdoc">Internal: the structures of a RagTime5Spreadsheet.</div><div class="ttdef"><b>Definition:</b> RagTime5Spreadsheet.cxx:68</div></div>
<div class="ttc" id="classRagTime5Spreadsheet_html_acde58a17415a5ff2631d655e64de0cd6"><div class="ttname"><a href="classRagTime5Spreadsheet.html#acde58a17415a5ff2631d655e64de0cd6">RagTime5Spreadsheet::RagTime5Spreadsheet</a></div><div class="ttdeci">RagTime5Spreadsheet(RagTime5Document &amp;doc)</div><div class="ttdoc">constructor</div><div class="ttdef"><b>Definition:</b> RagTime5Spreadsheet.cxx:1441</div></div>
<div class="ttc" id="classRagTime5Spreadsheet_html_ac7cf7486c3abecde3b1d7ddb044b1e76"><div class="ttname"><a href="classRagTime5Spreadsheet.html#ac7cf7486c3abecde3b1d7ddb044b1e76">RagTime5Spreadsheet::printType</a></div><div class="ttdeci">static std::string printType(unsigned long fileType)</div><div class="ttdoc">debug: print a file type</div><div class="ttdef"><b>Definition:</b> RagTime5Spreadsheet.hxx:150</div></div>
<div class="ttc" id="classRagTime5Spreadsheet_html_af6b761455680317c77b7a81a2e69680e"><div class="ttname"><a href="classRagTime5Spreadsheet.html#af6b761455680317c77b7a81a2e69680e">RagTime5Spreadsheet::readCellRefPos</a></div><div class="ttdeci">bool readCellRefPos(RagTime5SpreadsheetInternal::Sheet &amp;sheet, RagTime5Zone &amp;zone, RagTime5ClusterManager::Link const &amp;link)</div><div class="ttdoc">try to read the cell ref to value zone</div><div class="ttdef"><b>Definition:</b> RagTime5Spreadsheet.cxx:1848</div></div>
<div class="ttc" id="classRagTime5Spreadsheet_html_ae2c2296191efa1660009abcc74855c4d"><div class="ttname"><a href="classRagTime5Spreadsheet.html#ae2c2296191efa1660009abcc74855c4d">RagTime5Spreadsheet::getSheetIdList</a></div><div class="ttdeci">std::vector&lt; int &gt; getSheetIdList() const</div><div class="ttdoc">return the sheet data id list</div><div class="ttdef"><b>Definition:</b> RagTime5Spreadsheet.cxx:1464</div></div>
<div class="ttc" id="MWAWInputStream_8hxx_html"><div class="ttname"><a href="MWAWInputStream_8hxx.html">MWAWInputStream.hxx</a></div></div>
<div class="ttc" id="MWAWDebug_8hxx_html"><div class="ttname"><a href="MWAWDebug_8hxx.html">MWAWDebug.hxx</a></div></div>
<div class="ttc" id="classRagTime5Formula_html"><div class="ttname"><a href="classRagTime5Formula.html">RagTime5Formula</a></div><div class="ttdoc">the main class to read the formula part of RagTime 56 file</div><div class="ttdef"><b>Definition:</b> RagTime5Formula.hxx:73</div></div>
<div class="ttc" id="classRagTime5Spreadsheet_html_a5bf2f954019e4f5c0b6595f6166c5120"><div class="ttname"><a href="classRagTime5Spreadsheet.html#a5bf2f954019e4f5c0b6595f6166c5120">RagTime5Spreadsheet::m_state</a></div><div class="ttdeci">std::shared_ptr&lt; RagTime5SpreadsheetInternal::State &gt; m_state</div><div class="ttdoc">the state</div><div class="ttdef"><b>Definition:</b> RagTime5Spreadsheet.hxx:174</div></div>
<div class="ttc" id="classRagTime5Spreadsheet_html_ab36a9c3dc37693de65bd4feb925d1f90"><div class="ttname"><a href="classRagTime5Spreadsheet.html#ab36a9c3dc37693de65bd4feb925d1f90">RagTime5Spreadsheet::m_structManager</a></div><div class="ttdeci">std::shared_ptr&lt; RagTime5StructManager &gt; m_structManager</div><div class="ttdoc">the structure manager</div><div class="ttdef"><b>Definition:</b> RagTime5Spreadsheet.hxx:167</div></div>
<div class="ttc" id="classRagTime5Document_html"><div class="ttname"><a href="classRagTime5Document.html">RagTime5Document</a></div><div class="ttdoc">the main class to read a RagTime v5 file</div><div class="ttdef"><b>Definition:</b> RagTime5Document.hxx:76</div></div>
<div class="ttc" id="classRagTime5Spreadsheet_html_a436998d4ea80e678f18cf4db33aad8e2"><div class="ttname"><a href="classRagTime5Spreadsheet.html#a436998d4ea80e678f18cf4db33aad8e2">RagTime5Spreadsheet::readSpreadsheetCluster</a></div><div class="ttdeci">std::shared_ptr&lt; RagTime5ClusterManager::Cluster &gt; readSpreadsheetCluster(RagTime5Zone &amp;zone, int zoneType)</div><div class="ttdoc">try to read a spreadsheet cluster</div><div class="ttdef"><b>Definition:</b> RagTime5Spreadsheet.cxx:3142</div></div>
<div class="ttc" id="classRagTime5Spreadsheet_html_ae681d6dccdecaf2bd09ea85a358c4da0"><div class="ttname"><a href="classRagTime5Spreadsheet.html#ae681d6dccdecaf2bd09ea85a358c4da0">RagTime5Spreadsheet::readCellBlocks</a></div><div class="ttdeci">bool readCellBlocks(RagTime5SpreadsheetInternal::Sheet &amp;sheet, RagTime5Zone &amp;zone, RagTime5ClusterManager::Link const &amp;link, bool unionBlock)</div><div class="ttdoc">try to read a spreadsheet referenced/union zones</div><div class="ttdef"><b>Definition:</b> RagTime5Spreadsheet.cxx:1597</div></div>
<div class="ttc" id="MWAWCell_8hxx_html"><div class="ttname"><a href="MWAWCell_8hxx.html">MWAWCell.hxx</a></div><div class="ttdoc">Defines MWAWCell (cell content and format)</div></div>
<div class="ttc" id="MWAWPosition_8hxx_html"><div class="ttname"><a href="MWAWPosition_8hxx.html">MWAWPosition.hxx</a></div></div>
<div class="ttc" id="classMWAWPosition_html"><div class="ttname"><a href="classMWAWPosition.html">MWAWPosition</a></div><div class="ttdoc">Class to define the position of an object (textbox, picture, ..) in the document.</div><div class="ttdef"><b>Definition:</b> MWAWPosition.hxx:47</div></div>
<div class="ttc" id="classRagTime5Spreadsheet_html_aaa7ad911c88d196f1b20b4e0954cbed0"><div class="ttname"><a href="classRagTime5Spreadsheet.html#aaa7ad911c88d196f1b20b4e0954cbed0">RagTime5Spreadsheet::storeFormula</a></div><div class="ttdeci">void storeFormula(int sheetId, std::map&lt; int, std::vector&lt; MWAWCellContent::FormulaInstruction &gt; &gt; const &amp;idToFormula)</div><div class="ttdoc">store the formula corresponding to a sheetId</div><div class="ttdef"><b>Definition:</b> RagTime5Spreadsheet.cxx:1499</div></div>
<div class="ttc" id="classRagTime5StructManager_html"><div class="ttname"><a href="classRagTime5StructManager.html">RagTime5StructManager</a></div><div class="ttdoc">basic class used to store RagTime 5/6 structures</div><div class="ttdef"><b>Definition:</b> RagTime5StructManager.hxx:174</div></div>
<div class="ttc" id="classRagTime5Spreadsheet_html_a4f4687e9e860de7742571727fd8db96a"><div class="ttname"><a href="classRagTime5Spreadsheet.html#a4f4687e9e860de7742571727fd8db96a">RagTime5Spreadsheet::operator=</a></div><div class="ttdeci">RagTime5Spreadsheet &amp; operator=(RagTime5Spreadsheet const &amp;orig)=delete</div></div>
<div class="ttc" id="RagTime5ClusterManager_8hxx_html"><div class="ttname"><a href="RagTime5ClusterManager_8hxx.html">RagTime5ClusterManager.hxx</a></div></div>
<div class="ttc" id="structRagTime5ClusterManager_1_1Link_html"><div class="ttname"><a href="structRagTime5ClusterManager_1_1Link.html">RagTime5ClusterManager::Link</a></div><div class="ttdoc">a link to a small zone (or set of zones) in RagTime 5/6 documents</div><div class="ttdef"><b>Definition:</b> RagTime5ClusterManager.hxx:113</div></div>
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
<hr size="1"><address style="align: right;"><small>
Generated on Wed May 20 2020 10:14:03 for libmwaw by <a href="http://www.doxygen.org/index.html">
doxygen</a> 1.8.15</small></address>
</body>
</html>