This file is indexed.

/usr/include/wv2/convert.h is in libwv2-dev 0.4.2.dfsg.1-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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
/* This file is part of the wvWare 2 project
   Copyright (C) 2001 Werner Trobin <trobin@kde.org>

   This library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Library General Public
   License version 2 as published by the Free Software Foundation.

   This library is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
   Library General Public License for more details.

   You should have received a copy of the GNU Library General Public License
   along with this library; see the file COPYING.LIB.  If not, write to
   the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
   Boston, MA 02111-1307, USA.
*/

// This code is generated from the Microsoft HTML specification of the
// WinWord format. Do NOT edit this code, but fix the spec or the script
// generating the sources.
// For information about the script and the "hidden features" please read
// the comments at the begin of the script.

// If you find bugs or strange behavior please contact Werner Trobin
// <trobin@kde.org>

#ifndef CONVERT_H
#define CONVERT_H

#include <word95_generated.h>
#include <word97_generated.h>

namespace wvWare {

namespace Word95 {

// This has been added to the template file, as the mapping is
// non-trivial. Shaheed: Please check the implementation
Word97::BRC toWord97(const Word95::BRC &s);
Word97::STSHI toWord97(const Word95::STSHI &s);

Word97::ANLD toWord97(const Word95::ANLD &s);
Word97::ANLV toWord97(const Word95::ANLV &s);
Word97::BKF toWord97(const Word95::BKF &s);
Word97::BKL toWord97(const Word95::BKL &s);
Word97::BRC10 toWord97(const Word95::BRC10 &s);
Word97::BTE toWord97(const Word95::BTE &s);
Word97::CHP toWord97(const Word95::CHP &s);
Word97::DCS toWord97(const Word95::DCS &s);
Word97::DOP toWord97(const Word95::DOP &s);
Word97::DTTM toWord97(const Word95::DTTM &s);
Word97::FIB toWord97(const Word95::FIB &s);
Word97::LSPD toWord97(const Word95::LSPD &s);
Word97::METAFILEPICT toWord97(const Word95::METAFILEPICT &s);
Word97::OBJHEADER toWord97(const Word95::OBJHEADER &s);
Word97::OLST toWord97(const Word95::OLST &s);
Word97::PAP toWord97(const Word95::PAP &s);
Word97::PCD toWord97(const Word95::PCD &s);
Word97::PHE toWord97(const Word95::PHE &s);
Word97::PICF toWord97(const Word95::PICF &s);
Word97::PRM toWord97(const Word95::PRM &s);
Word97::PRM2 toWord97(const Word95::PRM2 &s);
Word97::SED toWord97(const Word95::SED &s);
Word97::SEP toWord97(const Word95::SEP &s);
Word97::SHD toWord97(const Word95::SHD &s);
Word97::TAP toWord97(const Word95::TAP &s);
Word97::TC toWord97(const Word95::TC &s);
Word97::TLP toWord97(const Word95::TLP &s);

} // namespace Word95

} // namespace wvWare

#endif // CONVERT_H