summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/access/AcPrintRange.idl
blob: 71873138e1de554d1d2492899c36f245db313820 (plain)
1
2
3
4
5
6
7
module ooo { module vba { module access {
    constants AcPrintRange {
        const long acPages = 2;
        const long acPrintAll = 0;
        const long acSelection = 1;
    };
}; }; };