module ooo { module vba { module access { constants AcFilterType { const long acFilterNormal = 0; const long acServerFilter = 1; }; }; }; };