summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/access
diff options
context:
space:
mode:
Diffstat (limited to 'oovbaapi/ooo/vba/access')
-rw-r--r--oovbaapi/ooo/vba/access/AcCloseSave.idl3
-rw-r--r--oovbaapi/ooo/vba/access/AcColorIndex.idl3
-rw-r--r--oovbaapi/ooo/vba/access/AcCommand.idl3
-rw-r--r--oovbaapi/ooo/vba/access/AcControlType.idl3
-rw-r--r--oovbaapi/ooo/vba/access/AcCurrentView.idl3
-rw-r--r--oovbaapi/ooo/vba/access/AcDataAccessPageView.idl3
-rw-r--r--oovbaapi/ooo/vba/access/AcDataObjectType.idl3
-rw-r--r--oovbaapi/ooo/vba/access/AcDataTransferType.idl3
-rw-r--r--oovbaapi/ooo/vba/access/AcDefView.idl3
-rw-r--r--oovbaapi/ooo/vba/access/AcExportXMLEncoding.idl3
-rw-r--r--oovbaapi/ooo/vba/access/AcExportXMLObjectType.idl3
-rw-r--r--oovbaapi/ooo/vba/access/AcExportXMLOtherFlags.idl3
-rw-r--r--oovbaapi/ooo/vba/access/AcExportXMLSchemaFormat.idl3
-rw-r--r--oovbaapi/ooo/vba/access/AcFileFormat.idl3
-rw-r--r--oovbaapi/ooo/vba/access/AcFilterType.idl3
-rw-r--r--oovbaapi/ooo/vba/access/AcFindField.idl3
-rw-r--r--oovbaapi/ooo/vba/access/AcFindMatch.idl3
-rw-r--r--oovbaapi/ooo/vba/access/AcFormOpenDataMode.idl3
-rw-r--r--oovbaapi/ooo/vba/access/AcFormView.idl3
-rw-r--r--oovbaapi/ooo/vba/access/AcFormatConditionOperator.idl3
-rw-r--r--oovbaapi/ooo/vba/access/AcFormatConditionType.idl3
-rw-r--r--oovbaapi/ooo/vba/access/AcHyperlinkPart.idl3
-rw-r--r--oovbaapi/ooo/vba/access/AcImeMode.idl3
-rw-r--r--oovbaapi/ooo/vba/access/AcImeSentenceMode.idl3
-rw-r--r--oovbaapi/ooo/vba/access/AcImportXMLOption.idl3
-rw-r--r--oovbaapi/ooo/vba/access/AcModuleType.idl3
-rw-r--r--oovbaapi/ooo/vba/access/AcObjectType.idl3
-rw-r--r--oovbaapi/ooo/vba/access/AcOpenDataMode.idl3
-rw-r--r--oovbaapi/ooo/vba/access/AcOutputObjectType.idl3
-rw-r--r--oovbaapi/ooo/vba/access/AcPrintColor.idl3
-rw-r--r--oovbaapi/ooo/vba/access/AcPrintDuplex.idl3
-rw-r--r--oovbaapi/ooo/vba/access/AcPrintItemLayout.idl3
-rw-r--r--oovbaapi/ooo/vba/access/AcPrintObjQuality.idl3
-rw-r--r--oovbaapi/ooo/vba/access/AcPrintOrientation.idl3
-rw-r--r--oovbaapi/ooo/vba/access/AcPrintPaperBin.idl3
-rw-r--r--oovbaapi/ooo/vba/access/AcPrintPaperSize.idl3
-rw-r--r--oovbaapi/ooo/vba/access/AcPrintQuality.idl3
-rw-r--r--oovbaapi/ooo/vba/access/AcPrintRange.idl3
-rw-r--r--oovbaapi/ooo/vba/access/AcProjectType.idl3
-rw-r--r--oovbaapi/ooo/vba/access/AcQuitOption.idl3
-rw-r--r--oovbaapi/ooo/vba/access/AcRecord.idl3
-rw-r--r--oovbaapi/ooo/vba/access/AcSearchDirection.idl3
-rw-r--r--oovbaapi/ooo/vba/access/AcSection.idl3
-rw-r--r--oovbaapi/ooo/vba/access/AcSendObjectType.idl3
-rw-r--r--oovbaapi/ooo/vba/access/AcShowToolbar.idl3
-rw-r--r--oovbaapi/ooo/vba/access/AcSpreadSheetType.idl3
-rw-r--r--oovbaapi/ooo/vba/access/AcSysCmdAction.idl3
-rw-r--r--oovbaapi/ooo/vba/access/AcTextTransferType.idl3
-rw-r--r--oovbaapi/ooo/vba/access/AcTransformXMLScriptOption.idl3
-rw-r--r--oovbaapi/ooo/vba/access/AcView.idl3
-rw-r--r--oovbaapi/ooo/vba/access/AcWindowMode.idl3
-rw-r--r--oovbaapi/ooo/vba/access/ProcKind.idl3
-rw-r--r--oovbaapi/ooo/vba/access/RefKind.idl3
53 files changed, 159 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/access/AcCloseSave.idl b/oovbaapi/ooo/vba/access/AcCloseSave.idl
index cde435725ae0..37663064a2b6 100644
--- a/oovbaapi/ooo/vba/access/AcCloseSave.idl
+++ b/oovbaapi/ooo/vba/access/AcCloseSave.idl
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
module ooo { module vba { module access {
constants AcCloseSave {
const long acSaveNo = 2;
@@ -5,3 +6,5 @@ module ooo { module vba { module access {
const long acSaveYes = 1;
};
}; }; };
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/access/AcColorIndex.idl b/oovbaapi/ooo/vba/access/AcColorIndex.idl
index 7c6af5178b01..89809d9d1154 100644
--- a/oovbaapi/ooo/vba/access/AcColorIndex.idl
+++ b/oovbaapi/ooo/vba/access/AcColorIndex.idl
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
module ooo { module vba { module access {
constants AcColorIndex {
const long acColorIndexAqua = 14;
@@ -18,3 +19,5 @@ module ooo { module vba { module access {
const long acColorIndexYellow = 11;
};
}; }; };
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/access/AcCommand.idl b/oovbaapi/ooo/vba/access/AcCommand.idl
index 94628d4e2e2b..87523faf9bf3 100644
--- a/oovbaapi/ooo/vba/access/AcCommand.idl
+++ b/oovbaapi/ooo/vba/access/AcCommand.idl
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
module ooo { module vba { module access {
constants AcCommand {
const long acCmdAboutMicrosoftAccess = 35;
@@ -519,3 +520,5 @@ module ooo { module vba { module access {
const long acCmdZoomSelection = 371;
};
}; }; };
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/access/AcControlType.idl b/oovbaapi/ooo/vba/access/AcControlType.idl
index 8ee7928392b8..673716f94d3d 100644
--- a/oovbaapi/ooo/vba/access/AcControlType.idl
+++ b/oovbaapi/ooo/vba/access/AcControlType.idl
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
module ooo { module vba { module access {
constants AcControlType {
const long acBoundObjectFrame = 108;
@@ -21,3 +22,5 @@ module ooo { module vba { module access {
const long acToggleButton = 122;
};
}; }; };
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/access/AcCurrentView.idl b/oovbaapi/ooo/vba/access/AcCurrentView.idl
index 0f2dd489f032..16daf13f4757 100644
--- a/oovbaapi/ooo/vba/access/AcCurrentView.idl
+++ b/oovbaapi/ooo/vba/access/AcCurrentView.idl
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
module ooo { module vba { module access {
constants AcCurrentView {
const long acCurViewDatasheet = 2;
@@ -8,3 +9,5 @@ module ooo { module vba { module access {
const long acCurViewPreview = 5;
};
}; }; };
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/access/AcDataAccessPageView.idl b/oovbaapi/ooo/vba/access/AcDataAccessPageView.idl
index 0e4ec3c61d02..9e823b3a33a4 100644
--- a/oovbaapi/ooo/vba/access/AcDataAccessPageView.idl
+++ b/oovbaapi/ooo/vba/access/AcDataAccessPageView.idl
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -22,3 +23,5 @@ module ooo { module vba { module access {
const long acDataAccessPageDesign = 1;
};
}; }; };
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/access/AcDataObjectType.idl b/oovbaapi/ooo/vba/access/AcDataObjectType.idl
index 17a24f784143..4a9b29bd306a 100644
--- a/oovbaapi/ooo/vba/access/AcDataObjectType.idl
+++ b/oovbaapi/ooo/vba/access/AcDataObjectType.idl
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
module ooo { module vba { module access {
constants AcDataObjectType {
const long acActiveDataObject = -1;
@@ -9,3 +10,5 @@ module ooo { module vba { module access {
const long acDataTable = 0;
};
}; }; };
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/access/AcDataTransferType.idl b/oovbaapi/ooo/vba/access/AcDataTransferType.idl
index 1a84e83f5305..7ecd575656a6 100644
--- a/oovbaapi/ooo/vba/access/AcDataTransferType.idl
+++ b/oovbaapi/ooo/vba/access/AcDataTransferType.idl
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
module ooo { module vba { module access {
constants AcDataTransferType {
const long acExport = 1;
@@ -5,3 +6,5 @@ module ooo { module vba { module access {
const long acLink = 2;
};
}; }; };
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/access/AcDefView.idl b/oovbaapi/ooo/vba/access/AcDefView.idl
index 014f5e140b90..d3b1cb7cad5c 100644
--- a/oovbaapi/ooo/vba/access/AcDefView.idl
+++ b/oovbaapi/ooo/vba/access/AcDefView.idl
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
module ooo { module vba { module access {
constants AcDefView {
const long acDefViewContinuous = 1;
@@ -7,3 +8,5 @@ module ooo { module vba { module access {
const long acDefViewSingle = 0;
};
}; }; };
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/access/AcExportXMLEncoding.idl b/oovbaapi/ooo/vba/access/AcExportXMLEncoding.idl
index af3060234b9c..1b10ab33cd8b 100644
--- a/oovbaapi/ooo/vba/access/AcExportXMLEncoding.idl
+++ b/oovbaapi/ooo/vba/access/AcExportXMLEncoding.idl
@@ -1,6 +1,9 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
module ooo { module vba { module access {
constants AcExportXMLEncoding {
const long acUTF16 = 1;
const long acUTF8 = 0;
};
}; }; };
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/access/AcExportXMLObjectType.idl b/oovbaapi/ooo/vba/access/AcExportXMLObjectType.idl
index 0ef23f619620..da90489d6866 100644
--- a/oovbaapi/ooo/vba/access/AcExportXMLObjectType.idl
+++ b/oovbaapi/ooo/vba/access/AcExportXMLObjectType.idl
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
module ooo { module vba { module access {
constants AcExportXMLObjectType {
const long acExportForm = 2;
@@ -9,3 +10,5 @@ module ooo { module vba { module access {
const long acExportTable = 0;
};
}; }; };
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/access/AcExportXMLOtherFlags.idl b/oovbaapi/ooo/vba/access/AcExportXMLOtherFlags.idl
index 5e2bb271c880..fbd3bdd0bbb4 100644
--- a/oovbaapi/ooo/vba/access/AcExportXMLOtherFlags.idl
+++ b/oovbaapi/ooo/vba/access/AcExportXMLOtherFlags.idl
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
module ooo { module vba { module access {
constants AcExportXMLOtherFlags {
const long acEmbedSchema = 1;
@@ -7,3 +8,5 @@ module ooo { module vba { module access {
const long acRunFromServer = 4;
};
}; }; };
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/access/AcExportXMLSchemaFormat.idl b/oovbaapi/ooo/vba/access/AcExportXMLSchemaFormat.idl
index 6ac1f08f0d1f..2f9cfd054630 100644
--- a/oovbaapi/ooo/vba/access/AcExportXMLSchemaFormat.idl
+++ b/oovbaapi/ooo/vba/access/AcExportXMLSchemaFormat.idl
@@ -1,6 +1,9 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
module ooo { module vba { module access {
constants AcExportXMLSchemaFormat {
const long acSchemaNone = 0;
const long acSchemaXSD = 1;
};
}; }; };
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/access/AcFileFormat.idl b/oovbaapi/ooo/vba/access/AcFileFormat.idl
index 0e80490e738c..ce6f2ea18975 100644
--- a/oovbaapi/ooo/vba/access/AcFileFormat.idl
+++ b/oovbaapi/ooo/vba/access/AcFileFormat.idl
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
module ooo { module vba { module access {
constants AcFileFormat {
const long acFileFormatAccess2 = 2;
@@ -7,3 +8,5 @@ module ooo { module vba { module access {
const long acFileFormatAccess97 = 8;
};
}; }; };
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/access/AcFilterType.idl b/oovbaapi/ooo/vba/access/AcFilterType.idl
index 0b773ed2e858..d388938eb8d7 100644
--- a/oovbaapi/ooo/vba/access/AcFilterType.idl
+++ b/oovbaapi/ooo/vba/access/AcFilterType.idl
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -22,3 +23,5 @@ module ooo { module vba { module access {
const long acServerFilter = 1;
};
}; }; };
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/access/AcFindField.idl b/oovbaapi/ooo/vba/access/AcFindField.idl
index efcfec49013b..ccb7231c4e3e 100644
--- a/oovbaapi/ooo/vba/access/AcFindField.idl
+++ b/oovbaapi/ooo/vba/access/AcFindField.idl
@@ -1,6 +1,9 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
module ooo { module vba { module access {
constants AcFindField {
const long acAll = 0;
const long acCurrent = -1;
};
}; }; };
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/access/AcFindMatch.idl b/oovbaapi/ooo/vba/access/AcFindMatch.idl
index 4dd70c65b27b..8a16e512fca4 100644
--- a/oovbaapi/ooo/vba/access/AcFindMatch.idl
+++ b/oovbaapi/ooo/vba/access/AcFindMatch.idl
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
module ooo { module vba { module access {
constants AcFindMatch {
const long acAnywhere = 0;
@@ -5,3 +6,5 @@ module ooo { module vba { module access {
const long acStart = 2;
};
}; }; };
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/access/AcFormOpenDataMode.idl b/oovbaapi/ooo/vba/access/AcFormOpenDataMode.idl
index 2a39dac2c0b8..86b7583958b1 100644
--- a/oovbaapi/ooo/vba/access/AcFormOpenDataMode.idl
+++ b/oovbaapi/ooo/vba/access/AcFormOpenDataMode.idl
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
module ooo { module vba { module access {
constants AcFormOpenDataMode {
const long acFormAdd = 0;
@@ -6,3 +7,5 @@ module ooo { module vba { module access {
const long acFormReadOnly = 2;
};
}; }; };
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/access/AcFormView.idl b/oovbaapi/ooo/vba/access/AcFormView.idl
index 7c4fa918e7df..f1c786acf5a0 100644
--- a/oovbaapi/ooo/vba/access/AcFormView.idl
+++ b/oovbaapi/ooo/vba/access/AcFormView.idl
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -26,3 +27,5 @@ module ooo { module vba { module access {
const long acPreview = 2;
};
}; }; };
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/access/AcFormatConditionOperator.idl b/oovbaapi/ooo/vba/access/AcFormatConditionOperator.idl
index b688c2a15585..3368a4fc2280 100644
--- a/oovbaapi/ooo/vba/access/AcFormatConditionOperator.idl
+++ b/oovbaapi/ooo/vba/access/AcFormatConditionOperator.idl
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
module ooo { module vba { module access {
constants AcFormatConditionOperator {
const long acBetween = 0;
@@ -10,3 +11,5 @@ module ooo { module vba { module access {
const long acNotEqual = 3;
};
}; }; };
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/access/AcFormatConditionType.idl b/oovbaapi/ooo/vba/access/AcFormatConditionType.idl
index fbbfee980cb5..f06f9efcfa9f 100644
--- a/oovbaapi/ooo/vba/access/AcFormatConditionType.idl
+++ b/oovbaapi/ooo/vba/access/AcFormatConditionType.idl
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -23,3 +24,5 @@ module ooo { module vba { module access {
const long acFieldValue = 0;
};
}; }; };
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/access/AcHyperlinkPart.idl b/oovbaapi/ooo/vba/access/AcHyperlinkPart.idl
index 8cdea7cedd56..b7cc509f94c9 100644
--- a/oovbaapi/ooo/vba/access/AcHyperlinkPart.idl
+++ b/oovbaapi/ooo/vba/access/AcHyperlinkPart.idl
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
module ooo { module vba { module access {
constants AcHyperlinkPart {
const long acAddress = 2;
@@ -8,3 +9,5 @@ module ooo { module vba { module access {
const long acSubAddress = 3;
};
}; }; };
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/access/AcImeMode.idl b/oovbaapi/ooo/vba/access/AcImeMode.idl
index cf13e4adcdd0..44dcb5965df9 100644
--- a/oovbaapi/ooo/vba/access/AcImeMode.idl
+++ b/oovbaapi/ooo/vba/access/AcImeMode.idl
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
module ooo { module vba { module access {
constants AcImeMode {
const long acImeModeAlpha = 8;
@@ -13,3 +14,5 @@ module ooo { module vba { module access {
const long acImeModeOn = 1;
};
}; }; };
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/access/AcImeSentenceMode.idl b/oovbaapi/ooo/vba/access/AcImeSentenceMode.idl
index 14f8176a9002..8f67861fc626 100644
--- a/oovbaapi/ooo/vba/access/AcImeSentenceMode.idl
+++ b/oovbaapi/ooo/vba/access/AcImeSentenceMode.idl
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
module ooo { module vba { module access {
constants AcImeSentenceMode {
const long acImeSentenceModeConversation = 2;
@@ -6,3 +7,5 @@ module ooo { module vba { module access {
const long acImeSentenceModePluralClause = 1;
};
}; }; };
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/access/AcImportXMLOption.idl b/oovbaapi/ooo/vba/access/AcImportXMLOption.idl
index e5e2f585da6d..fa30fa438601 100644
--- a/oovbaapi/ooo/vba/access/AcImportXMLOption.idl
+++ b/oovbaapi/ooo/vba/access/AcImportXMLOption.idl
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -23,3 +24,5 @@ module ooo { module vba { module access {
const long acStructureOnly = 0;
};
}; }; };
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/access/AcModuleType.idl b/oovbaapi/ooo/vba/access/AcModuleType.idl
index cb3660917130..b5c1a3de1306 100644
--- a/oovbaapi/ooo/vba/access/AcModuleType.idl
+++ b/oovbaapi/ooo/vba/access/AcModuleType.idl
@@ -1,6 +1,9 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
module ooo { module vba { module access {
constants AcModuleType {
const long acClassModule = 1;
const long acStandardModule = 0;
};
}; }; };
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/access/AcObjectType.idl b/oovbaapi/ooo/vba/access/AcObjectType.idl
index 3d4aa14fb835..9b8d6e006c74 100644
--- a/oovbaapi/ooo/vba/access/AcObjectType.idl
+++ b/oovbaapi/ooo/vba/access/AcObjectType.idl
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
module ooo { module vba { module access {
constants AcObjectType {
const long acDataAccessPage = 6;
@@ -14,3 +15,5 @@ module ooo { module vba { module access {
const long acTable = 0;
};
}; }; };
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/access/AcOpenDataMode.idl b/oovbaapi/ooo/vba/access/AcOpenDataMode.idl
index 9597cd51508a..e2c021680260 100644
--- a/oovbaapi/ooo/vba/access/AcOpenDataMode.idl
+++ b/oovbaapi/ooo/vba/access/AcOpenDataMode.idl
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
module ooo { module vba { module access {
constants AcOpenDataMode {
const long acAdd = 0;
@@ -5,3 +6,5 @@ module ooo { module vba { module access {
const long acReadOnly = 2;
};
}; }; };
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/access/AcOutputObjectType.idl b/oovbaapi/ooo/vba/access/AcOutputObjectType.idl
index 57c0da4598c3..db0f301db279 100644
--- a/oovbaapi/ooo/vba/access/AcOutputObjectType.idl
+++ b/oovbaapi/ooo/vba/access/AcOutputObjectType.idl
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
module ooo { module vba { module access {
constants AcOutputObjectType {
const long acOutputDataAccessPage = 6;
@@ -11,3 +12,5 @@ module ooo { module vba { module access {
const long acOutputTable = 0;
};
}; }; };
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/access/AcPrintColor.idl b/oovbaapi/ooo/vba/access/AcPrintColor.idl
index 9a609e3cbd89..4a0620269e41 100644
--- a/oovbaapi/ooo/vba/access/AcPrintColor.idl
+++ b/oovbaapi/ooo/vba/access/AcPrintColor.idl
@@ -1,6 +1,9 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
module ooo { module vba { module access {
constants AcPrintColor {
const long acPRCMColor = 2;
const long acPRCMMonochrome = 1;
};
}; }; };
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/access/AcPrintDuplex.idl b/oovbaapi/ooo/vba/access/AcPrintDuplex.idl
index d4dbc3100042..2ea8779eb8d4 100644
--- a/oovbaapi/ooo/vba/access/AcPrintDuplex.idl
+++ b/oovbaapi/ooo/vba/access/AcPrintDuplex.idl
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
module ooo { module vba { module access {
constants AcPrintDuplex {
const long acPRDPHorizontal = 2;
@@ -5,3 +6,5 @@ module ooo { module vba { module access {
const long acPRDPVertical = 3;
};
}; }; };
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/access/AcPrintItemLayout.idl b/oovbaapi/ooo/vba/access/AcPrintItemLayout.idl
index df88344e19a1..2947d4b32f29 100644
--- a/oovbaapi/ooo/vba/access/AcPrintItemLayout.idl
+++ b/oovbaapi/ooo/vba/access/AcPrintItemLayout.idl
@@ -1,6 +1,9 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
module ooo { module vba { module access {
constants AcPrintItemLayout {
const long acPRHorizontalColumnLayout = 1953;
const long acPRVerticalColumnLayout = 1954;
};
}; }; };
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/access/AcPrintObjQuality.idl b/oovbaapi/ooo/vba/access/AcPrintObjQuality.idl
index a81c887a1bdc..0489a9f7b9aa 100644
--- a/oovbaapi/ooo/vba/access/AcPrintObjQuality.idl
+++ b/oovbaapi/ooo/vba/access/AcPrintObjQuality.idl
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
module ooo { module vba { module access {
constants AcPrintObjQuality {
const long acPRPQDraft = -1;
@@ -6,3 +7,5 @@ module ooo { module vba { module access {
const long acPRPQMedium = -3;
};
}; }; };
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/access/AcPrintOrientation.idl b/oovbaapi/ooo/vba/access/AcPrintOrientation.idl
index f0fba12b9ae9..c271de530a7a 100644
--- a/oovbaapi/ooo/vba/access/AcPrintOrientation.idl
+++ b/oovbaapi/ooo/vba/access/AcPrintOrientation.idl
@@ -1,6 +1,9 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
module ooo { module vba { module access {
constants AcPrintOrientation {
const long acPRORLandscape = 2;
const long acPRORPortrait = 1;
};
}; }; };
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/access/AcPrintPaperBin.idl b/oovbaapi/ooo/vba/access/AcPrintPaperBin.idl
index 14623e952d5c..35256e40ff07 100644
--- a/oovbaapi/ooo/vba/access/AcPrintPaperBin.idl
+++ b/oovbaapi/ooo/vba/access/AcPrintPaperBin.idl
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
module ooo { module vba { module access {
constants AcPrintPaperBin {
const long acPRBNAuto = 7;
@@ -15,3 +16,5 @@ module ooo { module vba { module access {
const long acPRBNUpper = 1;
};
}; }; };
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/access/AcPrintPaperSize.idl b/oovbaapi/ooo/vba/access/AcPrintPaperSize.idl
index 1eb01d75b2a5..ed974e179c6b 100644
--- a/oovbaapi/ooo/vba/access/AcPrintPaperSize.idl
+++ b/oovbaapi/ooo/vba/access/AcPrintPaperSize.idl
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
module ooo { module vba { module access {
constants AcPrintPaperSize {
const long acPRPS10x14 = 16;
@@ -44,3 +45,5 @@ module ooo { module vba { module access {
const long acPRPSUser = 256;
};
}; }; };
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/access/AcPrintQuality.idl b/oovbaapi/ooo/vba/access/AcPrintQuality.idl
index 6662456cb58b..8f3f8fcc1173 100644
--- a/oovbaapi/ooo/vba/access/AcPrintQuality.idl
+++ b/oovbaapi/ooo/vba/access/AcPrintQuality.idl
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
module ooo { module vba { module access {
constants AcPrintQuality {
const long acDraft = 3;
@@ -6,3 +7,5 @@ module ooo { module vba { module access {
const long acMedium = 1;
};
}; }; };
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/access/AcPrintRange.idl b/oovbaapi/ooo/vba/access/AcPrintRange.idl
index 71873138e1de..d5ecde6e14e8 100644
--- a/oovbaapi/ooo/vba/access/AcPrintRange.idl
+++ b/oovbaapi/ooo/vba/access/AcPrintRange.idl
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
module ooo { module vba { module access {
constants AcPrintRange {
const long acPages = 2;
@@ -5,3 +6,5 @@ module ooo { module vba { module access {
const long acSelection = 1;
};
}; }; };
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/access/AcProjectType.idl b/oovbaapi/ooo/vba/access/AcProjectType.idl
index 8f0d615a5a78..0578b53a900b 100644
--- a/oovbaapi/ooo/vba/access/AcProjectType.idl
+++ b/oovbaapi/ooo/vba/access/AcProjectType.idl
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -23,3 +24,5 @@ module ooo { module vba { module access {
const long acNull = 0;
};
}; }; };
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/access/AcQuitOption.idl b/oovbaapi/ooo/vba/access/AcQuitOption.idl
index 9e16a7d7b466..d78859991696 100644
--- a/oovbaapi/ooo/vba/access/AcQuitOption.idl
+++ b/oovbaapi/ooo/vba/access/AcQuitOption.idl
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -23,3 +24,5 @@ module ooo { module vba { module access {
const long acQuitSaveNone = 2;
};
}; }; };
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/access/AcRecord.idl b/oovbaapi/ooo/vba/access/AcRecord.idl
index 812f81d2ec65..967d6f44d54e 100644
--- a/oovbaapi/ooo/vba/access/AcRecord.idl
+++ b/oovbaapi/ooo/vba/access/AcRecord.idl
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -26,3 +27,5 @@ module ooo { module vba { module access {
const long acPrevious = 0;
};
}; }; };
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/access/AcSearchDirection.idl b/oovbaapi/ooo/vba/access/AcSearchDirection.idl
index b570b8df8cb3..4606060f6172 100644
--- a/oovbaapi/ooo/vba/access/AcSearchDirection.idl
+++ b/oovbaapi/ooo/vba/access/AcSearchDirection.idl
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
module ooo { module vba { module access {
constants AcSearchDirection {
const long acDown = 1;
@@ -5,3 +6,5 @@ module ooo { module vba { module access {
const long acUp = 0;
};
}; }; };
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/access/AcSection.idl b/oovbaapi/ooo/vba/access/AcSection.idl
index e2747887caf4..388e5735b6aa 100644
--- a/oovbaapi/ooo/vba/access/AcSection.idl
+++ b/oovbaapi/ooo/vba/access/AcSection.idl
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
module ooo { module vba { module access {
constants AcSection {
const long acDetail = 0;
@@ -11,3 +12,5 @@ module ooo { module vba { module access {
const long acPageHeader = 3;
};
}; }; };
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/access/AcSendObjectType.idl b/oovbaapi/ooo/vba/access/AcSendObjectType.idl
index e4e92bfbb1df..0ffdd9fae612 100644
--- a/oovbaapi/ooo/vba/access/AcSendObjectType.idl
+++ b/oovbaapi/ooo/vba/access/AcSendObjectType.idl
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
module ooo { module vba { module access {
constants AcSendObjectType {
const long acSendDataAccessPage = 6;
@@ -9,3 +10,5 @@ module ooo { module vba { module access {
const long acSendTable = 0;
};
}; }; };
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/access/AcShowToolbar.idl b/oovbaapi/ooo/vba/access/AcShowToolbar.idl
index 5199c3b67e4f..d4923b9a6b4e 100644
--- a/oovbaapi/ooo/vba/access/AcShowToolbar.idl
+++ b/oovbaapi/ooo/vba/access/AcShowToolbar.idl
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -23,3 +24,5 @@ module ooo { module vba { module access {
const long acToolbarYes = 0;
};
}; }; };
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/access/AcSpreadSheetType.idl b/oovbaapi/ooo/vba/access/AcSpreadSheetType.idl
index c4ae70297128..33dee6e5fc73 100644
--- a/oovbaapi/ooo/vba/access/AcSpreadSheetType.idl
+++ b/oovbaapi/ooo/vba/access/AcSpreadSheetType.idl
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
module ooo { module vba { module access {
constants AcSpreadSheetType {
const long acSpreadsheetTypeExcel3 = 0;
@@ -13,3 +14,5 @@ module ooo { module vba { module access {
const long acSpreadsheetTypeLotusWK4 = 7;
};
}; }; };
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/access/AcSysCmdAction.idl b/oovbaapi/ooo/vba/access/AcSysCmdAction.idl
index 9142de4bec38..cf4323373b13 100644
--- a/oovbaapi/ooo/vba/access/AcSysCmdAction.idl
+++ b/oovbaapi/ooo/vba/access/AcSysCmdAction.idl
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
module ooo { module vba { module access {
constants AcSysCmdAction {
const long acSysCmdAccessDir = 9;
@@ -15,3 +16,5 @@ module ooo { module vba { module access {
const long acSysCmdUpdateMeter = 2;
};
}; }; };
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/access/AcTextTransferType.idl b/oovbaapi/ooo/vba/access/AcTextTransferType.idl
index febf5a86ff36..a1c4e672fcc0 100644
--- a/oovbaapi/ooo/vba/access/AcTextTransferType.idl
+++ b/oovbaapi/ooo/vba/access/AcTextTransferType.idl
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
module ooo { module vba { module access {
constants AcTextTransferType {
const long acExportDelim = 2;
@@ -12,3 +13,5 @@ module ooo { module vba { module access {
const long acLinkHTML = 9;
};
}; }; };
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/access/AcTransformXMLScriptOption.idl b/oovbaapi/ooo/vba/access/AcTransformXMLScriptOption.idl
index a06ff7dcb4b7..0cdac0227953 100644
--- a/oovbaapi/ooo/vba/access/AcTransformXMLScriptOption.idl
+++ b/oovbaapi/ooo/vba/access/AcTransformXMLScriptOption.idl
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
module ooo { module vba { module access {
constants AcTransformXMLScriptOption {
const long acDisableScript = 2;
@@ -5,3 +6,5 @@ module ooo { module vba { module access {
const long acPromptScript = 1;
};
}; }; };
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/access/AcView.idl b/oovbaapi/ooo/vba/access/AcView.idl
index f9328ee445fd..b084d18bf963 100644
--- a/oovbaapi/ooo/vba/access/AcView.idl
+++ b/oovbaapi/ooo/vba/access/AcView.idl
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
module ooo { module vba { module access {
constants AcView {
const long acViewDesign = 1;
@@ -7,3 +8,5 @@ module ooo { module vba { module access {
const long acViewPreview = 2;
};
}; }; };
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/access/AcWindowMode.idl b/oovbaapi/ooo/vba/access/AcWindowMode.idl
index d742334a71a5..967562d9d552 100644
--- a/oovbaapi/ooo/vba/access/AcWindowMode.idl
+++ b/oovbaapi/ooo/vba/access/AcWindowMode.idl
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
module ooo { module vba { module access {
constants AcWindowMode {
const long acDialog = 3;
@@ -6,3 +7,5 @@ module ooo { module vba { module access {
const long acWindowNormal = 0;
};
}; }; };
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/access/ProcKind.idl b/oovbaapi/ooo/vba/access/ProcKind.idl
index a177f2eb6bfe..649bda6dd1c4 100644
--- a/oovbaapi/ooo/vba/access/ProcKind.idl
+++ b/oovbaapi/ooo/vba/access/ProcKind.idl
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
module ooo { module vba { module access {
constants ProcKind {
const long Get = 3;
@@ -6,3 +7,5 @@ module ooo { module vba { module access {
const long Set = 2;
};
}; }; };
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/oovbaapi/ooo/vba/access/RefKind.idl b/oovbaapi/ooo/vba/access/RefKind.idl
index f00ff066a173..5d140a8e428b 100644
--- a/oovbaapi/ooo/vba/access/RefKind.idl
+++ b/oovbaapi/ooo/vba/access/RefKind.idl
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -22,3 +23,5 @@ module ooo { module vba { module access {
const long TypeLib = 0;
};
}; }; };
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */