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#ifndef __ooo_vba_access_AcPrintPaperSize_idl__ 24#define __ooo_vba_access_AcPrintPaperSize_idl__ 25 26module ooo { module vba { module access { 27 constants AcPrintPaperSize { 28 const long acPRPS10x14 = 16; 29 const long acPRPS11x17 = 17; 30 const long acPRPSA3 = 8; 31 const long acPRPSA4 = 9; 32 const long acPRPSA4Small = 10; 33 const long acPRPSA5 = 11; 34 const long acPRPSB4 = 12; 35 const long acPRPSB5 = 13; 36 const long acPRPSCSheet = 24; 37 const long acPRPSDSheet = 25; 38 const long acPRPSEnv10 = 20; 39 const long acPRPSEnv11 = 21; 40 const long acPRPSEnv12 = 22; 41 const long acPRPSEnv14 = 23; 42 const long acPRPSEnv9 = 19; 43 const long acPRPSEnvB4 = 33; 44 const long acPRPSEnvB5 = 34; 45 const long acPRPSEnvB6 = 35; 46 const long acPRPSEnvC3 = 29; 47 const long acPRPSEnvC4 = 30; 48 const long acPRPSEnvC5 = 28; 49 const long acPRPSEnvC6 = 31; 50 const long acPRPSEnvC65 = 32; 51 const long acPRPSEnvDL = 27; 52 const long acPRPSEnvItaly = 36; 53 const long acPRPSEnvMonarch = 37; 54 const long acPRPSEnvPersonal = 38; 55 const long acPRPSESheet = 26; 56 const long acPRPSExecutive = 7; 57 const long acPRPSFanfoldLglGerman = 41; 58 const long acPRPSFanfoldStdGerman = 40; 59 const long acPRPSFanfoldUS = 39; 60 const long acPRPSFolio = 14; 61 const long acPRPSLedger = 4; 62 const long acPRPSLegal = 5; 63 const long acPRPSLetter = 1; 64 const long acPRPSLetterSmall = 2; 65 const long acPRPSNote = 18; 66 const long acPRPSQuarto = 15; 67 const long acPRPSStatement = 6; 68 const long acPRPSTabloid = 3; 69 const long acPRPSUser = 256; 70 }; 71}; }; }; 72 73#endif 74