This file is indexed.

/usr/share/doc/libmspub-doc/html/MSPUBDocument_8h_source.html is in libmspub-doc 0.1.2-4.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!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>MSPUBDocument.h Source File documentation</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.8.12 -->
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
  initMenu('',false,false,'search.php','Search');
});
</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">
$(document).ready(function(){initNavTree('MSPUBDocument_8h_source.html','');});
</script>
<div id="doc-content">
<div class="header">
  <div class="headertitle">
<div class="title">MSPUBDocument.h</div>  </div>
</div><!--header-->
<div class="contents">
<a href="MSPUBDocument_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">/*</span></div><div class="line"><a name="l00003"></a><span class="lineno">    3</span>&#160;<span class="comment"> * This file is part of the libmspub project.</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"> * This Source Code Form is subject to the terms of the Mozilla Public</span></div><div class="line"><a name="l00006"></a><span class="lineno">    6</span>&#160;<span class="comment"> * License, v. 2.0. If a copy of the MPL was not distributed with this</span></div><div class="line"><a name="l00007"></a><span class="lineno">    7</span>&#160;<span class="comment"> * file, You can obtain one at http://mozilla.org/MPL/2.0/.</span></div><div class="line"><a name="l00008"></a><span class="lineno">    8</span>&#160;<span class="comment"> */</span></div><div class="line"><a name="l00009"></a><span class="lineno">    9</span>&#160;</div><div class="line"><a name="l00010"></a><span class="lineno">   10</span>&#160;<span class="preprocessor">#ifndef __MSPUBDOCUMENT_H__</span></div><div class="line"><a name="l00011"></a><span class="lineno">   11</span>&#160;<span class="preprocessor">#define __MSPUBDOCUMENT_H__</span></div><div class="line"><a name="l00012"></a><span class="lineno">   12</span>&#160;</div><div class="line"><a name="l00013"></a><span class="lineno">   13</span>&#160;<span class="preprocessor">#include &lt;librevenge/librevenge.h&gt;</span></div><div class="line"><a name="l00014"></a><span class="lineno">   14</span>&#160;</div><div class="line"><a name="l00015"></a><span class="lineno">   15</span>&#160;<span class="preprocessor">#ifdef DLL_EXPORT</span></div><div class="line"><a name="l00016"></a><span class="lineno">   16</span>&#160;<span class="preprocessor">#ifdef LIBMSPUB_BUILD</span></div><div class="line"><a name="l00017"></a><span class="lineno">   17</span>&#160;<span class="preprocessor">#define PUBAPI __declspec(dllexport)</span></div><div class="line"><a name="l00018"></a><span class="lineno">   18</span>&#160;<span class="preprocessor">#else</span></div><div class="line"><a name="l00019"></a><span class="lineno">   19</span>&#160;<span class="preprocessor">#define PUBAPI __declspec(dllimport)</span></div><div class="line"><a name="l00020"></a><span class="lineno">   20</span>&#160;<span class="preprocessor">#endif</span></div><div class="line"><a name="l00021"></a><span class="lineno">   21</span>&#160;<span class="preprocessor">#else // !DLL_EXPORT</span></div><div class="line"><a name="l00022"></a><span class="lineno">   22</span>&#160;<span class="preprocessor">#ifdef LIBMSPUB_VISIBILITY</span></div><div class="line"><a name="l00023"></a><span class="lineno">   23</span>&#160;<span class="preprocessor">#define PUBAPI __attribute__((visibility(&quot;default&quot;)))</span></div><div class="line"><a name="l00024"></a><span class="lineno">   24</span>&#160;<span class="preprocessor">#else</span></div><div class="line"><a name="l00025"></a><span class="lineno"><a class="line" href="MSPUBDocument_8h.html#a803d0aea4cb0e80fdcd532bc8bd68878">   25</a></span>&#160;<span class="preprocessor">#define PUBAPI</span></div><div class="line"><a name="l00026"></a><span class="lineno">   26</span>&#160;<span class="preprocessor">#endif</span></div><div class="line"><a name="l00027"></a><span class="lineno">   27</span>&#160;<span class="preprocessor">#endif</span></div><div class="line"><a name="l00028"></a><span class="lineno">   28</span>&#160;</div><div class="line"><a name="l00029"></a><span class="lineno">   29</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespacelibmspub.html">libmspub</a></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"><a class="line" href="classlibmspub_1_1MSPUBDocument.html">   31</a></span>&#160;<span class="keyword">class </span><a class="code" href="classlibmspub_1_1MSPUBDocument.html">MSPUBDocument</a></div><div class="line"><a name="l00032"></a><span class="lineno">   32</span>&#160;{</div><div class="line"><a name="l00033"></a><span class="lineno">   33</span>&#160;<span class="keyword">public</span>:</div><div class="line"><a name="l00034"></a><span class="lineno">   34</span>&#160;</div><div class="line"><a name="l00035"></a><span class="lineno">   35</span>&#160;  <span class="keyword">static</span> <a class="code" href="MSPUBDocument_8h.html#a803d0aea4cb0e80fdcd532bc8bd68878">PUBAPI</a> <span class="keywordtype">bool</span> <a class="code" href="classlibmspub_1_1MSPUBDocument.html#a717cd21b481b60c00e260f3d421dc964">isSupported</a>(librevenge::RVNGInputStream *input);</div><div class="line"><a name="l00036"></a><span class="lineno">   36</span>&#160;</div><div class="line"><a name="l00037"></a><span class="lineno">   37</span>&#160;  <span class="keyword">static</span> <a class="code" href="MSPUBDocument_8h.html#a803d0aea4cb0e80fdcd532bc8bd68878">PUBAPI</a> <span class="keywordtype">bool</span> <a class="code" href="classlibmspub_1_1MSPUBDocument.html#a78305fccad36d98503e62d1a25d66ffa">parse</a>(librevenge::RVNGInputStream *input, librevenge::RVNGDrawingInterface *painter);</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;</div><div class="line"><a name="l00040"></a><span class="lineno">   40</span>&#160;} <span class="comment">// namespace libmspub</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">#endif //  __MSPUBDOCUMENT_H__</span></div><div class="line"><a name="l00043"></a><span class="lineno">   43</span>&#160;<span class="comment">/* vim:set shiftwidth=2 softtabstop=2 expandtab: */</span></div><div class="ttc" id="classlibmspub_1_1MSPUBDocument_html_a78305fccad36d98503e62d1a25d66ffa"><div class="ttname"><a href="classlibmspub_1_1MSPUBDocument.html#a78305fccad36d98503e62d1a25d66ffa">libmspub::MSPUBDocument::parse</a></div><div class="ttdeci">static PUBAPI bool parse(librevenge::RVNGInputStream *input, librevenge::RVNGDrawingInterface *painter)</div><div class="ttdoc">Parses the input stream content. </div><div class="ttdef"><b>Definition:</b> MSPUBDocument.cpp:121</div></div>
<div class="ttc" id="classlibmspub_1_1MSPUBDocument_html"><div class="ttname"><a href="classlibmspub_1_1MSPUBDocument.html">libmspub::MSPUBDocument</a></div><div class="ttdef"><b>Definition:</b> MSPUBDocument.h:31</div></div>
<div class="ttc" id="classlibmspub_1_1MSPUBDocument_html_a717cd21b481b60c00e260f3d421dc964"><div class="ttname"><a href="classlibmspub_1_1MSPUBDocument.html#a717cd21b481b60c00e260f3d421dc964">libmspub::MSPUBDocument::isSupported</a></div><div class="ttdeci">static PUBAPI bool isSupported(librevenge::RVNGInputStream *input)</div><div class="ttdoc">Analyzes the content of an input stream to see if it can be parsed. </div><div class="ttdef"><b>Definition:</b> MSPUBDocument.cpp:85</div></div>
<div class="ttc" id="namespacelibmspub_html"><div class="ttname"><a href="namespacelibmspub.html">libmspub</a></div><div class="ttdef"><b>Definition:</b> Arrow.h:13</div></div>
<div class="ttc" id="MSPUBDocument_8h_html_a803d0aea4cb0e80fdcd532bc8bd68878"><div class="ttname"><a href="MSPUBDocument_8h.html#a803d0aea4cb0e80fdcd532bc8bd68878">PUBAPI</a></div><div class="ttdeci">#define PUBAPI</div><div class="ttdef"><b>Definition:</b> MSPUBDocument.h:25</div></div>
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
<hr size="1"><address style="align: right;"><small>
Generated for libmspub by <a href="http://www.doxygen.org/index.html">
doxygen</a> 1.8.12</small></address>
</body>
</html>