summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlTextVisualLayoutType.idl
blob: 36647824a1b0e3bfa0a5cfc4668b7c1102f65ca6 (plain)
1
2
3
4
5
6
module ooo { module vba { module excel {
    constants XlTextVisualLayoutType {
        const long xlTextVisualLTR = 1;
        const long xlTextVisualRTL = 2;
    };
}; }; };