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 22module ooo { module vba { module excel { 23 constants XlFileFormat { 24 const long xlAddIn = 18; 25 const long xlCSV = 6; 26 const long xlCSVMac = 22; 27 const long xlCSVMSDOS = 24; 28 const long xlCSVWindows = 23; 29 const long xlCurrentPlatformText = -4158; 30 const long xlDBF2 = 7; 31 const long xlDBF3 = 8; 32 const long xlDBF4 = 11; 33 const long xlDIF = 9; 34 const long xlExcel2 = 16; 35 const long xlExcel2FarEast = 27; 36 const long xlExcel3 = 29; 37 const long xlExcel4 = 33; 38 const long xlExcel4Workbook = 35; 39 const long xlExcel5 = 39; 40 const long xlExcel7 = 39; 41 const long xlExcel9795 = 43; 42 const long xlHtml = 44; 43 const long xlIntlAddIn = 26; 44 const long xlIntlMacro = 25; 45 const long xlSYLK = 2; 46 const long xlTemplate = 17; 47 const long xlTextMac = 19; 48 const long xlTextMSDOS = 21; 49 const long xlTextPrinter = 36; 50 const long xlTextWindows = 20; 51 const long xlUnicodeText = 42; 52 const long xlWebArchive = 45; 53 const long xlWJ2WD1 = 14; 54 const long xlWJ3 = 40; 55 const long xlWJ3FJ3 = 41; 56 const long xlWK1 = 5; 57 const long xlWK1ALL = 31; 58 const long xlWK1FMT = 30; 59 const long xlWK3 = 15; 60 const long xlWK3FM3 = 32; 61 const long xlWK4 = 38; 62 const long xlWKS = 4; 63 const long xlWorkbookNormal = -4143; 64 const long xlWorks2FarEast = 28; 65 const long xlWQ1 = 34; 66 const long xlXMLSpreadsheet = 46; 67 }; 68}; }; }; 69