summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/office/MsoBalloonErrorType.idl
blob: 53311b287f460bfecfbf260a5f6981791e37cf30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
module ooo { module vba { module office {
    constants MsoBalloonErrorType {
        const long msoBalloonErrorBadCharacter = 8;
        const long msoBalloonErrorBadPictureRef = 4;
        const long msoBalloonErrorBadReference = 5;
        const long msoBalloonErrorButtonlessModal = 6;
        const long msoBalloonErrorButtonModeless = 7;
        const long msoBalloonErrorCharNotTopmostForModal = 10;
        const long msoBalloonErrorCOMFailure = 9;
        const long msoBalloonErrorNone = 0;
        const long msoBalloonErrorOther = 1;
        const long msoBalloonErrorOutOfMemory = 3;
        const long msoBalloonErrorTooBig = 2;
        const long msoBalloonErrorTooManyControls = 11;
    };
}; }; };