summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/office/MsoSortBy.idl
blob: 957719b7ab238dd08d1c87ccbc4a3caa8e5b8450 (plain)
1
2
3
4
5
6
7
8
9
module ooo { module vba { module office {
    constants MsoSortBy {
        const long msoSortByFileName = 1;
        const long msoSortByFileType = 3;
        const long msoSortByLastModified = 4;
        const long msoSortByNone = 5;
        const long msoSortBySize = 2;
    };
}; }; };