summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/word/WdSortSeparator.idl
blob: 3743260e8c9af45a6919b1c29ff2e4d9a50d1003 (plain)
1
2
3
4
5
6
7
module ooo { module vba { module word {
    constants WdSortSeparator {
        const long wdSortSeparateByCommas = 1;
        const long wdSortSeparateByDefaultTableSeparator = 2;
        const long wdSortSeparateByTabs = 0;
    };
}; }; };
ng on contextSzymon Kłos 2016-02-09Remove excess newlinesChris Sherlock 2015-10-01tdf#94559: third step to remove rtti.hxxOliver Specht 2015-06-29tdf#84381: Improved sidebar selection analyser for Calc and Draw/ImpressRishabh Kumar 2015-04-30Get rid of initial :: for the svx namespaceTor Lillqvist