blob: db71aa8d2f7da6e3296d7f5b0297613fae6774ce [file]
/**************************************************************
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*
*************************************************************/
#ifndef __ooo_vba_access_AcPrintPaperSize_idl__
#define __ooo_vba_access_AcPrintPaperSize_idl__
module ooo { module vba { module access {
constants AcPrintPaperSize {
const long acPRPS10x14 = 16;
const long acPRPS11x17 = 17;
const long acPRPSA3 = 8;
const long acPRPSA4 = 9;
const long acPRPSA4Small = 10;
const long acPRPSA5 = 11;
const long acPRPSB4 = 12;
const long acPRPSB5 = 13;
const long acPRPSCSheet = 24;
const long acPRPSDSheet = 25;
const long acPRPSEnv10 = 20;
const long acPRPSEnv11 = 21;
const long acPRPSEnv12 = 22;
const long acPRPSEnv14 = 23;
const long acPRPSEnv9 = 19;
const long acPRPSEnvB4 = 33;
const long acPRPSEnvB5 = 34;
const long acPRPSEnvB6 = 35;
const long acPRPSEnvC3 = 29;
const long acPRPSEnvC4 = 30;
const long acPRPSEnvC5 = 28;
const long acPRPSEnvC6 = 31;
const long acPRPSEnvC65 = 32;
const long acPRPSEnvDL = 27;
const long acPRPSEnvItaly = 36;
const long acPRPSEnvMonarch = 37;
const long acPRPSEnvPersonal = 38;
const long acPRPSESheet = 26;
const long acPRPSExecutive = 7;
const long acPRPSFanfoldLglGerman = 41;
const long acPRPSFanfoldStdGerman = 40;
const long acPRPSFanfoldUS = 39;
const long acPRPSFolio = 14;
const long acPRPSLedger = 4;
const long acPRPSLegal = 5;
const long acPRPSLetter = 1;
const long acPRPSLetterSmall = 2;
const long acPRPSNote = 18;
const long acPRPSQuarto = 15;
const long acPRPSStatement = 6;
const long acPRPSTabloid = 3;
const long acPRPSUser = 256;
};
}; }; };
#endif