xref: /aoo42x/main/sc/source/filter/inc/xcl97dum.hxx (revision cdf0e10c)
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  *
5  * Copyright 2000, 2010 Oracle and/or its affiliates.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * This file is part of OpenOffice.org.
10  *
11  * OpenOffice.org is free software: you can redistribute it and/or modify
12  * it under the terms of the GNU Lesser General Public License version 3
13  * only, as published by the Free Software Foundation.
14  *
15  * OpenOffice.org is distributed in the hope that it will be useful,
16  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18  * GNU Lesser General Public License version 3 for more details
19  * (a copy is included in the LICENSE file that accompanied this code).
20  *
21  * You should have received a copy of the GNU Lesser General Public License
22  * version 3 along with OpenOffice.org.  If not, see
23  * <http://www.openoffice.org/license.html>
24  * for a copy of the LGPLv3 License.
25  *
26  ************************************************************************/
27 
28 #ifndef SC_XCL97DUM_HXX
29 #define SC_XCL97DUM_HXX
30 
31 #include "excrecds.hxx"
32 
33 // --- class ExcDummy8_xx --------------------------------------------
34 
35 class ExcDummy8_00a : public ExcDummyRec
36 {
37 private:
38     static const sal_uInt8       pMyData[];
39     static const sal_Size   nMyLen;
40 public:
41     virtual sal_Size        GetLen() const;
42     virtual const sal_uInt8*     GetData() const;
43 };
44 
45 
46 class ExcDummy8_00b : public ExcDummyRec
47 {
48 private:
49     static const sal_uInt8       pMyData[];
50     static const sal_Size   nMyLen;
51 public:
52     virtual sal_Size        GetLen() const;
53     virtual const sal_uInt8*     GetData() const;
54 };
55 
56 
57 class ExcDummy8_040 : public ExcDummyRec
58 {
59 private:
60     static const sal_uInt8       pMyData[];
61     static const sal_Size   nMyLen;
62 public:
63     virtual sal_Size        GetLen() const;
64     virtual const sal_uInt8*     GetData() const;
65 };
66 
67 
68 class ExcDummy8_041 : public ExcDummyRec
69 {
70 private:
71     static const sal_uInt8       pMyData[];
72     static const sal_Size   nMyLen;
73 public:
74     virtual sal_Size        GetLen() const;
75     virtual const sal_uInt8*     GetData() const;
76 };
77 
78 
79 class ExcDummy8_02 : public ExcDummyRec
80 {
81 private:
82     static const sal_uInt8       pMyData[];
83     static const sal_Size   nMyLen;
84 public:
85     virtual sal_Size        GetLen() const;
86     virtual const sal_uInt8*     GetData() const;
87 };
88 
89 
90 #endif // _XCL97DUM_HXX
91