Sophie

Sophie

distrib > Fedora > 17 > i386 > by-pkgid > 7f05c6243c23b3234c98abd64a8960ea > files > 21

libvisio-doc-0.0.28-1.fc17.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>VSDDocumentStructure.h Source File documentation</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.8.1.1 -->
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li><a href="annotated.html"><span>Classes</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div id="navrow2" class="tabs2">
    <ul class="tablist">
      <li><a href="files.html"><span>File&#160;List</span></a></li>
      <li><a href="globals.html"><span>File&#160;Members</span></a></li>
    </ul>
  </div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
  <div id="nav-tree">
    <div id="nav-tree-contents">
    </div>
  </div>
  <div id="splitbar" style="-moz-user-select:none;" 
       class="ui-resizable-handle">
  </div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('VSDDocumentStructure_8h.html','');});
</script>
<div id="doc-content">
<div class="header">
  <div class="headertitle">
<div class="title">VSDDocumentStructure.h</div>  </div>
</div><!--header-->
<div class="contents">
<a href="VSDDocumentStructure_8h.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++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */</span></div>
<div class="line"><a name="l00002"></a><span class="lineno">    2</span>&#160;<span class="comment">/* libvisio</span></div>
<div class="line"><a name="l00003"></a><span class="lineno">    3</span>&#160;<span class="comment"> * Version: MPL 1.1 / GPLv2+ / LGPLv2+</span></div>
<div class="line"><a name="l00004"></a><span class="lineno">    4</span>&#160;<span class="comment"> *</span></div>
<div class="line"><a name="l00005"></a><span class="lineno">    5</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="l00006"></a><span class="lineno">    6</span>&#160;<span class="comment"> * 1.1 (the &quot;License&quot;); you may not use this file except in compliance with</span></div>
<div class="line"><a name="l00007"></a><span class="lineno">    7</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="l00008"></a><span class="lineno">    8</span>&#160;<span class="comment"> * the License at http://www.mozilla.org/MPL/</span></div>
<div class="line"><a name="l00009"></a><span class="lineno">    9</span>&#160;<span class="comment"> *</span></div>
<div class="line"><a name="l00010"></a><span class="lineno">   10</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="l00011"></a><span class="lineno">   11</span>&#160;<span class="comment"> * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License</span></div>
<div class="line"><a name="l00012"></a><span class="lineno">   12</span>&#160;<span class="comment"> * for the specific language governing rights and limitations under the</span></div>
<div class="line"><a name="l00013"></a><span class="lineno">   13</span>&#160;<span class="comment"> * License.</span></div>
<div class="line"><a name="l00014"></a><span class="lineno">   14</span>&#160;<span class="comment"> *</span></div>
<div class="line"><a name="l00015"></a><span class="lineno">   15</span>&#160;<span class="comment"> * Major Contributor(s):</span></div>
<div class="line"><a name="l00016"></a><span class="lineno">   16</span>&#160;<span class="comment"> * Copyright (C) 2011 Fridrich Strba &lt;fridrich.strba@bluewin.ch&gt;</span></div>
<div class="line"><a name="l00017"></a><span class="lineno">   17</span>&#160;<span class="comment"> * Copyright (C) 2011 Eilidh McAdam &lt;tibbylickle@gmail.com&gt;</span></div>
<div class="line"><a name="l00018"></a><span class="lineno">   18</span>&#160;<span class="comment"> *</span></div>
<div class="line"><a name="l00019"></a><span class="lineno">   19</span>&#160;<span class="comment"> *</span></div>
<div class="line"><a name="l00020"></a><span class="lineno">   20</span>&#160;<span class="comment"> * All Rights Reserved.</span></div>
<div class="line"><a name="l00021"></a><span class="lineno">   21</span>&#160;<span class="comment"> *</span></div>
<div class="line"><a name="l00022"></a><span class="lineno">   22</span>&#160;<span class="comment"> * For minor contributions see the git repository.</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"> * Alternatively, the contents of this file may be used under the terms of</span></div>
<div class="line"><a name="l00025"></a><span class="lineno">   25</span>&#160;<span class="comment"> * either the GNU General Public License Version 2 or later (the &quot;GPLv2+&quot;), or</span></div>
<div class="line"><a name="l00026"></a><span class="lineno">   26</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="l00027"></a><span class="lineno">   27</span>&#160;<span class="comment"> * in which case the provisions of the GPLv2+ or the LGPLv2+ are applicable</span></div>
<div class="line"><a name="l00028"></a><span class="lineno">   28</span>&#160;<span class="comment"> * instead of those above.</span></div>
<div class="line"><a name="l00029"></a><span class="lineno">   29</span>&#160;<span class="comment"> */</span></div>
<div class="line"><a name="l00030"></a><span class="lineno">   30</span>&#160;</div>
<div class="line"><a name="l00031"></a><span class="lineno">   31</span>&#160;<span class="preprocessor">#ifndef VSDDOCUMENTSTRUCTURE_H</span></div>
<div class="line"><a name="l00032"></a><span class="lineno">   32</span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSDDOCUMENTSTRUCTURE_H</span></div>
<div class="line"><a name="l00033"></a><span class="lineno">   33</span>&#160;<span class="preprocessor"></span></div>
<div class="line"><a name="l00034"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#aa51b8faca32cf93de5ebc6332bbea3e0">   34</a></span>&#160;<span class="preprocessor">#define VSD_FOREIGN_DATA 0x0c</span></div>
<div class="line"><a name="l00035"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a7dff7a662dfffd2a90bb0d3b7a2cf761">   35</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_OLE_LIST 0x0d</span></div>
<div class="line"><a name="l00036"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a253c730d597315674e7af60a32703527">   36</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_TEXT 0x0e</span></div>
<div class="line"><a name="l00037"></a><span class="lineno">   37</span>&#160;<span class="preprocessor"></span></div>
<div class="line"><a name="l00038"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a82997bba3d8a6dc3495ae0c5bab6ed23">   38</a></span>&#160;<span class="preprocessor">#define VSD_TRAILER_STREAM 0x14</span></div>
<div class="line"><a name="l00039"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a95b248901dbff731555df76b4a78c6e4">   39</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_PAGE 0x15</span></div>
<div class="line"><a name="l00040"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a246d3a744b775fc60ad89cf5860d0cb9">   40</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_COLORS 0x16</span></div>
<div class="line"><a name="l00041"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#acf34870446731013ab63f60c6841bc5e">   41</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FONT_LIST 0x18</span></div>
<div class="line"><a name="l00042"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a2525a9e1e181761f4a0c16ed28bd6cfe">   42</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FONT_IX 0x19</span></div>
<div class="line"><a name="l00043"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#ae14e98d3b7a91b1a52040586ff59a0f2">   43</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_STYLES 0x1a</span></div>
<div class="line"><a name="l00044"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a3241f95f0c10931f9a30ec8816e889a2">   44</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_STENCILS 0x1d</span></div>
<div class="line"><a name="l00045"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a1429921011bf785648b8f50a2fa68758">   45</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_STENCIL_PAGE 0x1e</span></div>
<div class="line"><a name="l00046"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a03a1223c8d192e9daafab18d62a0e1c2">   46</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_OLE_DATA 0x1f</span></div>
<div class="line"><a name="l00047"></a><span class="lineno">   47</span>&#160;<span class="preprocessor"></span></div>
<div class="line"><a name="l00048"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a9941caa08125750e7eb66a5bec4bf3f7">   48</a></span>&#160;<span class="preprocessor">#define VSD_PAGES 0x27</span></div>
<div class="line"><a name="l00049"></a><span class="lineno">   49</span>&#160;<span class="preprocessor"></span></div>
<div class="line"><a name="l00050"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a4b728367be84ec6a465c117989d43fe1">   50</a></span>&#160;<span class="preprocessor">#define VSD_NAME_LIST 0x2c</span></div>
<div class="line"><a name="l00051"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#aba44a235a48bebe7c6fe35a9e97d295e">   51</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_NAME 0x2d</span></div>
<div class="line"><a name="l00052"></a><span class="lineno">   52</span>&#160;<span class="preprocessor"></span></div>
<div class="line"><a name="l00053"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#aa86e714479819a6d87deb7b649c683b1">   53</a></span>&#160;<span class="preprocessor">#define VSD_NAME_LIST2 0x32</span></div>
<div class="line"><a name="l00054"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a78c706af6fa97a10c6b1937333138184">   54</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_NAME2 0x33</span></div>
<div class="line"><a name="l00055"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#abfc922d9317ac88930e766c8405fef19">   55</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_NAMEIDX123 0x34</span></div>
<div class="line"><a name="l00056"></a><span class="lineno">   56</span>&#160;<span class="preprocessor"></span></div>
<div class="line"><a name="l00057"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a8c035705cdca9761fbaec57e05ebfbe0">   57</a></span>&#160;<span class="preprocessor">#define VSD_PAGE_SHEET 0x46</span></div>
<div class="line"><a name="l00058"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a25f2b437efc954b4527408c374dfe7ac">   58</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_SHAPE_GROUP 0x47</span></div>
<div class="line"><a name="l00059"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#ab4a59deeec87dadfd8427bd17c0fce66">   59</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_SHAPE_SHAPE 0x48</span></div>
<div class="line"><a name="l00060"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#aaf9ebc663cab567adbd9509d461692a2">   60</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_SHAPE_GUIDE 0x4d</span></div>
<div class="line"><a name="l00061"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a583132bba4b8355797e5d65462be1d4f">   61</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_SHAPE_FOREIGN 0x4e</span></div>
<div class="line"><a name="l00062"></a><span class="lineno">   62</span>&#160;<span class="preprocessor"></span></div>
<div class="line"><a name="l00063"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a57dcd3cc0622a70687182f27daf8b7b4">   63</a></span>&#160;<span class="preprocessor">#define VSD_STYLE_SHEET 0x4a</span></div>
<div class="line"><a name="l00064"></a><span class="lineno">   64</span>&#160;<span class="preprocessor"></span></div>
<div class="line"><a name="l00065"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#aa8c2dac5bd311d6e0988f6b049a64623">   65</a></span>&#160;<span class="preprocessor">#define VSD_SCRATCH_LIST 0x64</span></div>
<div class="line"><a name="l00066"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a3c5738102eb72fb4e5b8ce563da348ae">   66</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_SHAPE_LIST 0x65</span></div>
<div class="line"><a name="l00067"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a61b0f6dd450ed07818d9ff5cfde2224c">   67</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_LIST 0x66</span></div>
<div class="line"><a name="l00068"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a057c26eab9cac06291b3cde8eb7c4db6">   68</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_PROP_LIST 0x68</span></div>
<div class="line"><a name="l00069"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a815537c80378a27a812247b0f0a03f6d">   69</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_CHAR_LIST 0x69</span></div>
<div class="line"><a name="l00070"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a48c3b73034591184819ae5dec4bec1c8">   70</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_PARA_LIST 0x6a</span></div>
<div class="line"><a name="l00071"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a78910d50703ef0815484bd744d458e9f">   71</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_TABS_DATA_LIST 0x6b</span></div>
<div class="line"><a name="l00072"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a9c76880f3b097088003566b733206e5a">   72</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_GEOM_LIST 0x6c</span></div>
<div class="line"><a name="l00073"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a00c74863200338b7514c58b781ce13b8">   73</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_CUST_PROPS_LIST 0x6d</span></div>
<div class="line"><a name="l00074"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a7c4315a62888b41697e588f2cef27464">   74</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_ACT_ID_LIST 0x6e</span></div>
<div class="line"><a name="l00075"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#abe2e51ed49bca10c55b9e2704727a837">   75</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_LAYER_LIST 0x6f</span></div>
<div class="line"><a name="l00076"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a844f5b0cd89947495a60b5ad965c1e0f">   76</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_CTRL_LIST 0x70</span></div>
<div class="line"><a name="l00077"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a10a48d87c630e044d6a164c22fefde59">   77</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_C_PNTS_LIST 0x71</span></div>
<div class="line"><a name="l00078"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#af7c610ff79c0abe3c81bfeade23519bb">   78</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_CONNECT_LIST 0x72</span></div>
<div class="line"><a name="l00079"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a8b5058a526f053ebc63134df1f75661c">   79</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_HYPER_LNK_LIST 0x73</span></div>
<div class="line"><a name="l00080"></a><span class="lineno">   80</span>&#160;<span class="preprocessor"></span></div>
<div class="line"><a name="l00081"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a682c527c54a782a02831e7a93611d926">   81</a></span>&#160;<span class="preprocessor">#define VSD_SMART_TAG_LIST 0x76</span></div>
<div class="line"><a name="l00082"></a><span class="lineno">   82</span>&#160;<span class="preprocessor"></span></div>
<div class="line"><a name="l00083"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a6527e075ee8201cddfcd700d9271d88b">   83</a></span>&#160;<span class="preprocessor">#define VSD_SHAPE_ID 0x83</span></div>
<div class="line"><a name="l00084"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a2103893d88376c70402982ac7a72c7a7">   84</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_EVENT 0x84</span></div>
<div class="line"><a name="l00085"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a06a28e40cae15fe90758cf0bd973fe2b">   85</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_LINE 0x85</span></div>
<div class="line"><a name="l00086"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#acc6ec4447a14155c81680e923b0a9326">   86</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FILL_AND_SHADOW 0x86</span></div>
<div class="line"><a name="l00087"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#acff987c4d07410670e4b5f7ef22f74b9">   87</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_TEXT_BLOCK 0x87</span></div>
<div class="line"><a name="l00088"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a91c78222574edd816ab86a8e06bfe1f0">   88</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_TABS_DATA_1 0x88</span></div>
<div class="line"><a name="l00089"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a7013a187db11e0997838bbac57a7aef5">   89</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_GEOMETRY 0x89</span></div>
<div class="line"><a name="l00090"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#aa044cb78cacaa7500a8ff34a0e69fb0e">   90</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_MOVE_TO 0x8a</span></div>
<div class="line"><a name="l00091"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#ad5eece68e5cea3c30465b87598d098aa">   91</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_LINE_TO 0x8b</span></div>
<div class="line"><a name="l00092"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a9adf46a12816d3f7c2957216b7e7a90d">   92</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_ARC_TO 0x8c</span></div>
<div class="line"><a name="l00093"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a6f76c8896877ce50ef5a8363f4c064a5">   93</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_INFINITE_LINE 0x8d</span></div>
<div class="line"><a name="l00094"></a><span class="lineno">   94</span>&#160;<span class="preprocessor"></span></div>
<div class="line"><a name="l00095"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a8e30489369663c26c37e665a84760eae">   95</a></span>&#160;<span class="preprocessor">#define VSD_ELLIPSE 0x8f</span></div>
<div class="line"><a name="l00096"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a72891ae341d0112dc3de511d5f84a592">   96</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_ELLIPTICAL_ARC_TO 0x90</span></div>
<div class="line"><a name="l00097"></a><span class="lineno">   97</span>&#160;<span class="preprocessor"></span></div>
<div class="line"><a name="l00098"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#ab97149a5516f28a17f77e177134e0707">   98</a></span>&#160;<span class="preprocessor">#define VSD_PAGE_PROPS 0x92</span></div>
<div class="line"><a name="l00099"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a00ac3c609d41ad1c49443e5a9390d7ad">   99</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_STYLE_PROPS 0x93</span></div>
<div class="line"><a name="l00100"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#acce513fe89e69c4b4505375a8151fff4">  100</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_CHAR_IX 0x94</span></div>
<div class="line"><a name="l00101"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#acc0e9980ec3fff6854c95c93c5db90ba">  101</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_PARA_IX 0x95</span></div>
<div class="line"><a name="l00102"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#af1b9639d1b5b4cc625065c0e8860d159">  102</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_TABS_DATA_2 0x96</span></div>
<div class="line"><a name="l00103"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a5838228060a18c4a36d74c0c435fb805">  103</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_TABS_DATA_3 0x97</span></div>
<div class="line"><a name="l00104"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a3d96971d7c837b2f0ce7dcd4b5b52215">  104</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FOREIGN_DATA_TYPE 0x98</span></div>
<div class="line"><a name="l00105"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a66721ed7477e49d6c609a8368e96776c">  105</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_CONNECTION_POINTS 0x99</span></div>
<div class="line"><a name="l00106"></a><span class="lineno">  106</span>&#160;<span class="preprocessor"></span></div>
<div class="line"><a name="l00107"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#ad47cdb596da4a5a68313bdd0e799034d">  107</a></span>&#160;<span class="preprocessor">#define VSD_XFORM_DATA 0x9b</span></div>
<div class="line"><a name="l00108"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#ac80eca35b7224a7d59d1caf8b387ad22">  108</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_TEXT_XFORM 0x9c</span></div>
<div class="line"><a name="l00109"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a979030e748401810f54ea16f70e69a5a">  109</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_XFORM_1D 0x9d</span></div>
<div class="line"><a name="l00110"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a6359487c2db6bb90675dac76dbcc79b7">  110</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_SCRATCH 0x9e</span></div>
<div class="line"><a name="l00111"></a><span class="lineno">  111</span>&#160;<span class="preprocessor"></span></div>
<div class="line"><a name="l00112"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#ac90bbb0a445ded634c48a827418e2426">  112</a></span>&#160;<span class="preprocessor">#define VSD_PROTECTION 0xa0</span></div>
<div class="line"><a name="l00113"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a3b44d2a95fbf415585eebbd1fdbadf12">  113</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_TEXT_FIELD 0xa1</span></div>
<div class="line"><a name="l00114"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#ab72d5727879045172886ac1bbf38f98c">  114</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_CONTROL_ANOTHER_TYPE 0xa2</span></div>
<div class="line"><a name="l00115"></a><span class="lineno">  115</span>&#160;<span class="preprocessor"></span></div>
<div class="line"><a name="l00116"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a57f3209127146246f53ddbfefd10a37a">  116</a></span>&#160;<span class="preprocessor">#define VSD_MISC 0xa4</span></div>
<div class="line"><a name="l00117"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a5e3b60ebf94415bc128bad2c19fdf0b1">  117</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_SPLINE_START 0xa5</span></div>
<div class="line"><a name="l00118"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a0c766aa7a04047630aeb688d585dc31f">  118</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_SPLINE_KNOT 0xa6</span></div>
<div class="line"><a name="l00119"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#ada06177f1f3979fff386aeee5918f288">  119</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_LAYER_MEMBERSHIP 0xa7</span></div>
<div class="line"><a name="l00120"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#ab59a5c448b28592165a660cdd7ae3a19">  120</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_LAYER 0xa8</span></div>
<div class="line"><a name="l00121"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#adc41142427f9b4999ecc3b44af62cf89">  121</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_ACT_ID 0xa9</span></div>
<div class="line"><a name="l00122"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a769dd03570dafe31eebe57401222b238">  122</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_CONTROL 0xaa</span></div>
<div class="line"><a name="l00123"></a><span class="lineno">  123</span>&#160;<span class="preprocessor"></span></div>
<div class="line"><a name="l00124"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a22658bcc40b23e1a58eba8359d364dcb">  124</a></span>&#160;<span class="preprocessor">#define VSD_USER_DEFINED_CELLS 0xb5</span></div>
<div class="line"><a name="l00125"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a71ad4e61247e2749df489e856ccf23ec">  125</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_TABS_DATA_4 0xb5</span></div>
<div class="line"><a name="l00126"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a3e676a94ab50d84b302e0a4aa34321fa">  126</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_CUSTOM_PROPS 0xb6</span></div>
<div class="line"><a name="l00127"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#abdfb5482a2709f16f21deb16e94c957a">  127</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_RULER_GRID 0xb7</span></div>
<div class="line"><a name="l00128"></a><span class="lineno">  128</span>&#160;<span class="preprocessor"></span></div>
<div class="line"><a name="l00129"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a4642757d08328529514b1e14c3433371">  129</a></span>&#160;<span class="preprocessor">#define VSD_CONNECTION_POINTS_ANOTHER_TYPE 0xba</span></div>
<div class="line"><a name="l00130"></a><span class="lineno">  130</span>&#160;<span class="preprocessor"></span></div>
<div class="line"><a name="l00131"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a40b4497391fccf26f02252a31f8abfa0">  131</a></span>&#160;<span class="preprocessor">#define VSD_DOC_PROPS 0xbc</span></div>
<div class="line"><a name="l00132"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#afa62199366b8fcd65acabdb0755e0396">  132</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_IMAGE 0xbd</span></div>
<div class="line"><a name="l00133"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a39d71fa0a9670e49f8502121c16998ae">  133</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_GROUP 0xbe</span></div>
<div class="line"><a name="l00134"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a664adc6a3ed22f1dd914579fa38a90c8">  134</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_LAYOUT 0xbf</span></div>
<div class="line"><a name="l00135"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a41142898c44efeaf55178c5debdec8aa">  135</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_PAGE_LAYOUT_IX 0xc0</span></div>
<div class="line"><a name="l00136"></a><span class="lineno">  136</span>&#160;<span class="preprocessor"></span></div>
<div class="line"><a name="l00137"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#ab2b9a963d1bb5379493cb99152a814c1">  137</a></span>&#160;<span class="preprocessor">#define VSD_POLYLINE_TO 0xc1</span></div>
<div class="line"><a name="l00138"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a8647d5d73188ffa12368cdc00a38c4ec">  138</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_NURBS_TO 0xc3</span></div>
<div class="line"><a name="l00139"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a42c16d82495765cefdb1335a7b0b448f">  139</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_HYPERLINK 0xc4</span></div>
<div class="line"><a name="l00140"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a0eb0e577e53d20f051a191b8aad68d92">  140</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_REVIEWER 0xc5</span></div>
<div class="line"><a name="l00141"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a329a7f1e7d4ff31d81f13b26f782c715">  141</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_ANNOTATION 0xc6</span></div>
<div class="line"><a name="l00142"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a912ea303e3bea26797c9b8909addba68">  142</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_SMART_TAG_DEF 0xc7</span></div>
<div class="line"><a name="l00143"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a2636f80e610f51c9433bfeb1e507c9e1">  143</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_PRINT_PROPS 0xc8</span></div>
<div class="line"><a name="l00144"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#abfd28260f00d1c93485215c74c471259">  144</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_NAMEIDX 0xc9</span></div>
<div class="line"><a name="l00145"></a><span class="lineno">  145</span>&#160;<span class="preprocessor"></span></div>
<div class="line"><a name="l00146"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a8a5b8fc2dd55cac8327a6cde10dfa711">  146</a></span>&#160;<span class="preprocessor">#define VSD_SHAPE_DATA 0xd1</span></div>
<div class="line"><a name="l00147"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#aab89ccfd403f3e76e62377b8d38006a0">  147</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FONTFACE 0xd7</span></div>
<div class="line"><a name="l00148"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a97a6eb788ae66e2c60902302dccfa031">  148</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FONTFACES 0xd8</span></div>
<div class="line"><a name="l00149"></a><span class="lineno">  149</span>&#160;<span class="preprocessor"></span></div>
<div class="line"><a name="l00150"></a><span class="lineno">  150</span>&#160;<span class="comment">// Field formats</span></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"><a class="code" href="VSDDocumentStructure_8h.html#a6595d17a35f068f957945722c5f7fcc3">  152</a></span>&#160;<span class="preprocessor">#define VSD_FIELD_FORMAT_NumGenNoUnits  0</span></div>
<div class="line"><a name="l00153"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a6937eea73ad24e3fc3c261bf4804c5fe">  153</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_FORMAT_NumGenDefUnits  1</span></div>
<div class="line"><a name="l00154"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a426fc9c34cd582f46ff3d07797f3443c">  154</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_FORMAT_0PlNoUnits  2</span></div>
<div class="line"><a name="l00155"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a3daca69dfee334e2441e03f78c691aad">  155</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_FORMAT_0PlDefUnits  3</span></div>
<div class="line"><a name="l00156"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a37e66ebfe4906065ea9588e1a056a3db">  156</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_FORMAT_1PlNoUnits  4</span></div>
<div class="line"><a name="l00157"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#aa724151ec5aacbd617ba5f2a162995ea">  157</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_FORMAT_1PlDefUnits  5</span></div>
<div class="line"><a name="l00158"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a0b4b8cdc9532f2085334c35be5043559">  158</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_FORMAT_2PlNoUnits  6</span></div>
<div class="line"><a name="l00159"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#ab0861975b0a8005e74ffcca1dd98f3e5">  159</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_FORMAT_2PlDefUnits  7</span></div>
<div class="line"><a name="l00160"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#ab5554b65e6461ac42a4444e5bf18b1f2">  160</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_FORMAT_3PlNoUnits  8</span></div>
<div class="line"><a name="l00161"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#afedd40e85abb0a223ea9ca474f9044e7">  161</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_FORMAT_3PlDefUnits  9</span></div>
<div class="line"><a name="l00162"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a498d7d61e746fe883e796fdbc43507d4">  162</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_FORMAT_FeetAndInches  10</span></div>
<div class="line"><a name="l00163"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a3e52a0a6014c13820bf1fcfab41eef98">  163</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_FORMAT_Radians  11</span></div>
<div class="line"><a name="l00164"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a796eb5cd16de7f98de793cff2b58b763">  164</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_FORMAT_Degrees  12</span></div>
<div class="line"><a name="l00165"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a0a106c876a3b9011f5088e9f69b113bc">  165</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_FORMAT_FeetAndInches1Pl  13</span></div>
<div class="line"><a name="l00166"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a9f4de6d58a08a079eb95ccf2f2e29e75">  166</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_FORMAT_FeetAndInches2Pl  14</span></div>
<div class="line"><a name="l00167"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#ac634e9deaaf8487fe35935d684bf5960">  167</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_FORMAT_Fraction1PlNoUnits  15</span></div>
<div class="line"><a name="l00168"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#afc8fe334ac043627b163d8c03558f79c">  168</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_FORMAT_Fraction1PlDefUnits  16</span></div>
<div class="line"><a name="l00169"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a6b13abb1a8d810e4c95b8d61750bee34">  169</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_FORMAT_Fraction2PlNoUnits  17</span></div>
<div class="line"><a name="l00170"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a665822993c39a682a27b269f2132cfe9">  170</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_FORMAT_Fraction2PlDefUnits  18</span></div>
<div class="line"><a name="l00171"></a><span class="lineno">  171</span>&#160;<span class="preprocessor"></span></div>
<div class="line"><a name="l00172"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#aeb3279df59ef4c5f3b33ce28f46f3d9d">  172</a></span>&#160;<span class="preprocessor">#define VSD_FIELD_FORMAT_DateShort  20</span></div>
<div class="line"><a name="l00173"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a12a7082baa28a427291fef5e6fac4180">  173</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_FORMAT_DateLong  21</span></div>
<div class="line"><a name="l00174"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a7a8f82e75fd22b6a0e536733dd48d7f0">  174</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_FORMAT_DateMDYY  22</span></div>
<div class="line"><a name="l00175"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a5934519772ebe6f8c900953b378a1702">  175</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_FORMAT_DateMMDDYY  23</span></div>
<div class="line"><a name="l00176"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#ae9a5c6211ddccd9dc1667eb4613fc72f">  176</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_FORMAT_DateMmmDYYYY  24</span></div>
<div class="line"><a name="l00177"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a65c255c73798c4e731a790c364ec697a">  177</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_FORMAT_DateMmmmDYYYY  25</span></div>
<div class="line"><a name="l00178"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#af9640b535e724c1d8a3d509d101b0d31">  178</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_FORMAT_DateDMYY  26</span></div>
<div class="line"><a name="l00179"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a82fcf29ad0a148890e4311462ed97416">  179</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_FORMAT_DateDDMMYY  27</span></div>
<div class="line"><a name="l00180"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#ac7dcde66a011f78eecc3e1e1563b0297">  180</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_FORMAT_DateDMMMYYYY  28</span></div>
<div class="line"><a name="l00181"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a46a726eb6b76865ef249723bfdad8e95">  181</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_FORMAT_DateDMMMMYYYY  29</span></div>
<div class="line"><a name="l00182"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a9e65c19b3319e25925bfc99c66313c5b">  182</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_FORMAT_TimeGen  30</span></div>
<div class="line"><a name="l00183"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#af4384674ef0f3d1f4f70b907224604ab">  183</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_FORMAT_TimeHMM  31</span></div>
<div class="line"><a name="l00184"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a03d4791a1c9b69208dc0db71b0629a87">  184</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_FORMAT_TimeHHMM  32</span></div>
<div class="line"><a name="l00185"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#abe506cc4e082ab2765a13be5db4ee438">  185</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_FORMAT_TimeHMM24  33</span></div>
<div class="line"><a name="l00186"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a1388b327182c996e312e29c8d2cfd2fe">  186</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_FORMAT_TimeHHMM24  34</span></div>
<div class="line"><a name="l00187"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a78e89add4e6a39c111d537c57b561cae">  187</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_FORMAT_TimeHMMAMPM  35</span></div>
<div class="line"><a name="l00188"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#ab64476ae019d3c4fb2498af3f4ea46ff">  188</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_FORMAT_TimeHHMMAMPM  36</span></div>
<div class="line"><a name="l00189"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a98f1bfabb3ced3cc56de75d2b6f559bd">  189</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_FORMAT_StrNormal  37</span></div>
<div class="line"><a name="l00190"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a7b1c5268c00d97bcc12a2f7110a1295a">  190</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_FORMAT_StrLower  38</span></div>
<div class="line"><a name="l00191"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a34dac81e81bc8816d747c1e281d57c00">  191</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_FORMAT_StrUpper  39</span></div>
<div class="line"><a name="l00192"></a><span class="lineno">  192</span>&#160;<span class="preprocessor"></span></div>
<div class="line"><a name="l00193"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a77a3786235481c93d173425b58611e6f">  193</a></span>&#160;<span class="preprocessor">#define VSD_FIELD_FORMAT_Dateyyyymd  44</span></div>
<div class="line"><a name="l00194"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a1be2d3112efdbf7cde0b6cfe23bbddff">  194</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_FORMAT_Dateyymmdd  45</span></div>
<div class="line"><a name="l00195"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a5a6081533208695dfe5b9ae576611eaa">  195</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_FORMAT_TimeAMPMhmm_J  46</span></div>
<div class="line"><a name="l00196"></a><span class="lineno">  196</span>&#160;<span class="preprocessor"></span></div>
<div class="line"><a name="l00197"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#ab4507f1cfe754867287b9e67efaad9fa">  197</a></span>&#160;<span class="preprocessor">#define VSD_FIELD_FORMAT_DateTWNfYYYYMMDDD_C  50</span></div>
<div class="line"><a name="l00198"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#ade3628440e568352ae2bf66fb114ee5b">  198</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_FORMAT_DateTWNsYYYYMMDDD_C  51</span></div>
<div class="line"><a name="l00199"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#af4d7fe1fc2a28a789ad1e35c7012650a">  199</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_FORMAT_DateTWNfyyyymmddww_C  52</span></div>
<div class="line"><a name="l00200"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#af9be840f26d5cbcee2da07da65e00b51">  200</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_FORMAT_DateTWNfyyyymmdd_C  53</span></div>
<div class="line"><a name="l00201"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a36564791625c7139acd51f9fc044f2de">  201</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_FORMAT_Dategggemdww_J  54</span></div>
<div class="line"><a name="l00202"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#adeea2fe2636d55ca45537e1431a73618">  202</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_FORMAT_Dateyyyymdww_J  55</span></div>
<div class="line"><a name="l00203"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a3ffd6d744e99845fca42e208d423bb7c">  203</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_FORMAT_Dategggemd_J  56</span></div>
<div class="line"><a name="l00204"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a30f2adcd379c2e03a5f9bc0136df71a1">  204</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_FORMAT_Dateyyyymd_J  57</span></div>
<div class="line"><a name="l00205"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a8dc042fc697a59b4d2f78865a5d9cb76">  205</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_FORMAT_DateYYYYMMMDDDWWW_C  58</span></div>
<div class="line"><a name="l00206"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a733da172dbf72586d0172afc6e4782e0">  206</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_FORMAT_DateYYYYMMMDDD_C  59</span></div>
<div class="line"><a name="l00207"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#ada320d6a0bfc83ff37475ac95ea26dce">  207</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_FORMAT_DategeMMMMddddww_K  60</span></div>
<div class="line"><a name="l00208"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#af05a38bf05960f30dcafdf380f97a22c">  208</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_FORMAT_Dateyyyymdww_K  61</span></div>
<div class="line"><a name="l00209"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#ab7505ff951fecd604bbab08b89ae184b">  209</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_FORMAT_DategeMMMMddd_K  62</span></div>
<div class="line"><a name="l00210"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a202cfc51fc66fa82ceaa7cb2824aff0a">  210</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_FORMAT_Dateyyyymd_K  63</span></div>
<div class="line"><a name="l00211"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#ac30d48a6eadcc44a2a8ab421c854f7ae">  211</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_FORMAT_Dateyyyy_m_d  64</span></div>
<div class="line"><a name="l00212"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a496a04941000c43a9a69a92a6ed1c6fb">  212</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_FORMAT_Dateyy_mm_dd  65</span></div>
<div class="line"><a name="l00213"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#ab117f8a2dc61cad890aeaf7e0250db58">  213</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_FORMAT_TimeAMPMhmm_C  66</span></div>
<div class="line"><a name="l00214"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a308720315953d552bf3cb6ba2e3ff406">  214</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_FORMAT_TimeAMPMhmm_K  67</span></div>
<div class="line"><a name="l00215"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a60cd72c061e63a23ff363d4db196f40d">  215</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_FORMAT_TimeAMPM_hmm_J  68</span></div>
<div class="line"><a name="l00216"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a4a4384f5ec8da2550bedc734ed535f73">  216</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_FORMAT_Timehmm_J  69</span></div>
<div class="line"><a name="l00217"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#aa4af052799eb74e6ac709d1439c535f7">  217</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_FORMAT_TimeAMPM_hmm_C  70</span></div>
<div class="line"><a name="l00218"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#aaeafeb22d9685f19c3348bd5ec619969">  218</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_FORMAT_Timehmm_C  71</span></div>
<div class="line"><a name="l00219"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#af2f5a3daae8f923e9105c997a0f346f2">  219</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_FORMAT_TimeAMPM_hmm_K  72</span></div>
<div class="line"><a name="l00220"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a3283bbe472171a927225900992b1dfb4">  220</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_FORMAT_Timehmm_K  73</span></div>
<div class="line"><a name="l00221"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a0d1716d1351c1126cb3abbc61be99dea">  221</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_FORMAT_TimeHMMAMPM_E  74</span></div>
<div class="line"><a name="l00222"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a1d3b06178040de01685876056a08f9e6">  222</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_FORMAT_TimeHHMMAMPM_E  75</span></div>
<div class="line"><a name="l00223"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a0e94937bf4843e67a6001086d512767a">  223</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_FORMAT_Dateyyyymd_S  76</span></div>
<div class="line"><a name="l00224"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a6b6d3c378659c8a34b3371f7208c928f">  224</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_FORMAT_Dateyyyymmdd_S  77</span></div>
<div class="line"><a name="l00225"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a6f4a7672aed8f6657e424007e4dbf4d0">  225</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_FORMAT_Datewwyyyymmdd_S  78</span></div>
<div class="line"><a name="l00226"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#aedc9c48115f3c3b8ab6979d3abc054c2">  226</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_FORMAT_Datewwyyyymd_S  79</span></div>
<div class="line"><a name="l00227"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#ad8719c707decfbdff06f8c4577e221b5">  227</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_FORMAT_TimeAMPMhmm_S  80</span></div>
<div class="line"><a name="l00228"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a0e582a03808499373bc144f20357d490">  228</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_FORMAT_TimeAMPMhhmm_S  81</span></div>
<div class="line"><a name="l00229"></a><span class="lineno">  229</span>&#160;<span class="preprocessor"></span></div>
<div class="line"><a name="l00230"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a2b7863da975c21cea2ebbb548c05e35e">  230</a></span>&#160;<span class="preprocessor">#define VSD_FIELD_FORMAT_MsoDateShort  200</span></div>
<div class="line"><a name="l00231"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a1d1310c22c27ba3161433b9e091fe554">  231</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_FORMAT_MsoDateLongDay  201</span></div>
<div class="line"><a name="l00232"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a41b8201dd340017aed71a1207e9ace09">  232</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_FORMAT_MsoDateLong  202</span></div>
<div class="line"><a name="l00233"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a83632c1d7a4e014d7efc530cdb6c08aa">  233</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_FORMAT_MsoDateShortAlt  203</span></div>
<div class="line"><a name="l00234"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a9ed833d635fa9ac9f73ec2591e63c175">  234</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_FORMAT_MsoDateISO  204</span></div>
<div class="line"><a name="l00235"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a7de4166acdae44f850a493c711d62161">  235</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_FORMAT_MsoDateShortMon  205</span></div>
<div class="line"><a name="l00236"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a765b55651412d84a070da4afefb03c42">  236</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_FORMAT_MsoDateShortSlash  206</span></div>
<div class="line"><a name="l00237"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#ac0b6177637ed101c2a365163cf7dd30b">  237</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_FORMAT_MsoDateShortAbb  207</span></div>
<div class="line"><a name="l00238"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#ad732ddc65d80d8d061c709673ccd9f9b">  238</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_FORMAT_MsoDateEnglish  208</span></div>
<div class="line"><a name="l00239"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a9952cee2dcfc600c1256739336954146">  239</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_FORMAT_MsoDateMonthYr  209</span></div>
<div class="line"><a name="l00240"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a42818ba66482e4761c1b2a24ca83d628">  240</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_FORMAT_MsoDateMon_Yr  210</span></div>
<div class="line"><a name="l00241"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a789c3f4d7c99adfab327bd5d1786e779">  241</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_FORMAT_MsoTimeDatePM  211</span></div>
<div class="line"><a name="l00242"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#aee26f4b5dab6c8073365e514305eb1fa">  242</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_FORMAT_MsoTimeDateSecPM  212</span></div>
<div class="line"><a name="l00243"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a91f8097a9e4430f986de361e75a60afd">  243</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_FORMAT_MsoTimePM  213</span></div>
<div class="line"><a name="l00244"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a7a191033766057e5ed7a7107dbb187b7">  244</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_FORMAT_MsoTimeSecPM  214</span></div>
<div class="line"><a name="l00245"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a80a101022ce6416846beaf1df81e25d8">  245</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_FORMAT_MsoTime24  215</span></div>
<div class="line"><a name="l00246"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a37ca944e6978a6bf39ac7a04f038df20">  246</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_FORMAT_MsoTimeSec24  216</span></div>
<div class="line"><a name="l00247"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#ae999785e758597f86c3a10bb17d78dd2">  247</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_FORMAT_MsoFEExtra1  217</span></div>
<div class="line"><a name="l00248"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#af17fd2dc3712e32d3864a9c8c532b9c6">  248</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_FORMAT_MsoFEExtra2  218</span></div>
<div class="line"><a name="l00249"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a2b183f83c4c587ea34f2928fa4ada6fd">  249</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_FORMAT_MsoFEExtra3  219</span></div>
<div class="line"><a name="l00250"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#aa5349013c7250094fa763335ef4ea27b">  250</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_FORMAT_MsoFEExtra4  220</span></div>
<div class="line"><a name="l00251"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#a82ad9e74e56dc261c6123aa3daff891a">  251</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define VSD_FIELD_FORMAT_MsoFEExtra5  221</span></div>
<div class="line"><a name="l00252"></a><span class="lineno">  252</span>&#160;<span class="preprocessor"></span></div>
<div class="line"><a name="l00253"></a><span class="lineno"><a class="code" href="VSDDocumentStructure_8h.html#abbd79ad346dc3e1d553b9f5cd8871e60">  253</a></span>&#160;<span class="preprocessor">#define VSD_FIELD_FORMAT_Unknown 0xffff</span></div>
<div class="line"><a name="l00254"></a><span class="lineno">  254</span>&#160;<span class="preprocessor"></span></div>
<div class="line"><a name="l00255"></a><span class="lineno">  255</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* VSDDOCUMENTSTRUCTURE_H */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00256"></a><span class="lineno">  256</span>&#160;<span class="preprocessor"></span><span class="comment">/* vim:set shiftwidth=2 softtabstop=2 expandtab: */</span></div>
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
<hr size="1"><address style="align: right;"><small>
Generated for libvisio by <a href="http://www.doxygen.org/index.html">
doxygen</a> 1.8.1.1</small></address>
</body>
</html>