summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/access/AcPrintDuplex.idl
blob: 2ea8779eb8d49653bcd21b5553bf11da7512ba48 (plain)
1
2
3
4
5
6
7
8
9
10
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
module ooo { module vba { module access {
    constants AcPrintDuplex {
        const long acPRDPHorizontal = 2;
        const long acPRDPSimplex = 1;
        const long acPRDPVertical = 3;
    };
}; }; };

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */