Version 4.0.2.1, tag libreoffice-4.0.2.1
[LibreOffice.git] / oovbaapi / ooo / vba / access / AcControlType.idl
blob8ee7928392b8db977c36f171949c9b253199342d
1 module ooo { module vba { module access {
2 constants AcControlType {
3 const long acBoundObjectFrame = 108;
4 const long acCheckBox = 106;
5 const long acComboBox = 111;
6 const long acCommandButton = 104;
7 const long acCustomControl = 119;
8 const long acImage = 103;
9 const long acLabel = 100;
10 const long acLine = 102;
11 const long acListBox = 110;
12 const long acObjectFrame = 114;
13 const long acOptionButton = 105;
14 const long acOptionGroup = 107;
15 const long acPage = 124;
16 const long acPageBreak = 118;
17 const long acRectangle = 101;
18 const long acSubform = 112;
19 const long acTabCtl = 123;
20 const long acTextBox = 109;
21 const long acToggleButton = 122;
23 }; }; };