1 /************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance 9 * with the License. You may obtain a copy of the License at 10 * 11 * http://www.apache.org/licenses/LICENSE-2.0 12 * 13 * Unless required by applicable law or agreed to in writing, 14 * software distributed under the License is distributed on an 15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16 * KIND, either express or implied. See the License for the 17 * specific language governing permissions and limitations 18 * under the License. 19 * 20 *************************************************************/ 21 22 23 24 #ifndef SC_XCL97DUM_HXX 25 #define SC_XCL97DUM_HXX 26 27 #include "excrecds.hxx" 28 29 // --- class ExcDummy8_xx -------------------------------------------- 30 31 class ExcDummy8_00a : public ExcDummyRec 32 { 33 private: 34 static const sal_uInt8 pMyData[]; 35 static const sal_Size nMyLen; 36 public: 37 virtual sal_Size GetLen() const; 38 virtual const sal_uInt8* GetData() const; 39 }; 40 41 42 class ExcDummy8_00b : public ExcDummyRec 43 { 44 private: 45 static const sal_uInt8 pMyData[]; 46 static const sal_Size nMyLen; 47 public: 48 virtual sal_Size GetLen() const; 49 virtual const sal_uInt8* GetData() const; 50 }; 51 52 53 class ExcDummy8_040 : public ExcDummyRec 54 { 55 private: 56 static const sal_uInt8 pMyData[]; 57 static const sal_Size nMyLen; 58 public: 59 virtual sal_Size GetLen() const; 60 virtual const sal_uInt8* GetData() const; 61 }; 62 63 64 class ExcDummy8_041 : public ExcDummyRec 65 { 66 private: 67 static const sal_uInt8 pMyData[]; 68 static const sal_Size nMyLen; 69 public: 70 virtual sal_Size GetLen() const; 71 virtual const sal_uInt8* GetData() const; 72 }; 73 74 75 class ExcDummy8_02 : public ExcDummyRec 76 { 77 private: 78 static const sal_uInt8 pMyData[]; 79 static const sal_Size nMyLen; 80 public: 81 virtual sal_Size GetLen() const; 82 virtual const sal_uInt8* GetData() const; 83 }; 84 85 86 #endif // _XCL97DUM_HXX 87