1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 module ooo
{ module vba
{ module access
{
3 constants AcControlType
{
4 const long acBoundObjectFrame
= 108;
5 const long acCheckBox
= 106;
6 const long acComboBox
= 111;
7 const long acCommandButton
= 104;
8 const long acCustomControl
= 119;
9 const long acImage
= 103;
10 const long acLabel
= 100;
11 const long acLine
= 102;
12 const long acListBox
= 110;
13 const long acObjectFrame
= 114;
14 const long acOptionButton
= 105;
15 const long acOptionGroup
= 107;
16 const long acPage
= 124;
17 const long acPageBreak
= 118;
18 const long acRectangle
= 101;
19 const long acSubform
= 112;
20 const long acTabCtl
= 123;
21 const long acTextBox
= 109;
22 const long acToggleButton
= 122;
26 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */