office-gobmx/oovbaapi/ooo/vba/access/AcFormView.idl
2011-06-17 16:41:08 +02:00

10 lines
300 B
Text

module ooo { module vba { module access {
constants AcFormView {
const long acDesign = 1;
const long acFormDS = 3;
const long acFormPivotChart = 5;
const long acFormPivotTable = 4;
const long acNormal = 0;
const long acPreview = 2;
};
}; }; };