summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/word/WdPrintOutItem.idl
blob: d76a84b8045010aee0dfc4fdbc173a25025af4a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
module ooo { module vba { module word {
    constants WdPrintOutItem {
        const long wdPrintAutoTextEntries = 4;
        const long wdPrintComments = 2;
        const long wdPrintDocumentContent = 0;
        const long wdPrintDocumentWithMarkup = 7;
        const long wdPrintEnvelope = 6;
        const long wdPrintKeyAssignments = 5;
        const long wdPrintMarkup = 2;
        const long wdPrintProperties = 1;
        const long wdPrintStyles = 3;
    };
}; }; };
d>2016-11-05Reverts a commit series that cripple windows ci.Norbert Thiebaud 2016-11-04unify color selectorsCaolán McNamara 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-04-17chart2: convert new to ::Create.Michael Meeks 2015-04-10vclwidget: only call dispose() onceNoel Grandin 2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks 2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin 2015-04-09prophylactic double dispose audit.Michael Meeks 2015-04-09vcl: VclPtr conversion in chart2Noel Grandin 2015-03-23loplugin:constantfunction: chart2Noel Grandin 2014-09-23fdo#82577: Handle WindowNoel Grandin 2014-08-09directly include ResourceIds.hrc headerThomas Arnhold 2014-04-21remove comments why a file gets includedThomas Arnhold 2013-12-09convert 3dview dialog to .uiCaolán McNamara