summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/office/MsoLastModified.idl
blob: adaaf34446a8ebfd166b8cd56b0798356eb2885d (plain)
1
2
3
4
5
6
7
8
9
10
11
module ooo { module vba { module office {
    constants MsoLastModified {
        const long msoLastModifiedAnyTime = 7;
        const long msoLastModifiedLastMonth = 5;
        const long msoLastModifiedLastWeek = 3;
        const long msoLastModifiedThisMonth = 6;
        const long msoLastModifiedThisWeek = 4;
        const long msoLastModifiedToday = 2;
        const long msoLastModifiedYesterday = 1;
    };
}; }; };