summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/word/WdCursorType.idl
blob: 2f1bbe8190e77f8925ce32c944197cf72b78b393 (plain)
1
2
3
4
5
6
7
8
module ooo { module vba { module word {
    constants WdCursorType {
        const long wdCursorIBeam = 1;
        const long wdCursorNormal = 2;
        const long wdCursorNorthwestArrow = 3;
        const long wdCursorWait = 0;
    };
}; }; };