summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/access/AcPrintOrientation.idl
blob: f0fba12b9ae977cccd0a6c280f18ffea27ff6886 (plain)
1
2
3
4
5
6
module ooo { module vba { module access {
    constants AcPrintOrientation {
        const long acPRORLandscape = 2;
        const long acPRORPortrait = 1;
    };
}; }; };