~ubuntu-branches/ubuntu/precise/koffice/precise

« back to all changes in this revision

Viewing changes to filters/kword/msword-odf/wv2/src/generator/template-conv.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2010-09-21 15:36:35 UTC
  • mfrom: (1.4.1 upstream) (60.2.11 maverick)
  • Revision ID: james.westby@ubuntu.com-20100921153635-6tejqkiro2u21ydi
Tags: 1:2.2.2-0ubuntu3
Add kubuntu_03_fix-crash-on-closing-sqlite-connection-2.2.2.diff and
kubuntu_04_support-large-memo-values-for-msaccess-2.2.2.diff as
recommended by upstream http://kexi-
project.org/wiki/wikiview/index.php@Kexi2.2_Patches.html#sqlite_stab
ility

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
### As you recognized already, "###" at the begin of a line
 
2
### marks a comment.
 
3
 
 
4
### Everything between start and end will be put into the file
 
5
@@license-start@@
 
6
/* This file is part of the wvWare 2 project
 
7
   Copyright (C) 2001 Werner Trobin <trobin@kde.org>
 
8
 
 
9
   This library is free software; you can redistribute it and/or
 
10
   modify it under the terms of the GNU Library General Public
 
11
   License version 2 as published by the Free Software Foundation.
 
12
 
 
13
   This library is distributed in the hope that it will be useful,
 
14
   but WITHOUT ANY WARRANTY; without even the implied warranty of
 
15
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
16
   Library General Public License for more details.
 
17
 
 
18
   You should have received a copy of the GNU Library General Public License
 
19
   along with this library; see the file COPYING.LIB.  If not, write to
 
20
   the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
 
21
   Boston, MA 02111-1307, USA.
 
22
*/
 
23
 
 
24
// This code is generated from the Microsoft HTML specification of the
 
25
// WinWord format. Do NOT edit this code, but fix the spec or the script
 
26
// generating the sources.
 
27
// For information about the script and the "hidden features" please read
 
28
// the comments at the begin of the script.
 
29
 
 
30
// If you find bugs or strange behavior please contact Werner Trobin
 
31
// <trobin@kde.org>
 
32
@@license-end@@
 
33
 
 
34
### Everything between @@includes-start@@ and -end will be added to
 
35
### the generated includes (e.g. "#include <string>")
 
36
@@includes-start@@
 
37
####include <string>  // test
 
38
@@includes-end@@
 
39
 
 
40
### These are the "borders" of the namespace (e.g. namespace Word97 { .. })
 
41
### Everything you add in here will be added to the generated code
 
42
@@namespace-start@@
 
43
### nothing
 
44
 
 
45
// This has been added to the template file, as the mapping is
 
46
// non-trivial. Shaheed: Please check the implementation
 
47
Word97::BRC toWord97(const Word95::BRC &s);
 
48
Word97::STSHI toWord97(const Word95::STSHI &s);
 
49
### This tag "expands" to all the structs :)
 
50
@@generated-code@@
 
51
### nothing
 
52
@@namespace-end@@