merge the formfield patch from ooo-build
[ooovba.git] / idlc / test / identifiers.idl
blobd7af48867cf34264d3941445e09a130ac4d5a12f
1 struct Identifiers
3 long onlysmallalphas;
4 long smallMixedAlphas;
5 long CapMixedAlphas;
6 long ONLYCAPS;
7 long CAPS_WITH_UNDERSCORE;
8 long CAPS_WITH_UNDERSCORE_11;
9 long CAPS_WITH_UNDERSCORE11_11TEST;
10 long CapMixed_Alphas_11;
11 long m_CapMixedAlphas_11; // should be not allowed with -cid
12 long small_get; //should be not allowed with -cid
13 long small_11; //should be not allowed with -cid
14 long small_11small; //should be not allowed with -cid
15 long mixedAlphas_11CAPS; // should be not allowed with -cid
16 long mixedAlphas_11mixedAlphas; // should be not allowed with -cid
17 long _mixedAlphas; // should be not allowed with -cid
18 // long _mixedAlphas_; // should be not allowed
19 // long CapsMixedAlphas_; // should be not allowed
20 // long _CapsMixedAlphas_; // should be not allowed