Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 7a2233a2f18fc5226d7c32f128742c4c > files > 39

libwps-docs-0.1.2-2mdv2009.0.i586.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>libwps: WPS.h Source File documentation</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.6 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li><a href="classes.html"><span>Classes</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
<h1>WPS.h</h1><a href="WPS_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/* libwpd</span>
<a name="l00002"></a>00002 <span class="comment"> * Copyright (C) 2006, 2007 Andrew Ziem</span>
<a name="l00003"></a>00003 <span class="comment"> *  </span>
<a name="l00004"></a>00004 <span class="comment"> * This library is free software; you can redistribute it and/or</span>
<a name="l00005"></a>00005 <span class="comment"> * modify it under the terms of the GNU Library General Public</span>
<a name="l00006"></a>00006 <span class="comment"> * License as published by the Free Software Foundation; either</span>
<a name="l00007"></a>00007 <span class="comment"> * version 2 of the License, or (at your option) any later version.</span>
<a name="l00008"></a>00008 <span class="comment"> *</span>
<a name="l00009"></a>00009 <span class="comment"> * This library is distributed in the hope that it will be useful,</span>
<a name="l00010"></a>00010 <span class="comment"> * but WITHOUT ANY WARRANTY; without even the implied warranty of</span>
<a name="l00011"></a>00011 <span class="comment"> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU</span>
<a name="l00012"></a>00012 <span class="comment"> * Library General Public License for more details.</span>
<a name="l00013"></a>00013 <span class="comment"> *</span>
<a name="l00014"></a>00014 <span class="comment"> * You should have received a copy of the GNU Library General Public</span>
<a name="l00015"></a>00015 <span class="comment"> * License along with this library; if not, write to the Free Software</span>
<a name="l00016"></a>00016 <span class="comment"> * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA</span>
<a name="l00017"></a>00017 <span class="comment"> *</span>
<a name="l00018"></a>00018 <span class="comment"> */</span>
<a name="l00019"></a>00019 
<a name="l00020"></a>00020 <span class="preprocessor">#ifndef WPS_H</span>
<a name="l00021"></a>00021 <span class="preprocessor"></span><span class="preprocessor">#define WPS_H</span>
<a name="l00022"></a>00022 <span class="preprocessor"></span>
<a name="l00023"></a>00023 
<a name="l00029"></a><a class="code" href="classFPROP.html">00029</a> <span class="keyword">class </span><a class="code" href="classFPROP.html" title="CHaracter Properties (CHP) or PAragraph Properties (PAP).">FPROP</a>
<a name="l00030"></a>00030 {
<a name="l00031"></a>00031 <span class="keyword">public</span>:
<a name="l00032"></a><a class="code" href="classFPROP.html#525e68d5271fc9cd2d4755e0b92a3cbd">00032</a>         <a class="code" href="classFPROP.html#525e68d5271fc9cd2d4755e0b92a3cbd">FPROP</a>() : <a class="code" href="classFPROP.html#934ca71c0bc6fb4d1188951634640cbe">cch</a>(0), <a class="code" href="classFPROP.html#a47ddb0bff82504d12a8c4b2c5b43f78">rgchProp</a>() {};
<a name="l00033"></a>00033         uint8_t <a class="code" href="classFPROP.html#934ca71c0bc6fb4d1188951634640cbe">cch</a>; <span class="comment">/* number of bytes in this FPROP */</span>
<a name="l00034"></a><a class="code" href="classFPROP.html#a47ddb0bff82504d12a8c4b2c5b43f78">00034</a>         std::string <a class="code" href="classFPROP.html#a47ddb0bff82504d12a8c4b2c5b43f78">rgchProp</a>; <span class="comment">/* Prefix for a CHP or PAP sufficient to handle differing bits from default */</span>
<a name="l00035"></a>00035 };
<a name="l00036"></a>00036 
<a name="l00040"></a><a class="code" href="classFOD.html">00040</a> <span class="keyword">class </span><a class="code" href="classFOD.html" title="FOrmatting Descriptor (FOD).">FOD</a>
<a name="l00041"></a>00041 {
<a name="l00042"></a>00042 <span class="keyword">public</span>:
<a name="l00043"></a><a class="code" href="classFOD.html#8c751c157b43db235c7a0eece3cfd76e">00043</a>         <a class="code" href="classFOD.html#8c751c157b43db235c7a0eece3cfd76e">FOD</a>() : <a class="code" href="classFOD.html#ef6113231ca6ed0e831edd93179355d7">fcLim</a>(0), <a class="code" href="classFOD.html#97dc23ba0c04d2fc991510960770edc0">bfprop</a>(0), <a class="code" href="classFOD.html#153f51931d4c3174c09c21112c0a0c0f">bfprop_abs</a>(0), <a class="code" href="classFOD.html#c9064f6017233e45e7a0cccad1807181">fprop</a>() {}
<a name="l00044"></a><a class="code" href="classFOD.html#ef6113231ca6ed0e831edd93179355d7">00044</a>         uint32_t        <a class="code" href="classFOD.html#ef6113231ca6ed0e831edd93179355d7">fcLim</a>; <span class="comment">/* byte number of last character covered by this FOD */</span>
<a name="l00045"></a><a class="code" href="classFOD.html#97dc23ba0c04d2fc991510960770edc0">00045</a>         uint16_t        <a class="code" href="classFOD.html#97dc23ba0c04d2fc991510960770edc0">bfprop</a>; <span class="comment">/* byte offset from beginning of FOD array to corresponding FPROP */</span>
<a name="l00046"></a><a class="code" href="classFOD.html#153f51931d4c3174c09c21112c0a0c0f">00046</a>         uint32_t        <a class="code" href="classFOD.html#153f51931d4c3174c09c21112c0a0c0f">bfprop_abs</a>; <span class="comment">/* bfprop from beginning of stream offset */</span>
<a name="l00047"></a><a class="code" href="classFOD.html#c9064f6017233e45e7a0cccad1807181">00047</a>         <a class="code" href="classFPROP.html" title="CHaracter Properties (CHP) or PAragraph Properties (PAP).">FPROP</a>           <a class="code" href="classFOD.html#c9064f6017233e45e7a0cccad1807181">fprop</a>;  <span class="comment">/* character or paragraph formatting */</span>
<a name="l00048"></a>00048 };
<a name="l00049"></a>00049 
<a name="l00050"></a>00050 <span class="preprocessor">#endif</span>
<a name="l00051"></a>00051 <span class="preprocessor"></span>
<a name="l00052"></a>00052 
</pre></div></div>
<hr size="1"><address style="align: right;"><small>
Generated on Sat Jun 28 12:35:50 2008 for libwps by <a href="http://www.doxygen.org/index.html">
doxygen</a> 1.5.6</small></address>
</body>
</html>