~ubuntu-branches/ubuntu/saucy/libwpd/saucy

« back to all changes in this revision

Viewing changes to src/lib/WP5FileStructure.h

  • Committer: Package Import Robot
  • Author(s): Rene Engelhard
  • Date: 2011-11-29 23:31:13 UTC
  • mfrom: (1.2.5)
  • Revision ID: package-import@ubuntu.com-20111129233113-xdtwca9h0y6wdxst
Tags: 0.9.4-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */
1
2
/* libwpd
2
3
 * Copyright (C) 2003 William Lachance (wrlach@gmail.com)
3
4
 * Copyright (C) 2003 Marc Maurer (uwog@uwog.net)
4
5
 * Copyright (C) 2005-2007 Fridrich Strba (fridrich.strba@bluewin.ch)
5
6
 * Copyright (C) 2007 Novell, Inc. (http://www.novell.com)
6
 
 *  
 
7
 *
7
8
 * This library is free software; you can redistribute it and/or
8
9
 * modify it under the terms of the GNU Library General Public
9
10
 * License as published by the Free Software Foundation; either
21
22
 * For further information visit http://libwpd.sourceforge.net
22
23
 */
23
24
 
24
 
/* "This product is not manufactured, approved, or supported by 
 
25
/* "This product is not manufactured, approved, or supported by
25
26
 * Corel Corporation or Corel Corporation Limited."
26
27
 */
27
28
 
29
30
#define WP5FILESTRUCTURE_H
30
31
 
31
32
/* size of the fixed length functiongroups 0xC0 to 0xCF */
32
 
extern int WP5_FIXED_LENGTH_FUNCTION_GROUP_SIZE[16]; 
 
33
extern int WP5_FIXED_LENGTH_FUNCTION_GROUP_SIZE[16];
33
34
 
34
35
#define WP5_ATTRIBUTE_EXTRA_LARGE 0x00
35
36
#define WP5_ATTRIBUTE_VERY_LARGE 0x01
161
162
 
162
163
 
163
164
#endif /* WP5FILESTRUCTURE_H */
 
165
/* vim:set shiftwidth=4 softtabstop=4 noexpandtab: */