summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/word/WdCursorMovement.idl
blob: 65169f0375cfb641cfb028f44910431f5f079a44 (plain)
1
2
3
4
5
6
module ooo { module vba { module word {
    constants WdCursorMovement {
        const long wdCursorMovementLogical = 0;
        const long wdCursorMovementVisual = 1;
    };
}; }; };