Version 4.0.2.1, tag libreoffice-4.0.2.1
[LibreOffice.git] / oovbaapi / ooo / vba / access / AcPrintPaperBin.idl
blob14623e952d5c1616af72de37e8cab7ecb2d0ff54
1 module ooo { module vba { module access {
2 constants AcPrintPaperBin {
3 const long acPRBNAuto = 7;
4 const long acPRBNCassette = 14;
5 const long acPRBNEnvelope = 5;
6 const long acPRBNEnvManual = 6;
7 const long acPRBNFormSource = 15;
8 const long acPRBNLargeCapacity = 11;
9 const long acPRBNLargeFmt = 10;
10 const long acPRBNLower = 2;
11 const long acPRBNManual = 4;
12 const long acPRBNMiddle = 3;
13 const long acPRBNSmallFmt = 9;
14 const long acPRBNTractor = 8;
15 const long acPRBNUpper = 1;
17 }; }; };