Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-updates > by-pkgid > 4b3b560487e94138def7c3441077f8dc > files > 197

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>MWAWChart.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('MWAWChart_8hxx_source.html','');});
/* @license-end */
</script>
<div id="doc-content">
<div class="header">
  <div class="headertitle">
<div class="title">MWAWChart.hxx</div>  </div>
</div><!--header-->
<div class="contents">
<a href="MWAWChart_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"> * Structure to store and construct a chart</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;</div><div class="line"><a name="l00039"></a><span class="lineno">   39</span>&#160;<span class="preprocessor">#ifndef MWAW_CHART</span></div><div class="line"><a name="l00040"></a><span class="lineno">   40</span>&#160;<span class="preprocessor">#  define MWAW_CHART</span></div><div class="line"><a name="l00041"></a><span class="lineno">   41</span>&#160;</div><div class="line"><a name="l00042"></a><span class="lineno">   42</span>&#160;<span class="preprocessor">#include &lt;iostream&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;<span class="preprocessor">#include &lt;map&gt;</span></div><div class="line"><a name="l00045"></a><span class="lineno">   45</span>&#160;</div><div class="line"><a name="l00046"></a><span class="lineno">   46</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="l00047"></a><span class="lineno">   47</span>&#160;</div><div class="line"><a name="l00048"></a><span class="lineno">   48</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="MWAWEntry_8hxx.html">MWAWEntry.hxx</a>&quot;</span></div><div class="line"><a name="l00049"></a><span class="lineno">   49</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="MWAWFont_8hxx.html">MWAWFont.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="MWAWGraphicStyle_8hxx.html">MWAWGraphicStyle.hxx</a>&quot;</span></div><div class="line"><a name="l00051"></a><span class="lineno">   51</span>&#160;</div><div class="line"><a name="l00052"></a><span class="lineno">   52</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespaceMWAWChartInternal.html">MWAWChartInternal</a></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="keyword">class </span>SubDocument;</div><div class="line"><a name="l00055"></a><span class="lineno">   55</span>&#160;}</div><div class="line"><a name="l00057"></a><span class="lineno"><a class="line" href="classMWAWChart.html">   57</a></span>&#160;<span class="keyword">class </span><a class="code" href="classMWAWChart.html">MWAWChart</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"><a class="line" href="classMWAWChart.html#a5cce00f29aea422dc393be62d8bceb27">   59</a></span>&#160;  <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classMWAWChartInternal_1_1SubDocument.html">MWAWChartInternal::SubDocument</a>;</div><div class="line"><a name="l00060"></a><span class="lineno">   60</span>&#160;<span class="keyword">public</span>:</div><div class="line"><a name="l00062"></a><span class="lineno"><a class="line" href="structMWAWChart_1_1Axis.html">   62</a></span>&#160;  <span class="keyword">struct </span><a class="code" href="structMWAWChart_1_1Axis.html">Axis</a> {</div><div class="line"><a name="l00064"></a><span class="lineno"><a class="line" href="structMWAWChart_1_1Axis.html#a8bb7e1a86cb096a8b3653195cef07f49">   64</a></span>&#160;    <span class="keyword">enum</span> <a class="code" href="structMWAWChart_1_1Axis.html#a8bb7e1a86cb096a8b3653195cef07f49">Type</a> { <a class="code" href="structMWAWChart_1_1Axis.html#a8bb7e1a86cb096a8b3653195cef07f49a4b2b0bd49a52aa910e10b7a78839643f">A_None</a>, <a class="code" href="structMWAWChart_1_1Axis.html#a8bb7e1a86cb096a8b3653195cef07f49a58d2925ef5ab58a2e57f59912636b326">A_Numeric</a>, <a class="code" href="structMWAWChart_1_1Axis.html#a8bb7e1a86cb096a8b3653195cef07f49a2c9ef0e82cdd58027dc42bb4238305ab">A_Logarithmic</a>, <a class="code" href="structMWAWChart_1_1Axis.html#a8bb7e1a86cb096a8b3653195cef07f49a26b1e5f3edb198935d4007c921dbda60">A_Sequence</a>, <a class="code" href="structMWAWChart_1_1Axis.html#a8bb7e1a86cb096a8b3653195cef07f49a05b3fcb37580488810fc1300ed971c04">A_Sequence_Skip_Empty</a> };</div><div class="line"><a name="l00066"></a><span class="lineno">   66</span>&#160;    <a class="code" href="structMWAWChart_1_1Axis.html#a49b5da6b801c45240ee886214f988658">Axis</a>();</div><div class="line"><a name="l00067"></a><span class="lineno">   67</span>&#160;    <a class="code" href="structMWAWChart_1_1Axis.html">Axis</a> &amp;<a class="code" href="structMWAWChart_1_1Axis.html#ad5b379b6f6b3d1d0fbd21ccd15b607ee">operator=</a>(<a class="code" href="structMWAWChart_1_1Axis.html">Axis</a> <span class="keyword">const</span> &amp;)=<span class="keywordflow">default</span>;</div><div class="line"><a name="l00069"></a><span class="lineno">   69</span>&#160;    <a class="code" href="structMWAWChart_1_1Axis.html#a8a87e31eb778141a27114456ee1cb89d">~Axis</a>();</div><div class="line"><a name="l00071"></a><span class="lineno">   71</span>&#160;    <span class="keywordtype">void</span> <a class="code" href="structMWAWChart_1_1Axis.html#ac3163c24b464668766590a5f0eb22f4a">addContentTo</a>(std::string <span class="keyword">const</span> &amp;sheetName, <span class="keywordtype">int</span> coord, librevenge::RVNGPropertyList &amp;propList) <span class="keyword">const</span>;</div><div class="line"><a name="l00073"></a><span class="lineno">   73</span>&#160;    <span class="keywordtype">void</span> <a class="code" href="structMWAWChart_1_1Axis.html#a95c7774873e416022d94a3e854061868">addStyleTo</a>(librevenge::RVNGPropertyList &amp;propList) <span class="keyword">const</span>;</div><div class="line"><a name="l00075"></a><span class="lineno">   75</span>&#160;    <span class="keyword">friend</span> std::ostream &amp;<a class="code" href="structMWAWChart_1_1Axis.html#a8c987be65dfcda10f886f8a69c92a969">operator&lt;&lt;</a>(std::ostream &amp;o, <a class="code" href="structMWAWChart_1_1Axis.html">Axis</a> <span class="keyword">const</span> &amp;axis);</div><div class="line"><a name="l00077"></a><span class="lineno"><a class="line" href="structMWAWChart_1_1Axis.html#a8c362e8ddd33055d2ec22e6c4f48e937">   77</a></span>&#160;    <a class="code" href="structMWAWChart_1_1Axis.html#a8bb7e1a86cb096a8b3653195cef07f49">Type</a> <a class="code" href="structMWAWChart_1_1Axis.html#a8c362e8ddd33055d2ec22e6c4f48e937">m_type</a>;</div><div class="line"><a name="l00079"></a><span class="lineno"><a class="line" href="structMWAWChart_1_1Axis.html#aa26de542c62b2217a9d1cc0e2da46d78">   79</a></span>&#160;    <span class="keywordtype">bool</span> <a class="code" href="structMWAWChart_1_1Axis.html#aa26de542c62b2217a9d1cc0e2da46d78">m_showGrid</a>;</div><div class="line"><a name="l00081"></a><span class="lineno"><a class="line" href="structMWAWChart_1_1Axis.html#ace77a5418fecba13017673c19d62b8d4">   81</a></span>&#160;    <span class="keywordtype">bool</span> <a class="code" href="structMWAWChart_1_1Axis.html#ace77a5418fecba13017673c19d62b8d4">m_showLabel</a>;</div><div class="line"><a name="l00083"></a><span class="lineno"><a class="line" href="structMWAWChart_1_1Axis.html#a5138a17853a889a687cb27efc9dca095">   83</a></span>&#160;    <a class="code" href="classMWAWBox2.html">MWAWBox2i</a> <a class="code" href="structMWAWChart_1_1Axis.html#a5138a17853a889a687cb27efc9dca095">m_labelRange</a>;</div><div class="line"><a name="l00085"></a><span class="lineno"><a class="line" href="structMWAWChart_1_1Axis.html#a30ed54b008dddab0aeebeae0805504e1">   85</a></span>&#160;    <a class="code" href="classMWAWGraphicStyle.html">MWAWGraphicStyle</a> <a class="code" href="structMWAWChart_1_1Axis.html#a30ed54b008dddab0aeebeae0805504e1">m_style</a>;</div><div class="line"><a name="l00086"></a><span class="lineno">   86</span>&#160;  };</div><div class="line"><a name="l00088"></a><span class="lineno"><a class="line" href="structMWAWChart_1_1Legend.html">   88</a></span>&#160;  <span class="keyword">struct </span><a class="code" href="structMWAWChart_1_1Legend.html">Legend</a> {</div><div class="line"><a name="l00090"></a><span class="lineno"><a class="line" href="structMWAWChart_1_1Legend.html#a29b1eb06b0fb130e4568cb96a2cf308b">   90</a></span>&#160;    <a class="code" href="structMWAWChart_1_1Legend.html#a29b1eb06b0fb130e4568cb96a2cf308b">Legend</a>()</div><div class="line"><a name="l00091"></a><span class="lineno">   91</span>&#160;      : <a class="code" href="structMWAWChart_1_1Legend.html#a6889f6b7cc4f524b747f341ed35fe04d">m_show</a>(false)</div><div class="line"><a name="l00092"></a><span class="lineno">   92</span>&#160;      , <a class="code" href="structMWAWChart_1_1Legend.html#a0d510c979e84c0016724c749cf42c11e">m_autoPosition</a>(true)</div><div class="line"><a name="l00093"></a><span class="lineno">   93</span>&#160;      , <a class="code" href="structMWAWChart_1_1Legend.html#a57e3140b8a659b0a6b35de20593b08a5">m_relativePosition</a>(<a class="code" href="namespacelibmwaw.html">libmwaw</a>::<a class="code" href="namespacelibmwaw.html#a25c5c29b32c322f347d1536808e0668bada8e8efd438587fc3fd12b097a337004">RightBit</a>)</div><div class="line"><a name="l00094"></a><span class="lineno">   94</span>&#160;      , <a class="code" href="structMWAWChart_1_1Legend.html#a5d63681d081686527b07c8d299595d10">m_position</a>(0,0)</div><div class="line"><a name="l00095"></a><span class="lineno">   95</span>&#160;      , <a class="code" href="structMWAWChart_1_1Legend.html#aacfafe26834a90968e7e5a1db802a731">m_font</a>()</div><div class="line"><a name="l00096"></a><span class="lineno">   96</span>&#160;      , <a class="code" href="structMWAWChart_1_1Legend.html#a50ca2b23c4517634a82e563c782c0623">m_style</a>()</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;    }</div><div class="line"><a name="l00100"></a><span class="lineno">  100</span>&#160;    <span class="keywordtype">void</span> <a class="code" href="structMWAWChart_1_1Legend.html#ac92d870ecd785b8e48fc7766bdeead5f">addContentTo</a>(librevenge::RVNGPropertyList &amp;propList) <span class="keyword">const</span>;</div><div class="line"><a name="l00102"></a><span class="lineno">  102</span>&#160;    <span class="keywordtype">void</span> <a class="code" href="structMWAWChart_1_1Legend.html#a6f40f39621e6a006abd5ebf7b894e0fe">addStyleTo</a>(librevenge::RVNGPropertyList &amp;propList, std::shared_ptr&lt;MWAWFontConverter&gt; fontConverter) <span class="keyword">const</span>;</div><div class="line"><a name="l00104"></a><span class="lineno">  104</span>&#160;    <span class="keyword">friend</span> std::ostream &amp;<a class="code" href="structMWAWChart_1_1Legend.html#a8a9f09801dd98c16d05356ffca657ad3">operator&lt;&lt;</a>(std::ostream &amp;o, <a class="code" href="structMWAWChart_1_1Legend.html">Legend</a> <span class="keyword">const</span> &amp;legend);</div><div class="line"><a name="l00106"></a><span class="lineno"><a class="line" href="structMWAWChart_1_1Legend.html#a6889f6b7cc4f524b747f341ed35fe04d">  106</a></span>&#160;    <span class="keywordtype">bool</span> <a class="code" href="structMWAWChart_1_1Legend.html#a6889f6b7cc4f524b747f341ed35fe04d">m_show</a>;</div><div class="line"><a name="l00108"></a><span class="lineno"><a class="line" href="structMWAWChart_1_1Legend.html#a0d510c979e84c0016724c749cf42c11e">  108</a></span>&#160;    <span class="keywordtype">bool</span> <a class="code" href="structMWAWChart_1_1Legend.html#a0d510c979e84c0016724c749cf42c11e">m_autoPosition</a>;</div><div class="line"><a name="l00110"></a><span class="lineno"><a class="line" href="structMWAWChart_1_1Legend.html#a57e3140b8a659b0a6b35de20593b08a5">  110</a></span>&#160;    <span class="keywordtype">int</span> <a class="code" href="structMWAWChart_1_1Legend.html#a57e3140b8a659b0a6b35de20593b08a5">m_relativePosition</a>;</div><div class="line"><a name="l00112"></a><span class="lineno"><a class="line" href="structMWAWChart_1_1Legend.html#a5d63681d081686527b07c8d299595d10">  112</a></span>&#160;    <a class="code" href="classMWAWVec2.html">MWAWVec2f</a> <a class="code" href="structMWAWChart_1_1Legend.html#a5d63681d081686527b07c8d299595d10">m_position</a>;</div><div class="line"><a name="l00114"></a><span class="lineno"><a class="line" href="structMWAWChart_1_1Legend.html#aacfafe26834a90968e7e5a1db802a731">  114</a></span>&#160;    <a class="code" href="classMWAWFont.html">MWAWFont</a> <a class="code" href="structMWAWChart_1_1Legend.html#aacfafe26834a90968e7e5a1db802a731">m_font</a>;</div><div class="line"><a name="l00116"></a><span class="lineno"><a class="line" href="structMWAWChart_1_1Legend.html#a50ca2b23c4517634a82e563c782c0623">  116</a></span>&#160;    <a class="code" href="classMWAWGraphicStyle.html">MWAWGraphicStyle</a> <a class="code" href="structMWAWChart_1_1Legend.html#a50ca2b23c4517634a82e563c782c0623">m_style</a>;</div><div class="line"><a name="l00117"></a><span class="lineno">  117</span>&#160;  };</div><div class="line"><a name="l00119"></a><span class="lineno"><a class="line" href="structMWAWChart_1_1Series.html">  119</a></span>&#160;  <span class="keyword">struct </span><a class="code" href="structMWAWChart_1_1Series.html">Series</a> {</div><div class="line"><a name="l00121"></a><span class="lineno"><a class="line" href="structMWAWChart_1_1Series.html#a8817e0a9cd005e5982e24d0defc5f175">  121</a></span>&#160;    <span class="keyword">enum</span> <a class="code" href="structMWAWChart_1_1Series.html#a8817e0a9cd005e5982e24d0defc5f175">Type</a> { <a class="code" href="structMWAWChart_1_1Series.html#a8817e0a9cd005e5982e24d0defc5f175a2bf4b9fd49ad3f63c86f1fc7547b4e8e">S_Area</a>, <a class="code" href="structMWAWChart_1_1Series.html#a8817e0a9cd005e5982e24d0defc5f175a921ee3ff5ea3e4ab213db970a63e81aa">S_Bar</a>, <a class="code" href="structMWAWChart_1_1Series.html#a8817e0a9cd005e5982e24d0defc5f175aa5b56cda30fe955cb661be0ebb7fef41">S_Column</a>, <a class="code" href="structMWAWChart_1_1Series.html#a8817e0a9cd005e5982e24d0defc5f175aabc1b294069da8507440f5ade6a38cb2">S_Line</a>, <a class="code" href="structMWAWChart_1_1Series.html#a8817e0a9cd005e5982e24d0defc5f175afb84140f30ca239fe1aa597025810543">S_Pie</a>, <a class="code" href="structMWAWChart_1_1Series.html#a8817e0a9cd005e5982e24d0defc5f175abc3908b8ff4c4703ef8a0b64cdd7de32">S_Scatter</a>, <a class="code" href="structMWAWChart_1_1Series.html#a8817e0a9cd005e5982e24d0defc5f175a0ed803998c64d698f550c91b71c6b07c">S_Stock</a> };</div><div class="line"><a name="l00123"></a><span class="lineno">  123</span>&#160;    <a class="code" href="structMWAWChart_1_1Series.html#a1a7fc2c1ea9930a8030dc0a4cf139db4">Series</a>();</div><div class="line"><a name="l00124"></a><span class="lineno">  124</span>&#160;    <a class="code" href="structMWAWChart_1_1Series.html#a1a7fc2c1ea9930a8030dc0a4cf139db4">Series</a>(<a class="code" href="structMWAWChart_1_1Series.html">Series</a> <span class="keyword">const</span> &amp;)=<span class="keywordflow">default</span>;</div><div class="line"><a name="l00126"></a><span class="lineno">  126</span>&#160;    <span class="keyword">virtual</span> <a class="code" href="structMWAWChart_1_1Series.html#a7fb24615e46b3c6c05b56231fdcc6942">~Series</a>();</div><div class="line"><a name="l00128"></a><span class="lineno">  128</span>&#160;    <span class="keywordtype">void</span> <a class="code" href="structMWAWChart_1_1Series.html#a1db24291c7d1a43798f1ea23838db5f1">addContentTo</a>(std::string <span class="keyword">const</span> &amp;sheetName, librevenge::RVNGPropertyList &amp;propList) <span class="keyword">const</span>;</div><div class="line"><a name="l00130"></a><span class="lineno">  130</span>&#160;    <span class="keywordtype">void</span> <a class="code" href="structMWAWChart_1_1Series.html#ae4842675e169f8c1668f16dbd681fd93">addStyleTo</a>(librevenge::RVNGPropertyList &amp;propList) <span class="keyword">const</span>;</div><div class="line"><a name="l00132"></a><span class="lineno">  132</span>&#160;    <span class="keyword">static</span> std::string <a class="code" href="structMWAWChart_1_1Series.html#a893207312f86cf3427fa2137cc547809">getSeriesTypeName</a>(<a class="code" href="structMWAWChart_1_1Series.html#a8817e0a9cd005e5982e24d0defc5f175">Type</a> type);</div><div class="line"><a name="l00134"></a><span class="lineno">  134</span>&#160;    <span class="keyword">friend</span> std::ostream &amp;<a class="code" href="structMWAWChart_1_1Series.html#ac77a56ec4cb16b30dad26a9deb1375af">operator&lt;&lt;</a>(std::ostream &amp;o, <a class="code" href="structMWAWChart_1_1Series.html">Series</a> <span class="keyword">const</span> &amp;series);</div><div class="line"><a name="l00136"></a><span class="lineno"><a class="line" href="structMWAWChart_1_1Series.html#a2fb458a645116886a5f106a93cffa4d9">  136</a></span>&#160;    <a class="code" href="structMWAWChart_1_1Series.html#a8817e0a9cd005e5982e24d0defc5f175">Type</a> <a class="code" href="structMWAWChart_1_1Series.html#a2fb458a645116886a5f106a93cffa4d9">m_type</a>;</div><div class="line"><a name="l00138"></a><span class="lineno"><a class="line" href="structMWAWChart_1_1Series.html#a7392260259b978e4e869a8bc6c57775c">  138</a></span>&#160;    <a class="code" href="classMWAWBox2.html">MWAWBox2i</a> <a class="code" href="structMWAWChart_1_1Series.html#a7392260259b978e4e869a8bc6c57775c">m_range</a>;</div><div class="line"><a name="l00140"></a><span class="lineno"><a class="line" href="structMWAWChart_1_1Series.html#af6337d0bf071dd725cc4b8f46cc835c9">  140</a></span>&#160;    <a class="code" href="classMWAWGraphicStyle.html">MWAWGraphicStyle</a> <a class="code" href="structMWAWChart_1_1Series.html#af6337d0bf071dd725cc4b8f46cc835c9">m_style</a>;</div><div class="line"><a name="l00141"></a><span class="lineno">  141</span>&#160;  };</div><div class="line"><a name="l00143"></a><span class="lineno"><a class="line" href="structMWAWChart_1_1TextZone.html">  143</a></span>&#160;  <span class="keyword">struct </span><a class="code" href="structMWAWChart_1_1TextZone.html">TextZone</a> {</div><div class="line"><a name="l00145"></a><span class="lineno"><a class="line" href="structMWAWChart_1_1TextZone.html#a5d690c554c1559269e6d0614e576107a">  145</a></span>&#160;    <span class="keyword">enum</span> <a class="code" href="structMWAWChart_1_1TextZone.html#a5d690c554c1559269e6d0614e576107a">Type</a> { <a class="code" href="structMWAWChart_1_1TextZone.html#a5d690c554c1559269e6d0614e576107aa2ccfd11618105fc2f50ca8158942c02e">T_Title</a>, <a class="code" href="structMWAWChart_1_1TextZone.html#a5d690c554c1559269e6d0614e576107aabf3e6799a8c9fcc4b682bfc9f17d43f5">T_SubTitle</a>, <a class="code" href="structMWAWChart_1_1TextZone.html#a5d690c554c1559269e6d0614e576107aa5e85ffec69be316a44239f0d44bfd61c">T_AxisX</a>, <a class="code" href="structMWAWChart_1_1TextZone.html#a5d690c554c1559269e6d0614e576107aac7acdea0b4070c4ecf9a4fe5d640ec84">T_AxisY</a>, <a class="code" href="structMWAWChart_1_1TextZone.html#a5d690c554c1559269e6d0614e576107aad6c4bac0a7a71931b32b3002844fb5e5">T_AxisZ</a> };</div><div class="line"><a name="l00147"></a><span class="lineno"><a class="line" href="structMWAWChart_1_1TextZone.html#ab81312b12045c30e18f659f8330be75b">  147</a></span>&#160;    <span class="keyword">enum</span> <a class="code" href="structMWAWChart_1_1TextZone.html#ab81312b12045c30e18f659f8330be75b">ContentType</a> { <a class="code" href="structMWAWChart_1_1TextZone.html#ab81312b12045c30e18f659f8330be75bad35feddca12693ca78e54396645a5237">C_Cell</a>, <a class="code" href="structMWAWChart_1_1TextZone.html#ab81312b12045c30e18f659f8330be75baf17db7b63318c6bcdf75fbe11bfb3ff7">C_Text</a> };</div><div class="line"><a name="l00148"></a><span class="lineno">  148</span>&#160;</div><div class="line"><a name="l00150"></a><span class="lineno">  150</span>&#160;    <a class="code" href="structMWAWChart_1_1TextZone.html#aa4d0949f4677896f95b0f7cdadd7a317">TextZone</a>();</div><div class="line"><a name="l00151"></a><span class="lineno">  151</span>&#160;    <a class="code" href="structMWAWChart_1_1TextZone.html#aa4d0949f4677896f95b0f7cdadd7a317">TextZone</a>(<a class="code" href="structMWAWChart_1_1TextZone.html">TextZone</a> <span class="keyword">const</span> &amp;)=<span class="keywordflow">default</span>;</div><div class="line"><a name="l00152"></a><span class="lineno">  152</span>&#160;    <a class="code" href="structMWAWChart_1_1TextZone.html">TextZone</a> &amp;<a class="code" href="structMWAWChart_1_1TextZone.html#a2e4afb950737c6cefdd4abc9477c960c">operator=</a>(<a class="code" href="structMWAWChart_1_1TextZone.html">TextZone</a> <span class="keyword">const</span> &amp;)=<span class="keywordflow">default</span>;</div><div class="line"><a name="l00154"></a><span class="lineno">  154</span>&#160;    <a class="code" href="structMWAWChart_1_1TextZone.html#a3ab4c1d3827d38da553317fa5df32716">~TextZone</a>();</div><div class="line"><a name="l00156"></a><span class="lineno">  156</span>&#160;    <span class="keywordtype">void</span> <a class="code" href="structMWAWChart_1_1TextZone.html#a83ab51d53a08d783e08018c5f1f05cca">addContentTo</a>(std::string <span class="keyword">const</span> &amp;sheetName, librevenge::RVNGPropertyList &amp;propList) <span class="keyword">const</span>;</div><div class="line"><a name="l00158"></a><span class="lineno">  158</span>&#160;    <span class="keywordtype">void</span> <a class="code" href="structMWAWChart_1_1TextZone.html#af6cdd227f1893782a7169ef0414558c0">addStyleTo</a>(librevenge::RVNGPropertyList &amp;propList, std::shared_ptr&lt;MWAWFontConverter&gt; fontConverter) <span class="keyword">const</span>;</div><div class="line"><a name="l00160"></a><span class="lineno">  160</span>&#160;    <span class="keyword">friend</span> std::ostream &amp;<a class="code" href="structMWAWChart_1_1TextZone.html#a77148afe079a7c2038584d0f6bfcd612">operator&lt;&lt;</a>(std::ostream &amp;o, <a class="code" href="structMWAWChart_1_1TextZone.html">TextZone</a> <span class="keyword">const</span> &amp;zone);</div><div class="line"><a name="l00162"></a><span class="lineno"><a class="line" href="structMWAWChart_1_1TextZone.html#a002009eefd7c20ffb778b817cad712fd">  162</a></span>&#160;    <a class="code" href="structMWAWChart_1_1TextZone.html#a5d690c554c1559269e6d0614e576107a">Type</a> <a class="code" href="structMWAWChart_1_1TextZone.html#a002009eefd7c20ffb778b817cad712fd">m_type</a>;</div><div class="line"><a name="l00164"></a><span class="lineno"><a class="line" href="structMWAWChart_1_1TextZone.html#aa35eb3f35a040353b58081ef1531a287">  164</a></span>&#160;    <a class="code" href="structMWAWChart_1_1TextZone.html#ab81312b12045c30e18f659f8330be75b">ContentType</a> <a class="code" href="structMWAWChart_1_1TextZone.html#aa35eb3f35a040353b58081ef1531a287">m_contentType</a>;</div><div class="line"><a name="l00166"></a><span class="lineno"><a class="line" href="structMWAWChart_1_1TextZone.html#af588827b3b1f9b65ae222f5fcf3d2d25">  166</a></span>&#160;    <a class="code" href="classMWAWVec2.html">MWAWVec2f</a> <a class="code" href="structMWAWChart_1_1TextZone.html#af588827b3b1f9b65ae222f5fcf3d2d25">m_position</a>;</div><div class="line"><a name="l00168"></a><span class="lineno"><a class="line" href="structMWAWChart_1_1TextZone.html#a12d30f4bcde2d05a05b0b20cbd5285d6">  168</a></span>&#160;    <a class="code" href="classMWAWVec2.html">MWAWVec2i</a> <a class="code" href="structMWAWChart_1_1TextZone.html#a12d30f4bcde2d05a05b0b20cbd5285d6">m_cell</a>;</div><div class="line"><a name="l00170"></a><span class="lineno"><a class="line" href="structMWAWChart_1_1TextZone.html#a7aca7101ba6017f5cf6c35f0a55071e0">  170</a></span>&#160;    <a class="code" href="classMWAWEntry.html">MWAWEntry</a> <a class="code" href="structMWAWChart_1_1TextZone.html#a7aca7101ba6017f5cf6c35f0a55071e0">m_textEntry</a>;</div><div class="line"><a name="l00172"></a><span class="lineno"><a class="line" href="structMWAWChart_1_1TextZone.html#aa8135bc794a98926e95bebc7e81fc57f">  172</a></span>&#160;    <a class="code" href="classMWAWFont.html">MWAWFont</a> <a class="code" href="structMWAWChart_1_1TextZone.html#aa8135bc794a98926e95bebc7e81fc57f">m_font</a>;</div><div class="line"><a name="l00174"></a><span class="lineno"><a class="line" href="structMWAWChart_1_1TextZone.html#a3df29717d578861e0c0a8ec1f34d2dea">  174</a></span>&#160;    <a class="code" href="classMWAWGraphicStyle.html">MWAWGraphicStyle</a> <a class="code" href="structMWAWChart_1_1TextZone.html#a3df29717d578861e0c0a8ec1f34d2dea">m_style</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;</div><div class="line"><a name="l00178"></a><span class="lineno">  178</span>&#160;  <a class="code" href="classMWAWChart.html#ae2449d649be5d040a35f3547bf4124f6">MWAWChart</a>(std::string <span class="keyword">const</span> &amp;sheetName, <a class="code" href="libmwaw__internal_8hxx.html#a395172d638b3ad798dbe35bf07075050">MWAWFontConverterPtr</a> <span class="keyword">const</span> &amp;fontConverter, <a class="code" href="classMWAWVec2.html">MWAWVec2f</a> <span class="keyword">const</span> &amp;dim=<a class="code" href="libmwaw__internal_8hxx.html#a988b575a0871d2ae43973d942df41b83">MWAWVec2f</a>());</div><div class="line"><a name="l00180"></a><span class="lineno">  180</span>&#160;  <span class="keyword">virtual</span> <a class="code" href="classMWAWChart.html#a74e8bca6c9a9df13cf3a4bef9e580668">~MWAWChart</a>();</div><div class="line"><a name="l00182"></a><span class="lineno">  182</span>&#160;  <span class="keywordtype">void</span> <a class="code" href="classMWAWChart.html#ac3896146db4ef2da43d5a749b5ac845c">sendChart</a>(<a class="code" href="libmwaw__internal_8hxx.html#a2aeb6cd566dd50552c5fc06490487f6d">MWAWSpreadsheetListenerPtr</a> &amp;listener, librevenge::RVNGSpreadsheetInterface *interface);</div><div class="line"><a name="l00184"></a><span class="lineno">  184</span>&#160;  <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classMWAWChart.html#a80a6135290f0a1343a378eeafc91199f">sendContent</a>(<a class="code" href="structMWAWChart_1_1TextZone.html">TextZone</a> <span class="keyword">const</span> &amp;zone, <a class="code" href="libmwaw__internal_8hxx.html#a829b5f8247cd9997eafc0c14dc4b1869">MWAWListenerPtr</a> &amp;listener)=0;</div><div class="line"><a name="l00185"></a><span class="lineno">  185</span>&#160;</div><div class="line"><a name="l00187"></a><span class="lineno"><a class="line" href="classMWAWChart.html#a9557269b5dbad924bf0e57cdaecafc09">  187</a></span>&#160;  <span class="keywordtype">void</span> <a class="code" href="classMWAWChart.html#a9557269b5dbad924bf0e57cdaecafc09">setDataType</a>(<a class="code" href="structMWAWChart_1_1Series.html#a8817e0a9cd005e5982e24d0defc5f175">Series::Type</a> type, <span class="keywordtype">bool</span> dataStacked)</div><div class="line"><a name="l00188"></a><span class="lineno">  188</span>&#160;  {</div><div class="line"><a name="l00189"></a><span class="lineno">  189</span>&#160;    <a class="code" href="classMWAWChart.html#a6d6aee9a3fbe20e339a1a7e832031808">m_type</a>=type;</div><div class="line"><a name="l00190"></a><span class="lineno">  190</span>&#160;    <a class="code" href="classMWAWChart.html#a8380ace48c84ce9085217d7ffc08cd4e">m_dataStacked</a>=dataStacked;</div><div class="line"><a name="l00191"></a><span class="lineno">  191</span>&#160;  }</div><div class="line"><a name="l00192"></a><span class="lineno">  192</span>&#160;</div><div class="line"><a name="l00194"></a><span class="lineno"><a class="line" href="classMWAWChart.html#a1c0659b1d19a3f09ea8a49ac5979adef">  194</a></span>&#160;  <a class="code" href="classMWAWVec2.html">MWAWVec2f</a> <span class="keyword">const</span> &amp;<a class="code" href="classMWAWChart.html#a1c0659b1d19a3f09ea8a49ac5979adef">getDimension</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00195"></a><span class="lineno">  195</span>&#160;<span class="keyword">  </span>{</div><div class="line"><a name="l00196"></a><span class="lineno">  196</span>&#160;    <span class="keywordflow">return</span> <a class="code" href="classMWAWChart.html#aec0468023619d206de42a1b05387eaef">m_dim</a>;</div><div class="line"><a name="l00197"></a><span class="lineno">  197</span>&#160;  }</div><div class="line"><a name="l00199"></a><span class="lineno"><a class="line" href="classMWAWChart.html#a27bfda99899820314b07068f187ae3f3">  199</a></span>&#160;  <span class="keywordtype">void</span> <a class="code" href="classMWAWChart.html#a27bfda99899820314b07068f187ae3f3">setDimension</a>(<a class="code" href="classMWAWVec2.html">MWAWVec2f</a> <span class="keyword">const</span> &amp;dim)</div><div class="line"><a name="l00200"></a><span class="lineno">  200</span>&#160;  {</div><div class="line"><a name="l00201"></a><span class="lineno">  201</span>&#160;    <a class="code" href="classMWAWChart.html#aec0468023619d206de42a1b05387eaef">m_dim</a>=dim;</div><div class="line"><a name="l00202"></a><span class="lineno">  202</span>&#160;  }</div><div class="line"><a name="l00204"></a><span class="lineno">  204</span>&#160;  <span class="keywordtype">void</span> <a class="code" href="classMWAWChart.html#abc6ec57723d4f5b2dffc78031e4c0223">add</a>(<span class="keywordtype">int</span> coord, Axis <span class="keyword">const</span> &amp;axis);</div><div class="line"><a name="l00206"></a><span class="lineno">  206</span>&#160;  Axis <span class="keyword">const</span> &amp;<a class="code" href="classMWAWChart.html#a2257245586bbec253a255f3a6ca7e3c3">getAxis</a>(<span class="keywordtype">int</span> coord) <span class="keyword">const</span>;</div><div class="line"><a name="l00207"></a><span class="lineno">  207</span>&#160;</div><div class="line"><a name="l00209"></a><span class="lineno"><a class="line" href="classMWAWChart.html#ae659a44d0c90536c6d407bf332ec21ca">  209</a></span>&#160;  <span class="keywordtype">void</span> <a class="code" href="classMWAWChart.html#ae659a44d0c90536c6d407bf332ec21ca">set</a>(<a class="code" href="structMWAWChart_1_1Legend.html">Legend</a> <span class="keyword">const</span> &amp;legend)</div><div class="line"><a name="l00210"></a><span class="lineno">  210</span>&#160;  {</div><div class="line"><a name="l00211"></a><span class="lineno">  211</span>&#160;    <a class="code" href="classMWAWChart.html#a7b0d13e0bc222edd2a7f537a2ff82f0b">m_legend</a>=legend;</div><div class="line"><a name="l00212"></a><span class="lineno">  212</span>&#160;  }</div><div class="line"><a name="l00214"></a><span class="lineno"><a class="line" href="classMWAWChart.html#a60cc74d2eeeb358c7cb80eafff791ea0">  214</a></span>&#160;  <a class="code" href="structMWAWChart_1_1Legend.html">Legend</a> <span class="keyword">const</span> &amp;<a class="code" href="classMWAWChart.html#a60cc74d2eeeb358c7cb80eafff791ea0">getLegend</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00215"></a><span class="lineno">  215</span>&#160;<span class="keyword">  </span>{</div><div class="line"><a name="l00216"></a><span class="lineno">  216</span>&#160;    <span class="keywordflow">return</span> <a class="code" href="classMWAWChart.html#a7b0d13e0bc222edd2a7f537a2ff82f0b">m_legend</a>;</div><div class="line"><a name="l00217"></a><span class="lineno">  217</span>&#160;  }</div><div class="line"><a name="l00218"></a><span class="lineno">  218</span>&#160;</div><div class="line"><a name="l00220"></a><span class="lineno">  220</span>&#160;  <span class="keywordtype">void</span> <a class="code" href="classMWAWChart.html#abc6ec57723d4f5b2dffc78031e4c0223">add</a>(Series <span class="keyword">const</span> &amp;series);</div><div class="line"><a name="l00222"></a><span class="lineno"><a class="line" href="classMWAWChart.html#a624d041c0f9b67d087ac5ac68e4cf343">  222</a></span>&#160;  std::vector&lt;Series&gt; <span class="keyword">const</span> &amp;<a class="code" href="classMWAWChart.html#a624d041c0f9b67d087ac5ac68e4cf343">getSeries</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00223"></a><span class="lineno">  223</span>&#160;<span class="keyword">  </span>{</div><div class="line"><a name="l00224"></a><span class="lineno">  224</span>&#160;    <span class="keywordflow">return</span> <a class="code" href="classMWAWChart.html#a85589f39ad0974b39cdbd873d56a3240">m_seriesList</a>;</div><div class="line"><a name="l00225"></a><span class="lineno">  225</span>&#160;  }</div><div class="line"><a name="l00226"></a><span class="lineno">  226</span>&#160;</div><div class="line"><a name="l00228"></a><span class="lineno">  228</span>&#160;  <span class="keywordtype">void</span> <a class="code" href="classMWAWChart.html#abc6ec57723d4f5b2dffc78031e4c0223">add</a>(TextZone <span class="keyword">const</span> &amp;textZone);</div><div class="line"><a name="l00230"></a><span class="lineno">  230</span>&#160;  <span class="keywordtype">bool</span> <a class="code" href="classMWAWChart.html#a2894abbe6b688c0ed68799530221ea66">getTextZone</a>(<a class="code" href="structMWAWChart_1_1TextZone.html#a5d690c554c1559269e6d0614e576107a">TextZone::Type</a> type, TextZone &amp;textZone);</div><div class="line"><a name="l00231"></a><span class="lineno">  231</span>&#160;</div><div class="line"><a name="l00232"></a><span class="lineno">  232</span>&#160;<span class="keyword">protected</span>:</div><div class="line"><a name="l00234"></a><span class="lineno">  234</span>&#160;  <span class="keywordtype">void</span> <a class="code" href="classMWAWChart.html#a31cea787b0a659df11c093ccd0470e35">sendTextZoneContent</a>(<a class="code" href="structMWAWChart_1_1TextZone.html#a5d690c554c1559269e6d0614e576107a">TextZone::Type</a> type, <a class="code" href="libmwaw__internal_8hxx.html#a829b5f8247cd9997eafc0c14dc4b1869">MWAWListenerPtr</a> &amp;listener);</div><div class="line"><a name="l00235"></a><span class="lineno">  235</span>&#160;</div><div class="line"><a name="l00236"></a><span class="lineno">  236</span>&#160;<span class="keyword">protected</span>:</div><div class="line"><a name="l00238"></a><span class="lineno"><a class="line" href="classMWAWChart.html#af6438c6b7a065434b14125c91c807c56">  238</a></span>&#160;  std::string <a class="code" href="classMWAWChart.html#af6438c6b7a065434b14125c91c807c56">m_sheetName</a>;</div><div class="line"><a name="l00240"></a><span class="lineno"><a class="line" href="classMWAWChart.html#aec0468023619d206de42a1b05387eaef">  240</a></span>&#160;  <a class="code" href="classMWAWVec2.html">MWAWVec2f</a> <a class="code" href="classMWAWChart.html#aec0468023619d206de42a1b05387eaef">m_dim</a>;</div><div class="line"><a name="l00242"></a><span class="lineno"><a class="line" href="classMWAWChart.html#a6d6aee9a3fbe20e339a1a7e832031808">  242</a></span>&#160;  <a class="code" href="structMWAWChart_1_1Series.html#a8817e0a9cd005e5982e24d0defc5f175">Series::Type</a> <a class="code" href="classMWAWChart.html#a6d6aee9a3fbe20e339a1a7e832031808">m_type</a>;</div><div class="line"><a name="l00244"></a><span class="lineno"><a class="line" href="classMWAWChart.html#a8380ace48c84ce9085217d7ffc08cd4e">  244</a></span>&#160;  <span class="keywordtype">bool</span> <a class="code" href="classMWAWChart.html#a8380ace48c84ce9085217d7ffc08cd4e">m_dataStacked</a>;</div><div class="line"><a name="l00246"></a><span class="lineno"><a class="line" href="classMWAWChart.html#ae8bec51a23e267fbfbbe3abff53f6bd9">  246</a></span>&#160;  <a class="code" href="structMWAWChart_1_1Axis.html">Axis</a> <a class="code" href="classMWAWChart.html#ae8bec51a23e267fbfbbe3abff53f6bd9">m_axis</a>[4];</div><div class="line"><a name="l00248"></a><span class="lineno"><a class="line" href="classMWAWChart.html#a7b0d13e0bc222edd2a7f537a2ff82f0b">  248</a></span>&#160;  <a class="code" href="structMWAWChart_1_1Legend.html">Legend</a> <a class="code" href="classMWAWChart.html#a7b0d13e0bc222edd2a7f537a2ff82f0b">m_legend</a>;</div><div class="line"><a name="l00250"></a><span class="lineno"><a class="line" href="classMWAWChart.html#a85589f39ad0974b39cdbd873d56a3240">  250</a></span>&#160;  std::vector&lt;Series&gt; <a class="code" href="classMWAWChart.html#a85589f39ad0974b39cdbd873d56a3240">m_seriesList</a>;</div><div class="line"><a name="l00252"></a><span class="lineno"><a class="line" href="classMWAWChart.html#aa939f111962bb90452eadbc7cdb11f5d">  252</a></span>&#160;  std::map&lt;TextZone::Type, TextZone&gt; <a class="code" href="classMWAWChart.html#aa939f111962bb90452eadbc7cdb11f5d">m_textZoneMap</a>;</div><div class="line"><a name="l00254"></a><span class="lineno"><a class="line" href="classMWAWChart.html#a5d2430cd701a55426e85d5798303aea9">  254</a></span>&#160;  <a class="code" href="libmwaw__internal_8hxx.html#a395172d638b3ad798dbe35bf07075050">MWAWFontConverterPtr</a> <a class="code" href="classMWAWChart.html#a5d2430cd701a55426e85d5798303aea9">m_fontConverter</a>;</div><div class="line"><a name="l00255"></a><span class="lineno">  255</span>&#160;<span class="keyword">private</span>:</div><div class="line"><a name="l00256"></a><span class="lineno">  256</span>&#160;  <span class="keyword">explicit</span> <a class="code" href="classMWAWChart.html#ae2449d649be5d040a35f3547bf4124f6">MWAWChart</a>(<a class="code" href="classMWAWChart.html">MWAWChart</a> <span class="keyword">const</span> &amp;orig) = <span class="keyword">delete</span>;</div><div class="line"><a name="l00257"></a><span class="lineno">  257</span>&#160;  <a class="code" href="classMWAWChart.html">MWAWChart</a> &amp;<a class="code" href="classMWAWChart.html#ab6d5f11f7d8368c120ca515afc4fb631">operator=</a>(<a class="code" href="classMWAWChart.html">MWAWChart</a> <span class="keyword">const</span> &amp;orig) = <span class="keyword">delete</span>;</div><div class="line"><a name="l00258"></a><span class="lineno">  258</span>&#160;};</div><div class="line"><a name="l00259"></a><span class="lineno">  259</span>&#160;</div><div class="line"><a name="l00260"></a><span class="lineno">  260</span>&#160;<span class="preprocessor">#endif</span></div><div class="line"><a name="l00261"></a><span class="lineno">  261</span>&#160;<span class="comment">// vim: set filetype=cpp tabstop=2 shiftwidth=2 cindent autoindent smartindent noexpandtab:</span></div><div class="ttc" id="structMWAWChart_1_1TextZone_html_a77148afe079a7c2038584d0f6bfcd612"><div class="ttname"><a href="structMWAWChart_1_1TextZone.html#a77148afe079a7c2038584d0f6bfcd612">MWAWChart::TextZone::operator&lt;&lt;</a></div><div class="ttdeci">friend std::ostream &amp; operator&lt;&lt;(std::ostream &amp;o, TextZone const &amp;zone)</div><div class="ttdoc">operator&lt;&lt;</div><div class="ttdef"><b>Definition:</b> MWAWChart.cxx:640</div></div>
<div class="ttc" id="structMWAWChart_1_1Legend_html"><div class="ttname"><a href="structMWAWChart_1_1Legend.html">MWAWChart::Legend</a></div><div class="ttdoc">a legend in a chart</div><div class="ttdef"><b>Definition:</b> MWAWChart.hxx:88</div></div>
<div class="ttc" id="structMWAWChart_1_1TextZone_html_a7aca7101ba6017f5cf6c35f0a55071e0"><div class="ttname"><a href="structMWAWChart_1_1TextZone.html#a7aca7101ba6017f5cf6c35f0a55071e0">MWAWChart::TextZone::m_textEntry</a></div><div class="ttdeci">MWAWEntry m_textEntry</div><div class="ttdoc">the text entry</div><div class="ttdef"><b>Definition:</b> MWAWChart.hxx:170</div></div>
<div class="ttc" id="structMWAWChart_1_1Series_html_a2fb458a645116886a5f106a93cffa4d9"><div class="ttname"><a href="structMWAWChart_1_1Series.html#a2fb458a645116886a5f106a93cffa4d9">MWAWChart::Series::m_type</a></div><div class="ttdeci">Type m_type</div><div class="ttdoc">the type</div><div class="ttdef"><b>Definition:</b> MWAWChart.hxx:136</div></div>
<div class="ttc" id="structMWAWChart_1_1TextZone_html_a5d690c554c1559269e6d0614e576107a"><div class="ttname"><a href="structMWAWChart_1_1TextZone.html#a5d690c554c1559269e6d0614e576107a">MWAWChart::TextZone::Type</a></div><div class="ttdeci">Type</div><div class="ttdoc">the text type</div><div class="ttdef"><b>Definition:</b> MWAWChart.hxx:145</div></div>
<div class="ttc" id="structMWAWChart_1_1Series_html_a8817e0a9cd005e5982e24d0defc5f175"><div class="ttname"><a href="structMWAWChart_1_1Series.html#a8817e0a9cd005e5982e24d0defc5f175">MWAWChart::Series::Type</a></div><div class="ttdeci">Type</div><div class="ttdoc">the series type</div><div class="ttdef"><b>Definition:</b> MWAWChart.hxx:121</div></div>
<div class="ttc" id="structMWAWChart_1_1TextZone_html_aa8135bc794a98926e95bebc7e81fc57f"><div class="ttname"><a href="structMWAWChart_1_1TextZone.html#aa8135bc794a98926e95bebc7e81fc57f">MWAWChart::TextZone::m_font</a></div><div class="ttdeci">MWAWFont m_font</div><div class="ttdoc">the zone format</div><div class="ttdef"><b>Definition:</b> MWAWChart.hxx:172</div></div>
<div class="ttc" id="structMWAWChart_1_1TextZone_html_ab81312b12045c30e18f659f8330be75baf17db7b63318c6bcdf75fbe11bfb3ff7"><div class="ttname"><a href="structMWAWChart_1_1TextZone.html#ab81312b12045c30e18f659f8330be75baf17db7b63318c6bcdf75fbe11bfb3ff7">MWAWChart::TextZone::C_Text</a></div><div class="ttdef"><b>Definition:</b> MWAWChart.hxx:147</div></div>
<div class="ttc" id="classMWAWChartInternal_1_1SubDocument_html"><div class="ttname"><a href="classMWAWChartInternal_1_1SubDocument.html">MWAWChartInternal::SubDocument</a></div><div class="ttdoc">Internal: the subdocument of a MWAWChart.</div><div class="ttdef"><b>Definition:</b> MWAWChart.cxx:61</div></div>
<div class="ttc" id="namespaceMWAWChartInternal_html"><div class="ttname"><a href="namespaceMWAWChartInternal.html">MWAWChartInternal</a></div><div class="ttdoc">Internal: the structures of a MWAWChart.</div><div class="ttdef"><b>Definition:</b> MWAWChart.cxx:57</div></div>
<div class="ttc" id="structMWAWChart_1_1TextZone_html_ab81312b12045c30e18f659f8330be75b"><div class="ttname"><a href="structMWAWChart_1_1TextZone.html#ab81312b12045c30e18f659f8330be75b">MWAWChart::TextZone::ContentType</a></div><div class="ttdeci">ContentType</div><div class="ttdoc">the text content type</div><div class="ttdef"><b>Definition:</b> MWAWChart.hxx:147</div></div>
<div class="ttc" id="structMWAWChart_1_1Series_html_ae4842675e169f8c1668f16dbd681fd93"><div class="ttname"><a href="structMWAWChart_1_1Series.html#ae4842675e169f8c1668f16dbd681fd93">MWAWChart::Series::addStyleTo</a></div><div class="ttdeci">void addStyleTo(librevenge::RVNGPropertyList &amp;propList) const</div><div class="ttdoc">add style to the propList</div><div class="ttdef"><b>Definition:</b> MWAWChart.cxx:539</div></div>
<div class="ttc" id="classMWAWChart_html_a2257245586bbec253a255f3a6ca7e3c3"><div class="ttname"><a href="classMWAWChart.html#a2257245586bbec253a255f3a6ca7e3c3">MWAWChart::getAxis</a></div><div class="ttdeci">Axis const  &amp; getAxis(int coord) const</div><div class="ttdoc">return an axis (corresponding to a coord)</div><div class="ttdef"><b>Definition:</b> MWAWChart.cxx:140</div></div>
<div class="ttc" id="structMWAWChart_1_1Series_html_a8817e0a9cd005e5982e24d0defc5f175afb84140f30ca239fe1aa597025810543"><div class="ttname"><a href="structMWAWChart_1_1Series.html#a8817e0a9cd005e5982e24d0defc5f175afb84140f30ca239fe1aa597025810543">MWAWChart::Series::S_Pie</a></div><div class="ttdef"><b>Definition:</b> MWAWChart.hxx:121</div></div>
<div class="ttc" id="structMWAWChart_1_1TextZone_html_aa35eb3f35a040353b58081ef1531a287"><div class="ttname"><a href="structMWAWChart_1_1TextZone.html#aa35eb3f35a040353b58081ef1531a287">MWAWChart::TextZone::m_contentType</a></div><div class="ttdeci">ContentType m_contentType</div><div class="ttdoc">the content type</div><div class="ttdef"><b>Definition:</b> MWAWChart.hxx:164</div></div>
<div class="ttc" id="MWAWEntry_8hxx_html"><div class="ttname"><a href="MWAWEntry_8hxx.html">MWAWEntry.hxx</a></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="structMWAWChart_1_1Legend_html_a0d510c979e84c0016724c749cf42c11e"><div class="ttname"><a href="structMWAWChart_1_1Legend.html#a0d510c979e84c0016724c749cf42c11e">MWAWChart::Legend::m_autoPosition</a></div><div class="ttdeci">bool m_autoPosition</div><div class="ttdoc">automatic position</div><div class="ttdef"><b>Definition:</b> MWAWChart.hxx:108</div></div>
<div class="ttc" id="structMWAWChart_1_1Series_html_a7fb24615e46b3c6c05b56231fdcc6942"><div class="ttname"><a href="structMWAWChart_1_1Series.html#a7fb24615e46b3c6c05b56231fdcc6942">MWAWChart::Series::~Series</a></div><div class="ttdeci">virtual ~Series()</div><div class="ttdoc">destructor</div><div class="ttdef"><b>Definition:</b> MWAWChart.cxx:489</div></div>
<div class="ttc" id="structMWAWChart_1_1Axis_html_ac3163c24b464668766590a5f0eb22f4a"><div class="ttname"><a href="structMWAWChart_1_1Axis.html#ac3163c24b464668766590a5f0eb22f4a">MWAWChart::Axis::addContentTo</a></div><div class="ttdeci">void addContentTo(std::string const &amp;sheetName, int coord, librevenge::RVNGPropertyList &amp;propList) const</div><div class="ttdoc">add content to the propList</div><div class="ttdef"><b>Definition:</b> MWAWChart.cxx:346</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="classMWAWChart_html_a7b0d13e0bc222edd2a7f537a2ff82f0b"><div class="ttname"><a href="classMWAWChart.html#a7b0d13e0bc222edd2a7f537a2ff82f0b">MWAWChart::m_legend</a></div><div class="ttdeci">Legend m_legend</div><div class="ttdoc">the legend</div><div class="ttdef"><b>Definition:</b> MWAWChart.hxx:248</div></div>
<div class="ttc" id="structMWAWChart_1_1Axis_html_aa26de542c62b2217a9d1cc0e2da46d78"><div class="ttname"><a href="structMWAWChart_1_1Axis.html#aa26de542c62b2217a9d1cc0e2da46d78">MWAWChart::Axis::m_showGrid</a></div><div class="ttdeci">bool m_showGrid</div><div class="ttdoc">show or not the grid</div><div class="ttdef"><b>Definition:</b> MWAWChart.hxx:79</div></div>
<div class="ttc" id="structMWAWChart_1_1Series_html_a893207312f86cf3427fa2137cc547809"><div class="ttname"><a href="structMWAWChart_1_1Series.html#a893207312f86cf3427fa2137cc547809">MWAWChart::Series::getSeriesTypeName</a></div><div class="ttdeci">static std::string getSeriesTypeName(Type type)</div><div class="ttdoc">returns a string corresponding to a series type</div><div class="ttdef"><b>Definition:</b> MWAWChart.cxx:493</div></div>
<div class="ttc" id="structMWAWChart_1_1TextZone_html_af6cdd227f1893782a7169ef0414558c0"><div class="ttname"><a href="structMWAWChart_1_1TextZone.html#af6cdd227f1893782a7169ef0414558c0">MWAWChart::TextZone::addStyleTo</a></div><div class="ttdeci">void addStyleTo(librevenge::RVNGPropertyList &amp;propList, std::shared_ptr&lt; MWAWFontConverter &gt; fontConverter) const</div><div class="ttdoc">add to the propList</div><div class="ttdef"><b>Definition:</b> MWAWChart.cxx:634</div></div>
<div class="ttc" id="classMWAWChart_html_af6438c6b7a065434b14125c91c807c56"><div class="ttname"><a href="classMWAWChart.html#af6438c6b7a065434b14125c91c807c56">MWAWChart::m_sheetName</a></div><div class="ttdeci">std::string m_sheetName</div><div class="ttdoc">the sheet name</div><div class="ttdef"><b>Definition:</b> MWAWChart.hxx:238</div></div>
<div class="ttc" id="structMWAWChart_1_1Series_html"><div class="ttname"><a href="structMWAWChart_1_1Series.html">MWAWChart::Series</a></div><div class="ttdoc">a series in a chart</div><div class="ttdef"><b>Definition:</b> MWAWChart.hxx:119</div></div>
<div class="ttc" id="structMWAWChart_1_1Axis_html_a8bb7e1a86cb096a8b3653195cef07f49a26b1e5f3edb198935d4007c921dbda60"><div class="ttname"><a href="structMWAWChart_1_1Axis.html#a8bb7e1a86cb096a8b3653195cef07f49a26b1e5f3edb198935d4007c921dbda60">MWAWChart::Axis::A_Sequence</a></div><div class="ttdef"><b>Definition:</b> MWAWChart.hxx:64</div></div>
<div class="ttc" id="structMWAWChart_1_1Legend_html_a5d63681d081686527b07c8d299595d10"><div class="ttname"><a href="structMWAWChart_1_1Legend.html#a5d63681d081686527b07c8d299595d10">MWAWChart::Legend::m_position</a></div><div class="ttdeci">MWAWVec2f m_position</div><div class="ttdoc">the position in points</div><div class="ttdef"><b>Definition:</b> MWAWChart.hxx:112</div></div>
<div class="ttc" id="structMWAWChart_1_1TextZone_html_aa4d0949f4677896f95b0f7cdadd7a317"><div class="ttname"><a href="structMWAWChart_1_1TextZone.html#aa4d0949f4677896f95b0f7cdadd7a317">MWAWChart::TextZone::TextZone</a></div><div class="ttdeci">TextZone()</div><div class="ttdoc">constructor</div><div class="ttdef"><b>Definition:</b> MWAWChart.cxx:583</div></div>
<div class="ttc" id="structMWAWChart_1_1Axis_html_a49b5da6b801c45240ee886214f988658"><div class="ttname"><a href="structMWAWChart_1_1Axis.html#a49b5da6b801c45240ee886214f988658">MWAWChart::Axis::Axis</a></div><div class="ttdeci">Axis()</div><div class="ttdoc">constructor</div><div class="ttdef"><b>Definition:</b> MWAWChart.cxx:332</div></div>
<div class="ttc" id="classMWAWGraphicStyle_html"><div class="ttname"><a href="classMWAWGraphicStyle.html">MWAWGraphicStyle</a></div><div class="ttdoc">a structure used to define a picture style</div><div class="ttdef"><b>Definition:</b> MWAWGraphicStyle.hxx:47</div></div>
<div class="ttc" id="structMWAWChart_1_1TextZone_html_a3ab4c1d3827d38da553317fa5df32716"><div class="ttname"><a href="structMWAWChart_1_1TextZone.html#a3ab4c1d3827d38da553317fa5df32716">MWAWChart::TextZone::~TextZone</a></div><div class="ttdeci">~TextZone()</div><div class="ttdoc">destructor</div><div class="ttdef"><b>Definition:</b> MWAWChart.cxx:595</div></div>
<div class="ttc" id="structMWAWChart_1_1Series_html_a8817e0a9cd005e5982e24d0defc5f175a921ee3ff5ea3e4ab213db970a63e81aa"><div class="ttname"><a href="structMWAWChart_1_1Series.html#a8817e0a9cd005e5982e24d0defc5f175a921ee3ff5ea3e4ab213db970a63e81aa">MWAWChart::Series::S_Bar</a></div><div class="ttdef"><b>Definition:</b> MWAWChart.hxx:121</div></div>
<div class="ttc" id="classMWAWChart_html_a9557269b5dbad924bf0e57cdaecafc09"><div class="ttname"><a href="classMWAWChart.html#a9557269b5dbad924bf0e57cdaecafc09">MWAWChart::setDataType</a></div><div class="ttdeci">void setDataType(Series::Type type, bool dataStacked)</div><div class="ttdoc">sets the chart type</div><div class="ttdef"><b>Definition:</b> MWAWChart.hxx:187</div></div>
<div class="ttc" id="structMWAWChart_1_1Axis_html_ace77a5418fecba13017673c19d62b8d4"><div class="ttname"><a href="structMWAWChart_1_1Axis.html#ace77a5418fecba13017673c19d62b8d4">MWAWChart::Axis::m_showLabel</a></div><div class="ttdeci">bool m_showLabel</div><div class="ttdoc">show or not the label</div><div class="ttdef"><b>Definition:</b> MWAWChart.hxx:81</div></div>
<div class="ttc" id="namespacelibmwaw_html"><div class="ttname"><a href="namespacelibmwaw.html">libmwaw</a></div><div class="ttdoc">namespace used to regroup all libwpd functions, enumerations which we have redefined for internal usa...</div><div class="ttdef"><b>Definition:</b> libmwaw_internal.cxx:50</div></div>
<div class="ttc" id="structMWAWChart_1_1Series_html_af6337d0bf071dd725cc4b8f46cc835c9"><div class="ttname"><a href="structMWAWChart_1_1Series.html#af6337d0bf071dd725cc4b8f46cc835c9">MWAWChart::Series::m_style</a></div><div class="ttdeci">MWAWGraphicStyle m_style</div><div class="ttdoc">the graphic style</div><div class="ttdef"><b>Definition:</b> MWAWChart.hxx:140</div></div>
<div class="ttc" id="structMWAWChart_1_1Series_html_a8817e0a9cd005e5982e24d0defc5f175a0ed803998c64d698f550c91b71c6b07c"><div class="ttname"><a href="structMWAWChart_1_1Series.html#a8817e0a9cd005e5982e24d0defc5f175a0ed803998c64d698f550c91b71c6b07c">MWAWChart::Series::S_Stock</a></div><div class="ttdef"><b>Definition:</b> MWAWChart.hxx:121</div></div>
<div class="ttc" id="structMWAWChart_1_1Axis_html_a8bb7e1a86cb096a8b3653195cef07f49a58d2925ef5ab58a2e57f59912636b326"><div class="ttname"><a href="structMWAWChart_1_1Axis.html#a8bb7e1a86cb096a8b3653195cef07f49a58d2925ef5ab58a2e57f59912636b326">MWAWChart::Axis::A_Numeric</a></div><div class="ttdef"><b>Definition:</b> MWAWChart.hxx:64</div></div>
<div class="ttc" id="classMWAWChart_html_a85589f39ad0974b39cdbd873d56a3240"><div class="ttname"><a href="classMWAWChart.html#a85589f39ad0974b39cdbd873d56a3240">MWAWChart::m_seriesList</a></div><div class="ttdeci">std::vector&lt; Series &gt; m_seriesList</div><div class="ttdoc">the list of series</div><div class="ttdef"><b>Definition:</b> MWAWChart.hxx:250</div></div>
<div class="ttc" id="structMWAWChart_1_1Series_html_ac77a56ec4cb16b30dad26a9deb1375af"><div class="ttname"><a href="structMWAWChart_1_1Series.html#ac77a56ec4cb16b30dad26a9deb1375af">MWAWChart::Series::operator&lt;&lt;</a></div><div class="ttdeci">friend std::ostream &amp; operator&lt;&lt;(std::ostream &amp;o, Series const &amp;series)</div><div class="ttdoc">operator&lt;&lt;</div><div class="ttdef"><b>Definition:</b> MWAWChart.cxx:544</div></div>
<div class="ttc" id="structMWAWChart_1_1Axis_html_a8bb7e1a86cb096a8b3653195cef07f49"><div class="ttname"><a href="structMWAWChart_1_1Axis.html#a8bb7e1a86cb096a8b3653195cef07f49">MWAWChart::Axis::Type</a></div><div class="ttdeci">Type</div><div class="ttdoc">the axis content</div><div class="ttdef"><b>Definition:</b> MWAWChart.hxx:64</div></div>
<div class="ttc" id="classMWAWChart_html_a27bfda99899820314b07068f187ae3f3"><div class="ttname"><a href="classMWAWChart.html#a27bfda99899820314b07068f187ae3f3">MWAWChart::setDimension</a></div><div class="ttdeci">void setDimension(MWAWVec2f const &amp;dim)</div><div class="ttdoc">return the chart dimension</div><div class="ttdef"><b>Definition:</b> MWAWChart.hxx:199</div></div>
<div class="ttc" id="classMWAWChart_html_a2894abbe6b688c0ed68799530221ea66"><div class="ttname"><a href="classMWAWChart.html#a2894abbe6b688c0ed68799530221ea66">MWAWChart::getTextZone</a></div><div class="ttdeci">bool getTextZone(TextZone::Type type, TextZone &amp;textZone)</div><div class="ttdoc">returns a textzone content(if set)</div><div class="ttdef"><b>Definition:</b> MWAWChart.cxx:154</div></div>
<div class="ttc" id="structMWAWChart_1_1Series_html_a8817e0a9cd005e5982e24d0defc5f175aabc1b294069da8507440f5ade6a38cb2"><div class="ttname"><a href="structMWAWChart_1_1Series.html#a8817e0a9cd005e5982e24d0defc5f175aabc1b294069da8507440f5ade6a38cb2">MWAWChart::Series::S_Line</a></div><div class="ttdef"><b>Definition:</b> MWAWChart.hxx:121</div></div>
<div class="ttc" id="structMWAWChart_1_1Legend_html_ac92d870ecd785b8e48fc7766bdeead5f"><div class="ttname"><a href="structMWAWChart_1_1Legend.html#ac92d870ecd785b8e48fc7766bdeead5f">MWAWChart::Legend::addContentTo</a></div><div class="ttdeci">void addContentTo(librevenge::RVNGPropertyList &amp;propList) const</div><div class="ttdoc">add content to the propList</div><div class="ttdef"><b>Definition:</b> MWAWChart.cxx:424</div></div>
<div class="ttc" id="classMWAWChart_html_ab6d5f11f7d8368c120ca515afc4fb631"><div class="ttname"><a href="classMWAWChart.html#ab6d5f11f7d8368c120ca515afc4fb631">MWAWChart::operator=</a></div><div class="ttdeci">MWAWChart &amp; operator=(MWAWChart const &amp;orig)=delete</div></div>
<div class="ttc" id="structMWAWChart_1_1Axis_html_a8bb7e1a86cb096a8b3653195cef07f49a4b2b0bd49a52aa910e10b7a78839643f"><div class="ttname"><a href="structMWAWChart_1_1Axis.html#a8bb7e1a86cb096a8b3653195cef07f49a4b2b0bd49a52aa910e10b7a78839643f">MWAWChart::Axis::A_None</a></div><div class="ttdef"><b>Definition:</b> MWAWChart.hxx:64</div></div>
<div class="ttc" id="structMWAWChart_1_1Legend_html_a29b1eb06b0fb130e4568cb96a2cf308b"><div class="ttname"><a href="structMWAWChart_1_1Legend.html#a29b1eb06b0fb130e4568cb96a2cf308b">MWAWChart::Legend::Legend</a></div><div class="ttdeci">Legend()</div><div class="ttdoc">constructor</div><div class="ttdef"><b>Definition:</b> MWAWChart.hxx:90</div></div>
<div class="ttc" id="structMWAWChart_1_1Axis_html_a8a87e31eb778141a27114456ee1cb89d"><div class="ttname"><a href="structMWAWChart_1_1Axis.html#a8a87e31eb778141a27114456ee1cb89d">MWAWChart::Axis::~Axis</a></div><div class="ttdeci">~Axis()</div><div class="ttdoc">destructor</div><div class="ttdef"><b>Definition:</b> MWAWChart.cxx:342</div></div>
<div class="ttc" id="structMWAWChart_1_1Axis_html"><div class="ttname"><a href="structMWAWChart_1_1Axis.html">MWAWChart::Axis</a></div><div class="ttdoc">a axis in a chart</div><div class="ttdef"><b>Definition:</b> MWAWChart.hxx:62</div></div>
<div class="ttc" id="classMWAWFont_html"><div class="ttname"><a href="classMWAWFont.html">MWAWFont</a></div><div class="ttdoc">Class to store font.</div><div class="ttdef"><b>Definition:</b> MWAWFont.hxx:43</div></div>
<div class="ttc" id="classMWAWBox2_html"><div class="ttname"><a href="classMWAWBox2.html">MWAWBox2&lt; int &gt;</a></div></div>
<div class="ttc" id="structMWAWChart_1_1Series_html_a1db24291c7d1a43798f1ea23838db5f1"><div class="ttname"><a href="structMWAWChart_1_1Series.html#a1db24291c7d1a43798f1ea23838db5f1">MWAWChart::Series::addContentTo</a></div><div class="ttdeci">void addContentTo(std::string const &amp;sheetName, librevenge::RVNGPropertyList &amp;propList) const</div><div class="ttdoc">add content to the propList</div><div class="ttdef"><b>Definition:</b> MWAWChart.cxx:518</div></div>
<div class="ttc" id="structMWAWChart_1_1Legend_html_aacfafe26834a90968e7e5a1db802a731"><div class="ttname"><a href="structMWAWChart_1_1Legend.html#aacfafe26834a90968e7e5a1db802a731">MWAWChart::Legend::m_font</a></div><div class="ttdeci">MWAWFont m_font</div><div class="ttdoc">the font</div><div class="ttdef"><b>Definition:</b> MWAWChart.hxx:114</div></div>
<div class="ttc" id="structMWAWChart_1_1Series_html_a8817e0a9cd005e5982e24d0defc5f175aa5b56cda30fe955cb661be0ebb7fef41"><div class="ttname"><a href="structMWAWChart_1_1Series.html#a8817e0a9cd005e5982e24d0defc5f175aa5b56cda30fe955cb661be0ebb7fef41">MWAWChart::Series::S_Column</a></div><div class="ttdef"><b>Definition:</b> MWAWChart.hxx:121</div></div>
<div class="ttc" id="classMWAWChart_html_aec0468023619d206de42a1b05387eaef"><div class="ttname"><a href="classMWAWChart.html#aec0468023619d206de42a1b05387eaef">MWAWChart::m_dim</a></div><div class="ttdeci">MWAWVec2f m_dim</div><div class="ttdoc">the chart dimension in point</div><div class="ttdef"><b>Definition:</b> MWAWChart.hxx:240</div></div>
<div class="ttc" id="MWAWFont_8hxx_html"><div class="ttname"><a href="MWAWFont_8hxx.html">MWAWFont.hxx</a></div></div>
<div class="ttc" id="structMWAWChart_1_1TextZone_html_a5d690c554c1559269e6d0614e576107aabf3e6799a8c9fcc4b682bfc9f17d43f5"><div class="ttname"><a href="structMWAWChart_1_1TextZone.html#a5d690c554c1559269e6d0614e576107aabf3e6799a8c9fcc4b682bfc9f17d43f5">MWAWChart::TextZone::T_SubTitle</a></div><div class="ttdef"><b>Definition:</b> MWAWChart.hxx:145</div></div>
<div class="ttc" id="libmwaw__internal_8hxx_html_a988b575a0871d2ae43973d942df41b83"><div class="ttname"><a href="libmwaw__internal_8hxx.html#a988b575a0871d2ae43973d942df41b83">MWAWVec2f</a></div><div class="ttdeci">MWAWVec2&lt; float &gt; MWAWVec2f</div><div class="ttdoc">MWAWVec2 of float.</div><div class="ttdef"><b>Definition:</b> libmwaw_internal.hxx:842</div></div>
<div class="ttc" id="structMWAWChart_1_1Series_html_a8817e0a9cd005e5982e24d0defc5f175a2bf4b9fd49ad3f63c86f1fc7547b4e8e"><div class="ttname"><a href="structMWAWChart_1_1Series.html#a8817e0a9cd005e5982e24d0defc5f175a2bf4b9fd49ad3f63c86f1fc7547b4e8e">MWAWChart::Series::S_Area</a></div><div class="ttdef"><b>Definition:</b> MWAWChart.hxx:121</div></div>
<div class="ttc" id="structMWAWChart_1_1Axis_html_a30ed54b008dddab0aeebeae0805504e1"><div class="ttname"><a href="structMWAWChart_1_1Axis.html#a30ed54b008dddab0aeebeae0805504e1">MWAWChart::Axis::m_style</a></div><div class="ttdeci">MWAWGraphicStyle m_style</div><div class="ttdoc">the graphic style</div><div class="ttdef"><b>Definition:</b> MWAWChart.hxx:85</div></div>
<div class="ttc" id="classMWAWChart_html_ac3896146db4ef2da43d5a749b5ac845c"><div class="ttname"><a href="classMWAWChart.html#ac3896146db4ef2da43d5a749b5ac845c">MWAWChart::sendChart</a></div><div class="ttdeci">void sendChart(MWAWSpreadsheetListenerPtr &amp;listener, librevenge::RVNGSpreadsheetInterface *interface)</div><div class="ttdoc">send the chart to the listener</div><div class="ttdef"><b>Definition:</b> MWAWChart.cxx:176</div></div>
<div class="ttc" id="classMWAWChart_html_a6d6aee9a3fbe20e339a1a7e832031808"><div class="ttname"><a href="classMWAWChart.html#a6d6aee9a3fbe20e339a1a7e832031808">MWAWChart::m_type</a></div><div class="ttdeci">Series::Type m_type</div><div class="ttdoc">the chart type (if no series)</div><div class="ttdef"><b>Definition:</b> MWAWChart.hxx:242</div></div>
<div class="ttc" id="structMWAWChart_1_1Axis_html_a8c362e8ddd33055d2ec22e6c4f48e937"><div class="ttname"><a href="structMWAWChart_1_1Axis.html#a8c362e8ddd33055d2ec22e6c4f48e937">MWAWChart::Axis::m_type</a></div><div class="ttdeci">Type m_type</div><div class="ttdoc">the sequence type</div><div class="ttdef"><b>Definition:</b> MWAWChart.hxx:77</div></div>
<div class="ttc" id="structMWAWChart_1_1TextZone_html_a5d690c554c1559269e6d0614e576107aa2ccfd11618105fc2f50ca8158942c02e"><div class="ttname"><a href="structMWAWChart_1_1TextZone.html#a5d690c554c1559269e6d0614e576107aa2ccfd11618105fc2f50ca8158942c02e">MWAWChart::TextZone::T_Title</a></div><div class="ttdef"><b>Definition:</b> MWAWChart.hxx:145</div></div>
<div class="ttc" id="structMWAWChart_1_1TextZone_html_a5d690c554c1559269e6d0614e576107aac7acdea0b4070c4ecf9a4fe5d640ec84"><div class="ttname"><a href="structMWAWChart_1_1TextZone.html#a5d690c554c1559269e6d0614e576107aac7acdea0b4070c4ecf9a4fe5d640ec84">MWAWChart::TextZone::T_AxisY</a></div><div class="ttdef"><b>Definition:</b> MWAWChart.hxx:145</div></div>
<div class="ttc" id="classMWAWChart_html_a31cea787b0a659df11c093ccd0470e35"><div class="ttname"><a href="classMWAWChart.html#a31cea787b0a659df11c093ccd0470e35">MWAWChart::sendTextZoneContent</a></div><div class="ttdeci">void sendTextZoneContent(TextZone::Type type, MWAWListenerPtr &amp;listener)</div><div class="ttdoc">sends a textzone content</div><div class="ttdef"><b>Definition:</b> MWAWChart.cxx:162</div></div>
<div class="ttc" id="classMWAWChart_html_a8380ace48c84ce9085217d7ffc08cd4e"><div class="ttname"><a href="classMWAWChart.html#a8380ace48c84ce9085217d7ffc08cd4e">MWAWChart::m_dataStacked</a></div><div class="ttdeci">bool m_dataStacked</div><div class="ttdoc">a flag to know if the data are stacked or not</div><div class="ttdef"><b>Definition:</b> MWAWChart.hxx:244</div></div>
<div class="ttc" id="structMWAWChart_1_1Axis_html_a95c7774873e416022d94a3e854061868"><div class="ttname"><a href="structMWAWChart_1_1Axis.html#a95c7774873e416022d94a3e854061868">MWAWChart::Axis::addStyleTo</a></div><div class="ttdeci">void addStyleTo(librevenge::RVNGPropertyList &amp;propList) const</div><div class="ttdoc">add style to the propList</div><div class="ttdef"><b>Definition:</b> MWAWChart.cxx:378</div></div>
<div class="ttc" id="structMWAWChart_1_1Legend_html_a6f40f39621e6a006abd5ebf7b894e0fe"><div class="ttname"><a href="structMWAWChart_1_1Legend.html#a6f40f39621e6a006abd5ebf7b894e0fe">MWAWChart::Legend::addStyleTo</a></div><div class="ttdeci">void addStyleTo(librevenge::RVNGPropertyList &amp;propList, std::shared_ptr&lt; MWAWFontConverter &gt; fontConverter) const</div><div class="ttdoc">add style to the propList</div><div class="ttdef"><b>Definition:</b> MWAWChart.cxx:444</div></div>
<div class="ttc" id="structMWAWChart_1_1Axis_html_a8c987be65dfcda10f886f8a69c92a969"><div class="ttname"><a href="structMWAWChart_1_1Axis.html#a8c987be65dfcda10f886f8a69c92a969">MWAWChart::Axis::operator&lt;&lt;</a></div><div class="ttdeci">friend std::ostream &amp; operator&lt;&lt;(std::ostream &amp;o, Axis const &amp;axis)</div><div class="ttdoc">operator&lt;&lt;</div><div class="ttdef"><b>Definition:</b> MWAWChart.cxx:388</div></div>
<div class="ttc" id="structMWAWChart_1_1TextZone_html_a5d690c554c1559269e6d0614e576107aad6c4bac0a7a71931b32b3002844fb5e5"><div class="ttname"><a href="structMWAWChart_1_1TextZone.html#a5d690c554c1559269e6d0614e576107aad6c4bac0a7a71931b32b3002844fb5e5">MWAWChart::TextZone::T_AxisZ</a></div><div class="ttdef"><b>Definition:</b> MWAWChart.hxx:145</div></div>
<div class="ttc" id="structMWAWChart_1_1Series_html_a1a7fc2c1ea9930a8030dc0a4cf139db4"><div class="ttname"><a href="structMWAWChart_1_1Series.html#a1a7fc2c1ea9930a8030dc0a4cf139db4">MWAWChart::Series::Series</a></div><div class="ttdeci">Series()</div><div class="ttdoc">constructor</div><div class="ttdef"><b>Definition:</b> MWAWChart.cxx:480</div></div>
<div class="ttc" id="classMWAWChart_html_ae659a44d0c90536c6d407bf332ec21ca"><div class="ttname"><a href="classMWAWChart.html#ae659a44d0c90536c6d407bf332ec21ca">MWAWChart::set</a></div><div class="ttdeci">void set(Legend const &amp;legend)</div><div class="ttdoc">set the legend</div><div class="ttdef"><b>Definition:</b> MWAWChart.hxx:209</div></div>
<div class="ttc" id="structMWAWChart_1_1TextZone_html_a3df29717d578861e0c0a8ec1f34d2dea"><div class="ttname"><a href="structMWAWChart_1_1TextZone.html#a3df29717d578861e0c0a8ec1f34d2dea">MWAWChart::TextZone::m_style</a></div><div class="ttdeci">MWAWGraphicStyle m_style</div><div class="ttdoc">the graphic style</div><div class="ttdef"><b>Definition:</b> MWAWChart.hxx:174</div></div>
<div class="ttc" id="classMWAWChart_html_aa939f111962bb90452eadbc7cdb11f5d"><div class="ttname"><a href="classMWAWChart.html#aa939f111962bb90452eadbc7cdb11f5d">MWAWChart::m_textZoneMap</a></div><div class="ttdeci">std::map&lt; TextZone::Type, TextZone &gt; m_textZoneMap</div><div class="ttdoc">a map text zone type to text zone</div><div class="ttdef"><b>Definition:</b> MWAWChart.hxx:252</div></div>
<div class="ttc" id="classMWAWChart_html_a80a6135290f0a1343a378eeafc91199f"><div class="ttname"><a href="classMWAWChart.html#a80a6135290f0a1343a378eeafc91199f">MWAWChart::sendContent</a></div><div class="ttdeci">virtual void sendContent(TextZone const &amp;zone, MWAWListenerPtr &amp;listener)=0</div><div class="ttdoc">send the zone content (called when the zone is of text type)</div></div>
<div class="ttc" id="structMWAWChart_1_1Legend_html_a6889f6b7cc4f524b747f341ed35fe04d"><div class="ttname"><a href="structMWAWChart_1_1Legend.html#a6889f6b7cc4f524b747f341ed35fe04d">MWAWChart::Legend::m_show</a></div><div class="ttdeci">bool m_show</div><div class="ttdoc">show or not the legend</div><div class="ttdef"><b>Definition:</b> MWAWChart.hxx:106</div></div>
<div class="ttc" id="structMWAWChart_1_1TextZone_html_a12d30f4bcde2d05a05b0b20cbd5285d6"><div class="ttname"><a href="structMWAWChart_1_1TextZone.html#a12d30f4bcde2d05a05b0b20cbd5285d6">MWAWChart::TextZone::m_cell</a></div><div class="ttdeci">MWAWVec2i m_cell</div><div class="ttdoc">the cell position ( for title and subtitle )</div><div class="ttdef"><b>Definition:</b> MWAWChart.hxx:168</div></div>
<div class="ttc" id="classMWAWChart_html_abc6ec57723d4f5b2dffc78031e4c0223"><div class="ttname"><a href="classMWAWChart.html#abc6ec57723d4f5b2dffc78031e4c0223">MWAWChart::add</a></div><div class="ttdeci">void add(int coord, Axis const &amp;axis)</div><div class="ttdoc">adds an axis (corresponding to a coord)</div><div class="ttdef"><b>Definition:</b> MWAWChart.cxx:131</div></div>
<div class="ttc" id="namespacelibmwaw_html_a25c5c29b32c322f347d1536808e0668bada8e8efd438587fc3fd12b097a337004"><div class="ttname"><a href="namespacelibmwaw.html#a25c5c29b32c322f347d1536808e0668bada8e8efd438587fc3fd12b097a337004">libmwaw::RightBit</a></div><div class="ttdef"><b>Definition:</b> libmwaw_internal.hxx:178</div></div>
<div class="ttc" id="structMWAWChart_1_1TextZone_html_a83ab51d53a08d783e08018c5f1f05cca"><div class="ttname"><a href="structMWAWChart_1_1TextZone.html#a83ab51d53a08d783e08018c5f1f05cca">MWAWChart::TextZone::addContentTo</a></div><div class="ttdeci">void addContentTo(std::string const &amp;sheetName, librevenge::RVNGPropertyList &amp;propList) const</div><div class="ttdoc">add content to the propList</div><div class="ttdef"><b>Definition:</b> MWAWChart.cxx:599</div></div>
<div class="ttc" id="classMWAWChart_html_a60cc74d2eeeb358c7cb80eafff791ea0"><div class="ttname"><a href="classMWAWChart.html#a60cc74d2eeeb358c7cb80eafff791ea0">MWAWChart::getLegend</a></div><div class="ttdeci">Legend const  &amp; getLegend() const</div><div class="ttdoc">return the legend</div><div class="ttdef"><b>Definition:</b> MWAWChart.hxx:214</div></div>
<div class="ttc" id="classMWAWChart_html_a624d041c0f9b67d087ac5ac68e4cf343"><div class="ttname"><a href="classMWAWChart.html#a624d041c0f9b67d087ac5ac68e4cf343">MWAWChart::getSeries</a></div><div class="ttdeci">std::vector&lt; Series &gt; const  &amp; getSeries() const</div><div class="ttdoc">return the list of series</div><div class="ttdef"><b>Definition:</b> MWAWChart.hxx:222</div></div>
<div class="ttc" id="libmwaw__internal_8hxx_html_a395172d638b3ad798dbe35bf07075050"><div class="ttname"><a href="libmwaw__internal_8hxx.html#a395172d638b3ad798dbe35bf07075050">MWAWFontConverterPtr</a></div><div class="ttdeci">std::shared_ptr&lt; MWAWFontConverter &gt; MWAWFontConverterPtr</div><div class="ttdoc">a smart pointer of MWAWFontConverter</div><div class="ttdef"><b>Definition:</b> libmwaw_internal.hxx:543</div></div>
<div class="ttc" id="classMWAWChart_html_ae8bec51a23e267fbfbbe3abff53f6bd9"><div class="ttname"><a href="classMWAWChart.html#ae8bec51a23e267fbfbbe3abff53f6bd9">MWAWChart::m_axis</a></div><div class="ttdeci">Axis m_axis[4]</div><div class="ttdoc">the x,y,z and a bad axis</div><div class="ttdef"><b>Definition:</b> MWAWChart.hxx:246</div></div>
<div class="ttc" id="classMWAWChart_html_a74e8bca6c9a9df13cf3a4bef9e580668"><div class="ttname"><a href="classMWAWChart.html#a74e8bca6c9a9df13cf3a4bef9e580668">MWAWChart::~MWAWChart</a></div><div class="ttdeci">virtual ~MWAWChart()</div><div class="ttdoc">the destructor</div><div class="ttdef"><b>Definition:</b> MWAWChart.cxx:127</div></div>
<div class="ttc" id="structMWAWChart_1_1Legend_html_a8a9f09801dd98c16d05356ffca657ad3"><div class="ttname"><a href="structMWAWChart_1_1Legend.html#a8a9f09801dd98c16d05356ffca657ad3">MWAWChart::Legend::operator&lt;&lt;</a></div><div class="ttdeci">friend std::ostream &amp; operator&lt;&lt;(std::ostream &amp;o, Legend const &amp;legend)</div><div class="ttdoc">operator&lt;&lt;</div><div class="ttdef"><b>Definition:</b> MWAWChart.cxx:451</div></div>
<div class="ttc" id="structMWAWChart_1_1TextZone_html_ab81312b12045c30e18f659f8330be75bad35feddca12693ca78e54396645a5237"><div class="ttname"><a href="structMWAWChart_1_1TextZone.html#ab81312b12045c30e18f659f8330be75bad35feddca12693ca78e54396645a5237">MWAWChart::TextZone::C_Cell</a></div><div class="ttdef"><b>Definition:</b> MWAWChart.hxx:147</div></div>
<div class="ttc" id="structMWAWChart_1_1TextZone_html_a2e4afb950737c6cefdd4abc9477c960c"><div class="ttname"><a href="structMWAWChart_1_1TextZone.html#a2e4afb950737c6cefdd4abc9477c960c">MWAWChart::TextZone::operator=</a></div><div class="ttdeci">TextZone &amp; operator=(TextZone const &amp;)=default</div></div>
<div class="ttc" id="classMWAWChart_html_a1c0659b1d19a3f09ea8a49ac5979adef"><div class="ttname"><a href="classMWAWChart.html#a1c0659b1d19a3f09ea8a49ac5979adef">MWAWChart::getDimension</a></div><div class="ttdeci">MWAWVec2f const  &amp; getDimension() const</div><div class="ttdoc">return the chart dimension</div><div class="ttdef"><b>Definition:</b> MWAWChart.hxx:194</div></div>
<div class="ttc" id="structMWAWChart_1_1Legend_html_a57e3140b8a659b0a6b35de20593b08a5"><div class="ttname"><a href="structMWAWChart_1_1Legend.html#a57e3140b8a659b0a6b35de20593b08a5">MWAWChart::Legend::m_relativePosition</a></div><div class="ttdeci">int m_relativePosition</div><div class="ttdoc">the automatic position libmwaw::LeftBit|...</div><div class="ttdef"><b>Definition:</b> MWAWChart.hxx:110</div></div>
<div class="ttc" id="classMWAWChart_html_a5d2430cd701a55426e85d5798303aea9"><div class="ttname"><a href="classMWAWChart.html#a5d2430cd701a55426e85d5798303aea9">MWAWChart::m_fontConverter</a></div><div class="ttdeci">MWAWFontConverterPtr m_fontConverter</div><div class="ttdoc">the font converter</div><div class="ttdef"><b>Definition:</b> MWAWChart.hxx:254</div></div>
<div class="ttc" id="structMWAWChart_1_1Series_html_a8817e0a9cd005e5982e24d0defc5f175abc3908b8ff4c4703ef8a0b64cdd7de32"><div class="ttname"><a href="structMWAWChart_1_1Series.html#a8817e0a9cd005e5982e24d0defc5f175abc3908b8ff4c4703ef8a0b64cdd7de32">MWAWChart::Series::S_Scatter</a></div><div class="ttdef"><b>Definition:</b> MWAWChart.hxx:121</div></div>
<div class="ttc" id="structMWAWChart_1_1TextZone_html"><div class="ttname"><a href="structMWAWChart_1_1TextZone.html">MWAWChart::TextZone</a></div><div class="ttdoc">a text zone a chart</div><div class="ttdef"><b>Definition:</b> MWAWChart.hxx:143</div></div>
<div class="ttc" id="structMWAWChart_1_1Axis_html_a8bb7e1a86cb096a8b3653195cef07f49a2c9ef0e82cdd58027dc42bb4238305ab"><div class="ttname"><a href="structMWAWChart_1_1Axis.html#a8bb7e1a86cb096a8b3653195cef07f49a2c9ef0e82cdd58027dc42bb4238305ab">MWAWChart::Axis::A_Logarithmic</a></div><div class="ttdef"><b>Definition:</b> MWAWChart.hxx:64</div></div>
<div class="ttc" id="classMWAWChart_html_ae2449d649be5d040a35f3547bf4124f6"><div class="ttname"><a href="classMWAWChart.html#ae2449d649be5d040a35f3547bf4124f6">MWAWChart::MWAWChart</a></div><div class="ttdeci">MWAWChart(std::string const &amp;sheetName, MWAWFontConverterPtr const &amp;fontConverter, MWAWVec2f const &amp;dim=MWAWVec2f())</div><div class="ttdoc">the constructor</div><div class="ttdef"><b>Definition:</b> MWAWChart.cxx:115</div></div>
<div class="ttc" id="structMWAWChart_1_1TextZone_html_a002009eefd7c20ffb778b817cad712fd"><div class="ttname"><a href="structMWAWChart_1_1TextZone.html#a002009eefd7c20ffb778b817cad712fd">MWAWChart::TextZone::m_type</a></div><div class="ttdeci">Type m_type</div><div class="ttdoc">the zone type</div><div class="ttdef"><b>Definition:</b> MWAWChart.hxx:162</div></div>
<div class="ttc" id="classMWAWEntry_html"><div class="ttname"><a href="classMWAWEntry.html">MWAWEntry</a></div><div class="ttdoc">basic class to store an entry in a file This contained :</div><div class="ttdef"><b>Definition:</b> MWAWEntry.hxx:46</div></div>
<div class="ttc" id="structMWAWChart_1_1TextZone_html_af588827b3b1f9b65ae222f5fcf3d2d25"><div class="ttname"><a href="structMWAWChart_1_1TextZone.html#af588827b3b1f9b65ae222f5fcf3d2d25">MWAWChart::TextZone::m_position</a></div><div class="ttdeci">MWAWVec2f m_position</div><div class="ttdoc">the position in the zone</div><div class="ttdef"><b>Definition:</b> MWAWChart.hxx:166</div></div>
<div class="ttc" id="structMWAWChart_1_1Axis_html_a5138a17853a889a687cb27efc9dca095"><div class="ttname"><a href="structMWAWChart_1_1Axis.html#a5138a17853a889a687cb27efc9dca095">MWAWChart::Axis::m_labelRange</a></div><div class="ttdeci">MWAWBox2i m_labelRange</div><div class="ttdoc">the label range if defined</div><div class="ttdef"><b>Definition:</b> MWAWChart.hxx:83</div></div>
<div class="ttc" id="structMWAWChart_1_1Legend_html_a50ca2b23c4517634a82e563c782c0623"><div class="ttname"><a href="structMWAWChart_1_1Legend.html#a50ca2b23c4517634a82e563c782c0623">MWAWChart::Legend::m_style</a></div><div class="ttdeci">MWAWGraphicStyle m_style</div><div class="ttdoc">the graphic style</div><div class="ttdef"><b>Definition:</b> MWAWChart.hxx:116</div></div>
<div class="ttc" id="structMWAWChart_1_1Axis_html_ad5b379b6f6b3d1d0fbd21ccd15b607ee"><div class="ttname"><a href="structMWAWChart_1_1Axis.html#ad5b379b6f6b3d1d0fbd21ccd15b607ee">MWAWChart::Axis::operator=</a></div><div class="ttdeci">Axis &amp; operator=(Axis const &amp;)=default</div></div>
<div class="ttc" id="classMWAWChart_html"><div class="ttname"><a href="classMWAWChart.html">MWAWChart</a></div><div class="ttdoc">a class used to store a chart associated to a spreadsheet ....</div><div class="ttdef"><b>Definition:</b> MWAWChart.hxx:57</div></div>
<div class="ttc" id="structMWAWChart_1_1TextZone_html_a5d690c554c1559269e6d0614e576107aa5e85ffec69be316a44239f0d44bfd61c"><div class="ttname"><a href="structMWAWChart_1_1TextZone.html#a5d690c554c1559269e6d0614e576107aa5e85ffec69be316a44239f0d44bfd61c">MWAWChart::TextZone::T_AxisX</a></div><div class="ttdef"><b>Definition:</b> MWAWChart.hxx:145</div></div>
<div class="ttc" id="structMWAWChart_1_1Axis_html_a8bb7e1a86cb096a8b3653195cef07f49a05b3fcb37580488810fc1300ed971c04"><div class="ttname"><a href="structMWAWChart_1_1Axis.html#a8bb7e1a86cb096a8b3653195cef07f49a05b3fcb37580488810fc1300ed971c04">MWAWChart::Axis::A_Sequence_Skip_Empty</a></div><div class="ttdef"><b>Definition:</b> MWAWChart.hxx:64</div></div>
<div class="ttc" id="MWAWGraphicStyle_8hxx_html"><div class="ttname"><a href="MWAWGraphicStyle_8hxx.html">MWAWGraphicStyle.hxx</a></div></div>
<div class="ttc" id="structMWAWChart_1_1Series_html_a7392260259b978e4e869a8bc6c57775c"><div class="ttname"><a href="structMWAWChart_1_1Series.html#a7392260259b978e4e869a8bc6c57775c">MWAWChart::Series::m_range</a></div><div class="ttdeci">MWAWBox2i m_range</div><div class="ttdoc">the data range</div><div class="ttdef"><b>Definition:</b> MWAWChart.hxx:138</div></div>
<div class="ttc" id="classMWAWVec2_html"><div class="ttname"><a href="classMWAWVec2.html">MWAWVec2&lt; float &gt;</a></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:01 for libmwaw by <a href="http://www.doxygen.org/index.html">
doxygen</a> 1.8.15</small></address>
</body>
</html>