summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/office/MsoSearchIn.idl
blob: fdd40ee47c2daf2ef4d8b04d67ac5145b1a4b70e (plain)
1
2
3
4
5
6
7
8
module ooo { module vba { module office {
    constants MsoSearchIn {
        const long msoSearchInCustom = 3;
        const long msoSearchInMyComputer = 0;
        const long msoSearchInMyNetworkPlaces = 2;
        const long msoSearchInOutlook = 1;
    };
}; }; };