From ed5640d8b587fbcfed7dd7967f3de04b37a76f26 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 11:06:44 +0200 Subject: Adding upstream version 4:7.4.7. Signed-off-by: Daniel Baumann --- oovbaapi/ooo/vba/access/AcCloseSave.idl | 10 + oovbaapi/ooo/vba/access/AcColorIndex.idl | 23 + oovbaapi/ooo/vba/access/AcCommand.idl | 524 +++++++++++++++++++++ oovbaapi/ooo/vba/access/AcControlType.idl | 26 + oovbaapi/ooo/vba/access/AcCurrentView.idl | 13 + oovbaapi/ooo/vba/access/AcDataAccessPageView.idl | 27 ++ oovbaapi/ooo/vba/access/AcDataObjectType.idl | 14 + oovbaapi/ooo/vba/access/AcDataTransferType.idl | 10 + oovbaapi/ooo/vba/access/AcDefView.idl | 12 + oovbaapi/ooo/vba/access/AcExportXMLEncoding.idl | 9 + oovbaapi/ooo/vba/access/AcExportXMLObjectType.idl | 14 + oovbaapi/ooo/vba/access/AcExportXMLOtherFlags.idl | 12 + .../ooo/vba/access/AcExportXMLSchemaFormat.idl | 9 + oovbaapi/ooo/vba/access/AcFileFormat.idl | 12 + oovbaapi/ooo/vba/access/AcFilterType.idl | 27 ++ oovbaapi/ooo/vba/access/AcFindField.idl | 9 + oovbaapi/ooo/vba/access/AcFindMatch.idl | 10 + oovbaapi/ooo/vba/access/AcFormOpenDataMode.idl | 11 + oovbaapi/ooo/vba/access/AcFormView.idl | 31 ++ .../ooo/vba/access/AcFormatConditionOperator.idl | 15 + oovbaapi/ooo/vba/access/AcFormatConditionType.idl | 28 ++ oovbaapi/ooo/vba/access/AcHyperlinkPart.idl | 13 + oovbaapi/ooo/vba/access/AcImeMode.idl | 18 + oovbaapi/ooo/vba/access/AcImeSentenceMode.idl | 11 + oovbaapi/ooo/vba/access/AcImportXMLOption.idl | 28 ++ oovbaapi/ooo/vba/access/AcModuleType.idl | 9 + oovbaapi/ooo/vba/access/AcObjectType.idl | 19 + oovbaapi/ooo/vba/access/AcOpenDataMode.idl | 10 + oovbaapi/ooo/vba/access/AcOutputObjectType.idl | 16 + oovbaapi/ooo/vba/access/AcPrintColor.idl | 9 + oovbaapi/ooo/vba/access/AcPrintDuplex.idl | 10 + oovbaapi/ooo/vba/access/AcPrintItemLayout.idl | 9 + oovbaapi/ooo/vba/access/AcPrintObjQuality.idl | 11 + oovbaapi/ooo/vba/access/AcPrintOrientation.idl | 9 + oovbaapi/ooo/vba/access/AcPrintPaperBin.idl | 20 + oovbaapi/ooo/vba/access/AcPrintPaperSize.idl | 49 ++ oovbaapi/ooo/vba/access/AcPrintQuality.idl | 11 + oovbaapi/ooo/vba/access/AcPrintRange.idl | 10 + oovbaapi/ooo/vba/access/AcProjectType.idl | 28 ++ oovbaapi/ooo/vba/access/AcQuitOption.idl | 28 ++ oovbaapi/ooo/vba/access/AcRecord.idl | 31 ++ oovbaapi/ooo/vba/access/AcSearchDirection.idl | 10 + oovbaapi/ooo/vba/access/AcSection.idl | 16 + oovbaapi/ooo/vba/access/AcSendObjectType.idl | 14 + oovbaapi/ooo/vba/access/AcShowToolbar.idl | 28 ++ oovbaapi/ooo/vba/access/AcSpreadSheetType.idl | 18 + oovbaapi/ooo/vba/access/AcSysCmdAction.idl | 20 + oovbaapi/ooo/vba/access/AcTextTransferType.idl | 17 + .../ooo/vba/access/AcTransformXMLScriptOption.idl | 10 + oovbaapi/ooo/vba/access/AcView.idl | 12 + oovbaapi/ooo/vba/access/AcWindowMode.idl | 11 + oovbaapi/ooo/vba/access/ProcKind.idl | 11 + oovbaapi/ooo/vba/access/RefKind.idl | 27 ++ 53 files changed, 1389 insertions(+) create mode 100644 oovbaapi/ooo/vba/access/AcCloseSave.idl create mode 100644 oovbaapi/ooo/vba/access/AcColorIndex.idl create mode 100644 oovbaapi/ooo/vba/access/AcCommand.idl create mode 100644 oovbaapi/ooo/vba/access/AcControlType.idl create mode 100644 oovbaapi/ooo/vba/access/AcCurrentView.idl create mode 100644 oovbaapi/ooo/vba/access/AcDataAccessPageView.idl create mode 100644 oovbaapi/ooo/vba/access/AcDataObjectType.idl create mode 100644 oovbaapi/ooo/vba/access/AcDataTransferType.idl create mode 100644 oovbaapi/ooo/vba/access/AcDefView.idl create mode 100644 oovbaapi/ooo/vba/access/AcExportXMLEncoding.idl create mode 100644 oovbaapi/ooo/vba/access/AcExportXMLObjectType.idl create mode 100644 oovbaapi/ooo/vba/access/AcExportXMLOtherFlags.idl create mode 100644 oovbaapi/ooo/vba/access/AcExportXMLSchemaFormat.idl create mode 100644 oovbaapi/ooo/vba/access/AcFileFormat.idl create mode 100644 oovbaapi/ooo/vba/access/AcFilterType.idl create mode 100644 oovbaapi/ooo/vba/access/AcFindField.idl create mode 100644 oovbaapi/ooo/vba/access/AcFindMatch.idl create mode 100644 oovbaapi/ooo/vba/access/AcFormOpenDataMode.idl create mode 100644 oovbaapi/ooo/vba/access/AcFormView.idl create mode 100644 oovbaapi/ooo/vba/access/AcFormatConditionOperator.idl create mode 100644 oovbaapi/ooo/vba/access/AcFormatConditionType.idl create mode 100644 oovbaapi/ooo/vba/access/AcHyperlinkPart.idl create mode 100644 oovbaapi/ooo/vba/access/AcImeMode.idl create mode 100644 oovbaapi/ooo/vba/access/AcImeSentenceMode.idl create mode 100644 oovbaapi/ooo/vba/access/AcImportXMLOption.idl create mode 100644 oovbaapi/ooo/vba/access/AcModuleType.idl create mode 100644 oovbaapi/ooo/vba/access/AcObjectType.idl create mode 100644 oovbaapi/ooo/vba/access/AcOpenDataMode.idl create mode 100644 oovbaapi/ooo/vba/access/AcOutputObjectType.idl create mode 100644 oovbaapi/ooo/vba/access/AcPrintColor.idl create mode 100644 oovbaapi/ooo/vba/access/AcPrintDuplex.idl create mode 100644 oovbaapi/ooo/vba/access/AcPrintItemLayout.idl create mode 100644 oovbaapi/ooo/vba/access/AcPrintObjQuality.idl create mode 100644 oovbaapi/ooo/vba/access/AcPrintOrientation.idl create mode 100644 oovbaapi/ooo/vba/access/AcPrintPaperBin.idl create mode 100644 oovbaapi/ooo/vba/access/AcPrintPaperSize.idl create mode 100644 oovbaapi/ooo/vba/access/AcPrintQuality.idl create mode 100644 oovbaapi/ooo/vba/access/AcPrintRange.idl create mode 100644 oovbaapi/ooo/vba/access/AcProjectType.idl create mode 100644 oovbaapi/ooo/vba/access/AcQuitOption.idl create mode 100644 oovbaapi/ooo/vba/access/AcRecord.idl create mode 100644 oovbaapi/ooo/vba/access/AcSearchDirection.idl create mode 100644 oovbaapi/ooo/vba/access/AcSection.idl create mode 100644 oovbaapi/ooo/vba/access/AcSendObjectType.idl create mode 100644 oovbaapi/ooo/vba/access/AcShowToolbar.idl create mode 100644 oovbaapi/ooo/vba/access/AcSpreadSheetType.idl create mode 100644 oovbaapi/ooo/vba/access/AcSysCmdAction.idl create mode 100644 oovbaapi/ooo/vba/access/AcTextTransferType.idl create mode 100644 oovbaapi/ooo/vba/access/AcTransformXMLScriptOption.idl create mode 100644 oovbaapi/ooo/vba/access/AcView.idl create mode 100644 oovbaapi/ooo/vba/access/AcWindowMode.idl create mode 100644 oovbaapi/ooo/vba/access/ProcKind.idl create mode 100644 oovbaapi/ooo/vba/access/RefKind.idl (limited to 'oovbaapi/ooo/vba/access') diff --git a/oovbaapi/ooo/vba/access/AcCloseSave.idl b/oovbaapi/ooo/vba/access/AcCloseSave.idl new file mode 100644 index 000000000..37663064a --- /dev/null +++ b/oovbaapi/ooo/vba/access/AcCloseSave.idl @@ -0,0 +1,10 @@ +/* -*- 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; + const long acSavePrompt = 0; + 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 new file mode 100644 index 000000000..89809d9d1 --- /dev/null +++ b/oovbaapi/ooo/vba/access/AcColorIndex.idl @@ -0,0 +1,23 @@ +/* -*- 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; + const long acColorIndexBlack = 0; + const long acColorIndexBlue = 12; + const long acColorIndexBrightGreen = 10; + const long acColorIndexDarkBlue = 4; + const long acColorIndexFuschia = 13; + const long acColorIndexGray = 7; + const long acColorIndexGreen = 2; + const long acColorIndexMaroon = 1; + const long acColorIndexOlive = 3; + const long acColorIndexRed = 9; + const long acColorIndexSilver = 8; + const long acColorIndexTeal = 6; + const long acColorIndexViolet = 5; + const long acColorIndexWhite = 15; + 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 new file mode 100644 index 000000000..3cad0a180 --- /dev/null +++ b/oovbaapi/ooo/vba/access/AcCommand.idl @@ -0,0 +1,524 @@ +/* -*- 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; + const long acCmdAddInManager = 526; + const long acCmdAddToNewGroup = 494; + const long acCmdAddWatch = 201; + const long acCmdAdvancedFilterSort = 99; + const long acCmdAlignBottom = 46; + const long acCmdAlignCenter = 477; + const long acCmdAlignLeft = 43; + const long acCmdAlignmentAndSizing = 478; + const long acCmdAlignMiddle = 476; + const long acCmdAlignRight = 44; + const long acCmdAlignToGrid = 47; + const long acCmdAlignTop = 45; + const long acCmdAlignToShortest = 153; + const long acCmdAlignToTallest = 154; + const long acCmdAnalyzePerformance = 283; + const long acCmdAnalyzeTable = 284; + const long acCmdAnswerWizard = 235; + const long acCmdApplyDefault = 55; + const long acCmdApplyFilterSort = 93; + const long acCmdAppMaximize = 10; + const long acCmdAppMinimize = 11; + const long acCmdAppMove = 12; + const long acCmdAppRestore = 9; + const long acCmdAppSize = 13; + const long acCmdArrangeIconsAuto = 218; + const long acCmdArrangeIconsByCreated = 216; + const long acCmdArrangeIconsByModified = 217; + const long acCmdArrangeIconsByName = 214; + const long acCmdArrangeIconsByType = 215; + const long acCmdAutoCorrect = 261; + const long acCmdAutoDial = 192; + const long acCmdAutoFormat = 270; + const long acCmdBackgroundPicture = 474; + const long acCmdBackgroundSound = 475; + const long acCmdBackup = 513; + const long acCmdBookmarksClearAll = 310; + const long acCmdBookmarksNext = 308; + const long acCmdBookmarksPrevious = 309; + const long acCmdBookmarksToggle = 307; + const long acCmdBringToFront = 52; + const long acCmdCallStack = 172; + const long acCmdChangeToCheckBox = 231; + const long acCmdChangeToComboBox = 230; + const long acCmdChangeToCommandButton = 501; + const long acCmdChangeToImage = 234; + const long acCmdChangeToLabel = 228; + const long acCmdChangeToListBox = 229; + const long acCmdChangeToOptionButton = 233; + const long acCmdChangeToTextBox = 227; + const long acCmdChangeToToggleButton = 232; + const long acCmdClearAll = 146; + const long acCmdClearAllBreakpoints = 132; + const long acCmdClearGrid = 71; + const long acCmdClearHyperlink = 343; + const long acCmdClearItemDefaults = 237; + const long acCmdClose = 58; + const long acCmdCloseWindow = 186; + const long acCmdColumnWidth = 117; + const long acCmdCompactDatabase = 4; + const long acCmdCompileAllModules = 125; + const long acCmdCompileAndSaveAllModules = 126; + const long acCmdCompileLoadedModules = 290; + const long acCmdCompleteWord = 306; + const long acCmdConditionalFormatting = 500; + const long acCmdConnection = 383; + const long acCmdControlWizardsToggle = 197; + const long acCmdConvertDatabase = 171; + const long acCmdConvertMacrosToVisualBasic = 279; + const long acCmdCopy = 190; + const long acCmdCopyDatabaseFile = 516; + const long acCmdCopyHyperlink = 328; + const long acCmdCreateMenuFromMacro = 334; + const long acCmdCreateRelationship = 150; + const long acCmdCreateReplica = 263; + const long acCmdCreateShortcut = 219; + const long acCmdCreateShortcutMenuFromMacro = 336; + const long acCmdCreateToolbarFromMacro = 335; + const long acCmdCut = 189; + const long acCmdDataAccessPageAddToPage = 480; + const long acCmdDataAccessPageBrowse = 344; + const long acCmdDataAccessPageDesignView = 385; + const long acCmdDataAccessPageFieldListRefresh = 479; + const long acCmdDatabaseProperties = 256; + const long acCmdDatabaseSplitter = 520; + const long acCmdDataEntry = 78; + const long acCmdDataOutline = 468; + const long acCmdDatasheetView = 282; + const long acCmdDateAndTime = 226; + const long acCmdDebugWindow = 123; + const long acCmdDelete = 337; + const long acCmdDeleteGroup = 493; + const long acCmdDeletePage = 332; + const long acCmdDeleteQueryColumn = 81; + const long acCmdDeleteRecord = 223; + const long acCmdDeleteRows = 188; + const long acCmdDeleteTab = 255; + const long acCmdDeleteTable = 489; + const long acCmdDeleteTableColumn = 271; + const long acCmdDeleteWatch = 267; + const long acCmdDemote = 388; + const long acCmdDesignView = 183; + const long acCmdDiagramAddRelatedTables = 373; + const long acCmdDiagramAutosizeSelectedTables = 378; + const long acCmdDiagramDeleteRelationship = 382; + const long acCmdDiagramLayoutDiagram = 380; + const long acCmdDiagramLayoutSelection = 379; + const long acCmdDiagramModifyUserDefinedView = 375; + const long acCmdDiagramNewLabel = 372; + const long acCmdDiagramNewTable = 381; + const long acCmdDiagramRecalculatePageBreaks = 377; + const long acCmdDiagramShowRelationshipLabels = 374; + const long acCmdDiagramViewPageBreaks = 376; + const long acCmdDocMaximize = 15; + const long acCmdDocMinimize = 60; + const long acCmdDocMove = 16; + const long acCmdDocRestore = 14; + const long acCmdDocSize = 17; + const long acCmdDocumenter = 285; + const long acCmdDropSQLDatabase = 517; + const long acCmdDuplicate = 34; + const long acCmdEditHyperlink = 325; + const long acCmdEditingAllowed = 70; + const long acCmdEditRelationship = 151; + const long acCmdEditTriggers = 384; + const long acCmdEditWatch = 202; + const long acCmdEncryptDecryptDatabase = 5; + const long acCmdEnd = 198; + const long acCmdExit = 3; + const long acCmdExport = 487; + const long acCmdFavoritesAddTo = 299; + const long acCmdFavoritesOpen = 298; + const long acCmdFieldList = 42; + const long acCmdFilterByForm = 207; + const long acCmdFilterBySelection = 208; + const long acCmdFilterExcludingSelection = 277; + const long acCmdFind = 30; + const long acCmdFindNext = 341; + const long acCmdFindNextWordUnderCursor = 313; + const long acCmdFindPrevious = 120; + const long acCmdFindPrevWordUnderCursor = 312; + const long acCmdFitToWindow = 245; + const long acCmdFont = 19; + const long acCmdFormatCells = 77; + const long acCmdFormHdrFtr = 36; + const long acCmdFormView = 281; + const long acCmdFreezeColumn = 105; + const long acCmdGoBack = 294; + const long acCmdGoContinue = 127; + const long acCmdGoForward = 295; + const long acCmdGroupByTable = 387; + const long acCmdGroupControls = 484; + const long acCmdHideColumns = 79; + const long acCmdHidePane = 365; + const long acCmdHideTable = 147; + const long acCmdHorizontalSpacingDecrease = 158; + const long acCmdHorizontalSpacingIncrease = 159; + const long acCmdHorizontalSpacingMakeEqual = 157; + const long acCmdHyperlinkDisplayText = 329; + const long acCmdImport = 257; + const long acCmdIndent = 205; + const long acCmdIndexes = 152; + const long acCmdInsertActiveXControl = 258; + const long acCmdInsertChart = 293; + const long acCmdInsertFile = 39; + const long acCmdInsertFileIntoModule = 118; + const long acCmdInsertHyperlink = 259; + const long acCmdInsertLookupColumn = 273; + const long acCmdInsertLookupField = 291; + const long acCmdInsertMovieFromFile = 469; + const long acCmdInsertObject = 33; + const long acCmdInsertPage = 331; + const long acCmdInsertPicture = 222; + const long acCmdInsertPivotTable = 470; + const long acCmdInsertProcedure = 262; + const long acCmdInsertQueryColumn = 82; + const long acCmdInsertRows = 187; + const long acCmdInsertSpreadsheet = 471; + const long acCmdInsertSubdatasheet = 499; + const long acCmdInsertTableColumn = 272; + const long acCmdInsertUnboundSection = 472; + const long acCmdInvokeBuilder = 178; + const long acCmdJoinProperties = 72; + const long acCmdLastPosition = 339; + const long acCmdLayoutPreview = 141; + const long acCmdLineUpIcons = 213; + const long acCmdLinkedTableManager = 519; + const long acCmdLinkTables = 102; + const long acCmdListConstants = 303; + const long acCmdLoadFromQuery = 95; + const long acCmdMacroConditions = 87; + const long acCmdMacroNames = 86; + const long acCmdMakeMDEFile = 7; + const long acCmdMaximumRecords = 508; + const long acCmdMicrosoftAccessHelpTopics = 100; + const long acCmdMicrosoftOnTheWeb = 236; + const long acCmdMicrosoftScriptEditor = 390; + const long acCmdMoreWindows = 8; + const long acCmdNewDatabase = 26; + const long acCmdNewGroup = 491; + const long acCmdNewObjectAutoForm = 193; + const long acCmdNewObjectAutoReport = 194; + const long acCmdNewObjectClassModule = 140; + const long acCmdNewObjectDataAccessPage = 346; + const long acCmdNewObjectDiagram = 352; + const long acCmdNewObjectForm = 136; + const long acCmdNewObjectFunction = 394; + const long acCmdNewObjectMacro = 138; + const long acCmdNewObjectModule = 139; + const long acCmdNewObjectQuery = 135; + const long acCmdNewObjectReport = 137; + const long acCmdNewObjectStoredProcedure = 351; + const long acCmdNewObjectTable = 134; + const long acCmdNewObjectView = 350; + const long acCmdObjBrwFindWholeWordOnly = 314; + const long acCmdObjBrwGroupMembers = 318; + const long acCmdObjBrwHelp = 316; + const long acCmdObjBrwShowHiddenMembers = 315; + const long acCmdObjBrwViewDefinition = 317; + const long acCmdObjectBrowser = 200; + const long acCmdOfficeClipboard = 488; + const long acCmdOLEDDELinks = 27; + const long acCmdOLEObjectConvert = 167; + const long acCmdOLEObjectDefaultVerb = 57; + const long acCmdOpenDatabase = 25; + const long acCmdOpenHyperlink = 326; + const long acCmdOpenNewHyperlink = 327; + const long acCmdOpenSearchPage = 253; + const long acCmdOpenStartPage = 252; + const long acCmdOpenTable = 221; + const long acCmdOpenURL = 251; + const long acCmdOptions = 49; + const long acCmdOutdent = 206; + const long acCmdOutputToExcel = 175; + const long acCmdOutputToRTF = 176; + const long acCmdOutputToText = 177; + const long acCmdPageHdrFtr = 182; + const long acCmdPageNumber = 225; + const long acCmdPageProperties = 467; + const long acCmdPageSetup = 32; + const long acCmdParameterInfo = 305; + const long acCmdPartialReplicaWizard = 524; + const long acCmdPaste = 191; + const long acCmdPasteAppend = 38; + const long acCmdPasteAsHyperlink = 490; + const long acCmdPasteSpecial = 64; + const long acCmdPivotAutoAverage = 416; + const long acCmdPivotAutoCount = 413; + const long acCmdPivotAutoFilter = 398; + const long acCmdPivotAutoMax = 415; + const long acCmdPivotAutoMin = 414; + const long acCmdPivotAutoStdDev = 417; + const long acCmdPivotAutoStdDevP = 419; + const long acCmdPivotAutoSum = 412; + const long acCmdPivotAutoVar = 418; + const long acCmdPivotAutoVarP = 420; + const long acCmdPivotChartByRowByColumn = 456; + const long acCmdPivotChartDrillInto = 457; + const long acCmdPivotChartDrillOut = 532; + const long acCmdPivotChartMultiplePlots = 458; + const long acCmdPivotChartMultiplePlotsUnifiedScale = 459; + const long acCmdPivotChartShowLegend = 455; + const long acCmdPivotChartSortAscByTotal = 534; + const long acCmdPivotChartSortDescByTotal = 535; + const long acCmdPivotChartType = 453; + const long acCmdPivotChartUndo = 460; + const long acCmdPivotChartView = 397; + const long acCmdPivotCollapse = 400; + const long acCmdPivotDelete = 454; + const long acCmdPivotDropAreas = 452; + const long acCmdPivotExpand = 401; + const long acCmdPivotRefresh = 404; + const long acCmdPivotShowAll = 461; + const long acCmdPivotShowBottom1 = 432; + const long acCmdPivotShowBottom10 = 435; + const long acCmdPivotShowBottom10Percent = 440; + const long acCmdPivotShowBottom1Percent = 437; + const long acCmdPivotShowBottom2 = 433; + const long acCmdPivotShowBottom25 = 436; + const long acCmdPivotShowBottom25Percent = 441; + const long acCmdPivotShowBottom2Percent = 438; + const long acCmdPivotShowBottom5 = 434; + const long acCmdPivotShowBottom5Percent = 439; + const long acCmdPivotShowBottomOther = 442; + const long acCmdPivotShowTop1 = 421; + const long acCmdPivotShowTop10 = 424; + const long acCmdPivotShowTop10Percent = 429; + const long acCmdPivotShowTop1Percent = 426; + const long acCmdPivotShowTop2 = 422; + const long acCmdPivotShowTop25 = 425; + const long acCmdPivotShowTop25Percent = 430; + const long acCmdPivotShowTop2Percent = 427; + const long acCmdPivotShowTop5 = 423; + const long acCmdPivotShowTop5Percent = 428; + const long acCmdPivotShowTopOther = 431; + const long acCmdPivotTableClearCustomOrdering = 527; + const long acCmdPivotTableCreateCalcField = 444; + const long acCmdPivotTableCreateCalcTotal = 443; + const long acCmdPivotTableDemote = 411; + const long acCmdPivotTableExpandIndicators = 451; + const long acCmdPivotTableExportToExcel = 405; + const long acCmdPivotTableFilterBySelection = 528; + const long acCmdPivotTableGroupItems = 530; + const long acCmdPivotTableHideDetails = 402; + const long acCmdPivotTableMoveToColumnArea = 407; + const long acCmdPivotTableMoveToDetailArea = 409; + const long acCmdPivotTableMoveToFilterArea = 408; + const long acCmdPivotTableMoveToRowArea = 406; + const long acCmdPivotTablePercentColumnTotal = 447; + const long acCmdPivotTablePercentGrandTotal = 450; + const long acCmdPivotTablePercentParentColumnItem = 449; + const long acCmdPivotTablePercentParentRowItem = 448; + const long acCmdPivotTablePercentRowTotal = 446; + const long acCmdPivotTablePromote = 410; + const long acCmdPivotTableRemove = 529; + const long acCmdPivotTableShowAsNormal = 445; + const long acCmdPivotTableShowDetails = 403; + const long acCmdPivotTableSubtotal = 399; + const long acCmdPivotTableUngroupItems = 531; + const long acCmdPivotTableView = 396; + const long acCmdPreviewEightPages = 249; + const long acCmdPreviewFourPages = 248; + const long acCmdPreviewOnePage = 246; + const long acCmdPreviewTwelvePages = 250; + const long acCmdPreviewTwoPages = 247; + const long acCmdPrimaryKey = 107; + const long acCmdPrint = 340; + const long acCmdPrintPreview = 54; + const long acCmdPrintRelationships = 483; + const long acCmdProcedureDefinition = 122; + const long acCmdPromote = 386; + const long acCmdProperties = 287; + const long acCmdPublishDefaults = 324; + const long acCmdQueryAddToOutput = 362; + const long acCmdQueryGroupBy = 361; + const long acCmdQueryParameters = 76; + const long acCmdQueryTotals = 73; + const long acCmdQueryTypeAppend = 91; + const long acCmdQueryTypeCrosstab = 74; + const long acCmdQueryTypeDelete = 92; + const long acCmdQueryTypeMakeTable = 94; + const long acCmdQueryTypeSelect = 89; + const long acCmdQueryTypeSQLDataDefinition = 168; + const long acCmdQueryTypeSQLPassThrough = 169; + const long acCmdQueryTypeSQLUnion = 180; + const long acCmdQueryTypeUpdate = 90; + const long acCmdQuickInfo = 304; + const long acCmdQuickPrint = 278; + const long acCmdQuickWatch = 203; + const long acCmdRecordsGoToFirst = 67; + const long acCmdRecordsGoToLast = 68; + const long acCmdRecordsGoToNew = 28; + const long acCmdRecordsGoToNext = 65; + const long acCmdRecordsGoToPrevious = 66; + const long acCmdRecoverDesignMaster = 265; + const long acCmdRedo = 199; + const long acCmdReferences = 260; + const long acCmdRefresh = 18; + const long acCmdRefreshPage = 297; + const long acCmdRegisterActiveXControls = 254; + const long acCmdRelationships = 133; + const long acCmdRemove = 366; + const long acCmdRemoveFilterSort = 144; + const long acCmdRemoveTable = 84; + const long acCmdRename = 143; + const long acCmdRenameColumn = 274; + const long acCmdRenameGroup = 492; + const long acCmdRepairDatabase = 6; + const long acCmdReplace = 29; + const long acCmdReportHdrFtr = 37; + const long acCmdReset = 124; + const long acCmdResolveConflicts = 266; + const long acCmdRestore = 514; + const long acCmdRowHeight = 116; + const long acCmdRun = 181; + const long acCmdRunMacro = 31; + const long acCmdRunOpenMacro = 338; + const long acCmdSave = 20; + const long acCmdSaveAllModules = 280; + const long acCmdSaveAs = 21; + const long acCmdSaveAsASP = 323; + const long acCmdSaveAsDataAccessPage = 389; + const long acCmdSaveAsHTML = 321; + const long acCmdSaveAsIDC = 322; + const long acCmdSaveAsQuery = 96; + const long acCmdSaveAsReport = 142; + const long acCmdSaveLayout = 145; + const long acCmdSaveModuleAsText = 119; + const long acCmdSaveRecord = 97; + const long acCmdSelectAll = 333; + const long acCmdSelectAllRecords = 109; + const long acCmdSelectDataAccessPage = 347; + const long acCmdSelectForm = 40; + const long acCmdSelectRecord = 50; + const long acCmdSelectReport = 319; + const long acCmdSend = 173; + const long acCmdSendToBack = 53; + const long acCmdServerFilterByForm = 507; + const long acCmdServerProperties = 496; + const long acCmdSetControlDefaults = 56; + const long acCmdSetDatabasePassword = 275; + const long acCmdSetNextStatement = 129; + const long acCmdShowAllRelationships = 149; + const long acCmdShowDirectRelationships = 148; + const long acCmdShowEnvelope = 533; + const long acCmdShowMembers = 302; + const long acCmdShowNextStatement = 130; + const long acCmdShowOnlyWebToolbar = 300; + const long acCmdShowTable = 185; + const long acCmdSingleStep = 88; + const long acCmdSizeToFit = 59; + const long acCmdSizeToFitForm = 69; + const long acCmdSizeToGrid = 48; + const long acCmdSizeToNarrowest = 155; + const long acCmdSizeToWidest = 156; + const long acCmdSnapToGrid = 62; + const long acCmdSortAscending = 163; + const long acCmdSortDescending = 164; + const long acCmdSortingAndGrouping = 51; + const long acCmdSpeech = 511; + const long acCmdSpelling = 269; + const long acCmdSQLView = 184; + const long acCmdStartupProperties = 224; + const long acCmdStepInto = 342; + const long acCmdStepOut = 311; + const long acCmdStepOver = 128; + const long acCmdStepToCursor = 204; + const long acCmdStopLoadingPage = 296; + const long acCmdSubdatasheetCollapseAll = 505; + const long acCmdSubdatasheetExpandAll = 504; + const long acCmdSubdatasheetRemove = 506; + const long acCmdSubformDatasheet = 108; + const long acCmdSubformDatasheetView = 463; + const long acCmdSubformFormView = 462; + const long acCmdSubformInNewWindow = 495; + const long acCmdSubformPivotChartView = 465; + const long acCmdSubformPivotTableView = 464; + const long acCmdSwitchboardManager = 521; + const long acCmdSynchronizeNow = 264; + const long acCmdTabControlPageOrder = 330; + const long acCmdTableAddTable = 498; + const long acCmdTableCustomView = 497; + const long acCmdTableNames = 75; + const long acCmdTabOrder = 41; + const long acCmdTestValidationRules = 196; + const long acCmdTileHorizontally = 286; + const long acCmdTileVertically = 23; + const long acCmdToggleBreakpoint = 131; + const long acCmdToggleFilter = 220; + const long acCmdToolbarControlProperties = 301; + const long acCmdToolbarsCustomize = 165; + const long acCmdTransferSQLDatabase = 515; + const long acCmdTransparentBackground = 288; + const long acCmdTransparentBorder = 289; + const long acCmdUndo = 292; + const long acCmdUnfreezeAllColumns = 106; + const long acCmdUngroupControls = 485; + const long acCmdUnhideColumns = 80; + const long acCmdUpsizingWizard = 522; + const long acCmdUserAndGroupAccounts = 104; + const long acCmdUserAndGroupPermissions = 103; + const long acCmdUserLevelSecurityWizard = 276; + const long acCmdVerticalSpacingDecrease = 161; + const long acCmdVerticalSpacingIncrease = 162; + const long acCmdVerticalSpacingMakeEqual = 160; + const long acCmdViewCode = 170; + const long acCmdViewDataAccessPages = 349; + const long acCmdViewDetails = 210; + const long acCmdViewDiagrams = 354; + const long acCmdViewFieldList = 353; + const long acCmdViewForms = 112; + const long acCmdViewFunctions = 395; + const long acCmdViewGrid = 63; + const long acCmdViewLargeIcons = 209; + const long acCmdViewList = 212; + const long acCmdViewMacros = 114; + const long acCmdViewModules = 115; + const long acCmdViewObjectDependencies = 536; + const long acCmdViewQueries = 111; + const long acCmdViewReports = 113; + const long acCmdViewRuler = 61; + const long acCmdViewShowPaneDiagram = 358; + const long acCmdViewShowPaneGrid = 359; + const long acCmdViewShowPaneSQL = 357; + const long acCmdViewSmallIcons = 211; + const long acCmdViewStoredProcedures = 355; + const long acCmdViewTableColumnNames = 363; + const long acCmdViewTableColumnProperties = 368; + const long acCmdViewTableKeys = 369; + const long acCmdViewTableNameOnly = 364; + const long acCmdViewTables = 110; + const long acCmdViewTableUserView = 370; + const long acCmdViewToolbox = 85; + const long acCmdViewVerifySQL = 360; + const long acCmdViewViews = 356; + const long acCmdVisualBasicEditor = 525; + const long acCmdWebPagePreview = 466; + const long acCmdWebPageProperties = 486; + const long acCmdWebTheme = 473; + const long acCmdWindowArrangeIcons = 24; + const long acCmdWindowCascade = 22; + const long acCmdWindowHide = 2; + const long acCmdWindowSplit = 121; + const long acCmdWindowUnhide = 1; + const long acCmdWordMailMerge = 195; + const long acCmdWorkgroupAdministrator = 391; + const long acCmdZoom10 = 244; + const long acCmdZoom100 = 240; + const long acCmdZoom1000 = 482; + const long acCmdZoom150 = 239; + const long acCmdZoom200 = 238; + const long acCmdZoom25 = 243; + const long acCmdZoom50 = 242; + const long acCmdZoom500 = 481; + const long acCmdZoom75 = 241; + const long acCmdZoomBox = 179; + 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 new file mode 100644 index 000000000..673716f94 --- /dev/null +++ b/oovbaapi/ooo/vba/access/AcControlType.idl @@ -0,0 +1,26 @@ +/* -*- 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; + const long acCheckBox = 106; + const long acComboBox = 111; + const long acCommandButton = 104; + const long acCustomControl = 119; + const long acImage = 103; + const long acLabel = 100; + const long acLine = 102; + const long acListBox = 110; + const long acObjectFrame = 114; + const long acOptionButton = 105; + const long acOptionGroup = 107; + const long acPage = 124; + const long acPageBreak = 118; + const long acRectangle = 101; + const long acSubform = 112; + const long acTabCtl = 123; + const long acTextBox = 109; + 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 new file mode 100644 index 000000000..16daf13f4 --- /dev/null +++ b/oovbaapi/ooo/vba/access/AcCurrentView.idl @@ -0,0 +1,13 @@ +/* -*- 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; + const long acCurViewDesign = 0; + const long acCurViewFormBrowse = 1; + const long acCurViewPivotChart = 4; + const long acCurViewPivotTable = 3; + 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 new file mode 100644 index 000000000..9e823b3a3 --- /dev/null +++ b/oovbaapi/ooo/vba/access/AcDataAccessPageView.idl @@ -0,0 +1,27 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +/* + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * + * This file incorporates work covered by the following license notice: + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed + * with this work for additional information regarding copyright + * ownership. The ASF licenses this file to you under the Apache + * License, Version 2.0 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.apache.org/licenses/LICENSE-2.0 . + */ + +module ooo { module vba { module access { + constants AcDataAccessPageView { + const long acDataAccessPageBrowse = 0; + 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 new file mode 100644 index 000000000..4a9b29bd3 --- /dev/null +++ b/oovbaapi/ooo/vba/access/AcDataObjectType.idl @@ -0,0 +1,14 @@ +/* -*- 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; + const long acDataForm = 2; + const long acDataFunction = 10; + const long acDataQuery = 1; + const long acDataServerView = 7; + const long acDataStoredProcedure = 9; + 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 new file mode 100644 index 000000000..7ecd57565 --- /dev/null +++ b/oovbaapi/ooo/vba/access/AcDataTransferType.idl @@ -0,0 +1,10 @@ +/* -*- 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; + const long acImport = 0; + 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 new file mode 100644 index 000000000..d3b1cb7ca --- /dev/null +++ b/oovbaapi/ooo/vba/access/AcDefView.idl @@ -0,0 +1,12 @@ +/* -*- 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; + const long acDefViewDatasheet = 2; + const long acDefViewPivotChart = 4; + const long acDefViewPivotTable = 3; + 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 new file mode 100644 index 000000000..1b10ab33c --- /dev/null +++ b/oovbaapi/ooo/vba/access/AcExportXMLEncoding.idl @@ -0,0 +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 new file mode 100644 index 000000000..da90489d6 --- /dev/null +++ b/oovbaapi/ooo/vba/access/AcExportXMLObjectType.idl @@ -0,0 +1,14 @@ +/* -*- 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; + const long acExportFunction = 10; + const long acExportQuery = 1; + const long acExportReport = 3; + const long acExportServerView = 7; + const long acExportStoredProcedure = 9; + 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 new file mode 100644 index 000000000..fbd3bdd0b --- /dev/null +++ b/oovbaapi/ooo/vba/access/AcExportXMLOtherFlags.idl @@ -0,0 +1,12 @@ +/* -*- 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; + const long acExcludePrimaryKeyAndIndexes = 2; + const long acLiveReportSource = 8; + const long acPersistReportML = 16; + 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 new file mode 100644 index 000000000..2f9cfd054 --- /dev/null +++ b/oovbaapi/ooo/vba/access/AcExportXMLSchemaFormat.idl @@ -0,0 +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 new file mode 100644 index 000000000..ce6f2ea18 --- /dev/null +++ b/oovbaapi/ooo/vba/access/AcFileFormat.idl @@ -0,0 +1,12 @@ +/* -*- 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; + const long acFileFormatAccess2000 = 9; + const long acFileFormatAccess2002 = 10; + const long acFileFormatAccess95 = 7; + 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 new file mode 100644 index 000000000..d388938eb --- /dev/null +++ b/oovbaapi/ooo/vba/access/AcFilterType.idl @@ -0,0 +1,27 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +/* + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * + * This file incorporates work covered by the following license notice: + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed + * with this work for additional information regarding copyright + * ownership. The ASF licenses this file to you under the Apache + * License, Version 2.0 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.apache.org/licenses/LICENSE-2.0 . + */ + +module ooo { module vba { module access { + constants AcFilterType { + const long acFilterNormal = 0; + 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 new file mode 100644 index 000000000..ccb7231c4 --- /dev/null +++ b/oovbaapi/ooo/vba/access/AcFindField.idl @@ -0,0 +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 new file mode 100644 index 000000000..8a16e512f --- /dev/null +++ b/oovbaapi/ooo/vba/access/AcFindMatch.idl @@ -0,0 +1,10 @@ +/* -*- 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; + const long acEntire = 1; + 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 new file mode 100644 index 000000000..86b758395 --- /dev/null +++ b/oovbaapi/ooo/vba/access/AcFormOpenDataMode.idl @@ -0,0 +1,11 @@ +/* -*- 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; + const long acFormEdit = 1; + const long acFormPropertySettings = -1; + 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 new file mode 100644 index 000000000..f1c786acf --- /dev/null +++ b/oovbaapi/ooo/vba/access/AcFormView.idl @@ -0,0 +1,31 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +/* + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * + * This file incorporates work covered by the following license notice: + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed + * with this work for additional information regarding copyright + * ownership. The ASF licenses this file to you under the Apache + * License, Version 2.0 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.apache.org/licenses/LICENSE-2.0 . + */ + +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; + }; +}; }; }; + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/oovbaapi/ooo/vba/access/AcFormatConditionOperator.idl b/oovbaapi/ooo/vba/access/AcFormatConditionOperator.idl new file mode 100644 index 000000000..3368a4fc2 --- /dev/null +++ b/oovbaapi/ooo/vba/access/AcFormatConditionOperator.idl @@ -0,0 +1,15 @@ +/* -*- 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; + const long acEqual = 2; + const long acGreaterThan = 4; + const long acGreaterThanOrEqual = 6; + const long acLessThan = 5; + const long acLessThanOrEqual = 7; + const long acNotBetween = 1; + 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 new file mode 100644 index 000000000..f06f9efcf --- /dev/null +++ b/oovbaapi/ooo/vba/access/AcFormatConditionType.idl @@ -0,0 +1,28 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +/* + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * + * This file incorporates work covered by the following license notice: + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed + * with this work for additional information regarding copyright + * ownership. The ASF licenses this file to you under the Apache + * License, Version 2.0 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.apache.org/licenses/LICENSE-2.0 . + */ + +module ooo { module vba { module access { + constants AcFormatConditionType { + const long acExpression = 1; + const long acFieldHasFocus = 2; + 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 new file mode 100644 index 000000000..b7cc509f9 --- /dev/null +++ b/oovbaapi/ooo/vba/access/AcHyperlinkPart.idl @@ -0,0 +1,13 @@ +/* -*- 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; + const long acDisplayedValue = 0; + const long acDisplayText = 1; + const long acFullAddress = 5; + const long acScreenTip = 4; + 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 new file mode 100644 index 000000000..44dcb5965 --- /dev/null +++ b/oovbaapi/ooo/vba/access/AcImeMode.idl @@ -0,0 +1,18 @@ +/* -*- 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; + const long acImeModeAlphaFull = 7; + const long acImeModeDisable = 3; + const long acImeModeHangul = 10; + const long acImeModeHangulFull = 9; + const long acImeModeHiragana = 4; + const long acImeModeKatakana = 5; + const long acImeModeKatakanaHalf = 6; + const long acImeModeNoControl = 0; + const long acImeModeOff = 2; + 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 new file mode 100644 index 000000000..8f67861fc --- /dev/null +++ b/oovbaapi/ooo/vba/access/AcImeSentenceMode.idl @@ -0,0 +1,11 @@ +/* -*- 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; + const long acImeSentenceModeNone = 3; + const long acImeSentenceModePhrasePredict = 0; + 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 new file mode 100644 index 000000000..fa30fa438 --- /dev/null +++ b/oovbaapi/ooo/vba/access/AcImportXMLOption.idl @@ -0,0 +1,28 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +/* + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * + * This file incorporates work covered by the following license notice: + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed + * with this work for additional information regarding copyright + * ownership. The ASF licenses this file to you under the Apache + * License, Version 2.0 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.apache.org/licenses/LICENSE-2.0 . + */ + +module ooo { module vba { module access { + constants AcImportXMLOption { + const long acAppendData = 2; + const long acStructureAndData = 1; + 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 new file mode 100644 index 000000000..b5c1a3de1 --- /dev/null +++ b/oovbaapi/ooo/vba/access/AcModuleType.idl @@ -0,0 +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 new file mode 100644 index 000000000..9b8d6e006 --- /dev/null +++ b/oovbaapi/ooo/vba/access/AcObjectType.idl @@ -0,0 +1,19 @@ +/* -*- 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; + const long acDefault = -1; + const long acDiagram = 8; + const long acForm = 2; + const long acFunction = 10; + const long acMacro = 4; + const long acModule = 5; + const long acQuery = 1; + const long acReport = 3; + const long acServerView = 7; + const long acStoredProcedure = 9; + 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 new file mode 100644 index 000000000..e2c021680 --- /dev/null +++ b/oovbaapi/ooo/vba/access/AcOpenDataMode.idl @@ -0,0 +1,10 @@ +/* -*- 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; + const long acEdit = 1; + 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 new file mode 100644 index 000000000..db0f301db --- /dev/null +++ b/oovbaapi/ooo/vba/access/AcOutputObjectType.idl @@ -0,0 +1,16 @@ +/* -*- 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; + const long acOutputForm = 2; + const long acOutputFunction = 10; + const long acOutputModule = 5; + const long acOutputQuery = 1; + const long acOutputReport = 3; + const long acOutputServerView = 7; + const long acOutputStoredProcedure = 9; + 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 new file mode 100644 index 000000000..4a0620269 --- /dev/null +++ b/oovbaapi/ooo/vba/access/AcPrintColor.idl @@ -0,0 +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 new file mode 100644 index 000000000..2ea8779eb --- /dev/null +++ b/oovbaapi/ooo/vba/access/AcPrintDuplex.idl @@ -0,0 +1,10 @@ +/* -*- 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; + const long acPRDPSimplex = 1; + 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 new file mode 100644 index 000000000..2947d4b32 --- /dev/null +++ b/oovbaapi/ooo/vba/access/AcPrintItemLayout.idl @@ -0,0 +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 new file mode 100644 index 000000000..0489a9f7b --- /dev/null +++ b/oovbaapi/ooo/vba/access/AcPrintObjQuality.idl @@ -0,0 +1,11 @@ +/* -*- 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; + const long acPRPQHigh = -4; + const long acPRPQLow = -2; + 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 new file mode 100644 index 000000000..c271de530 --- /dev/null +++ b/oovbaapi/ooo/vba/access/AcPrintOrientation.idl @@ -0,0 +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 new file mode 100644 index 000000000..35256e40f --- /dev/null +++ b/oovbaapi/ooo/vba/access/AcPrintPaperBin.idl @@ -0,0 +1,20 @@ +/* -*- 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; + const long acPRBNCassette = 14; + const long acPRBNEnvelope = 5; + const long acPRBNEnvManual = 6; + const long acPRBNFormSource = 15; + const long acPRBNLargeCapacity = 11; + const long acPRBNLargeFmt = 10; + const long acPRBNLower = 2; + const long acPRBNManual = 4; + const long acPRBNMiddle = 3; + const long acPRBNSmallFmt = 9; + const long acPRBNTractor = 8; + 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 new file mode 100644 index 000000000..ed974e179 --- /dev/null +++ b/oovbaapi/ooo/vba/access/AcPrintPaperSize.idl @@ -0,0 +1,49 @@ +/* -*- 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; + const long acPRPS11x17 = 17; + const long acPRPSA3 = 8; + const long acPRPSA4 = 9; + const long acPRPSA4Small = 10; + const long acPRPSA5 = 11; + const long acPRPSB4 = 12; + const long acPRPSB5 = 13; + const long acPRPSCSheet = 24; + const long acPRPSDSheet = 25; + const long acPRPSEnv10 = 20; + const long acPRPSEnv11 = 21; + const long acPRPSEnv12 = 22; + const long acPRPSEnv14 = 23; + const long acPRPSEnv9 = 19; + const long acPRPSEnvB4 = 33; + const long acPRPSEnvB5 = 34; + const long acPRPSEnvB6 = 35; + const long acPRPSEnvC3 = 29; + const long acPRPSEnvC4 = 30; + const long acPRPSEnvC5 = 28; + const long acPRPSEnvC6 = 31; + const long acPRPSEnvC65 = 32; + const long acPRPSEnvDL = 27; + const long acPRPSEnvItaly = 36; + const long acPRPSEnvMonarch = 37; + const long acPRPSEnvPersonal = 38; + const long acPRPSESheet = 26; + const long acPRPSExecutive = 7; + const long acPRPSFanfoldLglGerman = 41; + const long acPRPSFanfoldStdGerman = 40; + const long acPRPSFanfoldUS = 39; + const long acPRPSFolio = 14; + const long acPRPSLedger = 4; + const long acPRPSLegal = 5; + const long acPRPSLetter = 1; + const long acPRPSLetterSmall = 2; + const long acPRPSNote = 18; + const long acPRPSQuarto = 15; + const long acPRPSStatement = 6; + const long acPRPSTabloid = 3; + 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 new file mode 100644 index 000000000..8f3f8fcc1 --- /dev/null +++ b/oovbaapi/ooo/vba/access/AcPrintQuality.idl @@ -0,0 +1,11 @@ +/* -*- 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; + const long acHigh = 0; + const long acLow = 2; + 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 new file mode 100644 index 000000000..d5ecde6e1 --- /dev/null +++ b/oovbaapi/ooo/vba/access/AcPrintRange.idl @@ -0,0 +1,10 @@ +/* -*- 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; + const long acPrintAll = 0; + 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 new file mode 100644 index 000000000..0578b53a9 --- /dev/null +++ b/oovbaapi/ooo/vba/access/AcProjectType.idl @@ -0,0 +1,28 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +/* + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * + * This file incorporates work covered by the following license notice: + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed + * with this work for additional information regarding copyright + * ownership. The ASF licenses this file to you under the Apache + * License, Version 2.0 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.apache.org/licenses/LICENSE-2.0 . + */ + +module ooo { module vba { module access { + constants AcProjectType { + const long acADP = 1; + const long acMDB = 2; + 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 new file mode 100644 index 000000000..d78859991 --- /dev/null +++ b/oovbaapi/ooo/vba/access/AcQuitOption.idl @@ -0,0 +1,28 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +/* + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * + * This file incorporates work covered by the following license notice: + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed + * with this work for additional information regarding copyright + * ownership. The ASF licenses this file to you under the Apache + * License, Version 2.0 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.apache.org/licenses/LICENSE-2.0 . + */ + +module ooo { module vba { module access { + constants AcQuitOption { + const long acQuitPrompt = 0; + const long acQuitSaveAll = 1; + 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 new file mode 100644 index 000000000..967d6f44d --- /dev/null +++ b/oovbaapi/ooo/vba/access/AcRecord.idl @@ -0,0 +1,31 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +/* + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * + * This file incorporates work covered by the following license notice: + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed + * with this work for additional information regarding copyright + * ownership. The ASF licenses this file to you under the Apache + * License, Version 2.0 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.apache.org/licenses/LICENSE-2.0 . + */ + +module ooo { module vba { module access { + constants AcRecord { + const long acFirst = 2; + const long acGoTo = 4; + const long acLast = 3; + const long acNewRec = 5; + const long acNext = 1; + 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 new file mode 100644 index 000000000..4606060f6 --- /dev/null +++ b/oovbaapi/ooo/vba/access/AcSearchDirection.idl @@ -0,0 +1,10 @@ +/* -*- 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; + const long acSearchAll = 2; + 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 new file mode 100644 index 000000000..388e5735b --- /dev/null +++ b/oovbaapi/ooo/vba/access/AcSection.idl @@ -0,0 +1,16 @@ +/* -*- 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; + const long acFooter = 2; + const long acGroupLevel1Footer = 6; + const long acGroupLevel1Header = 5; + const long acGroupLevel2Footer = 8; + const long acGroupLevel2Header = 7; + const long acHeader = 1; + const long acPageFooter = 4; + 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 new file mode 100644 index 000000000..0ffdd9fae --- /dev/null +++ b/oovbaapi/ooo/vba/access/AcSendObjectType.idl @@ -0,0 +1,14 @@ +/* -*- 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; + const long acSendForm = 2; + const long acSendModule = 5; + const long acSendNoObject = -1; + const long acSendQuery = 1; + const long acSendReport = 3; + 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 new file mode 100644 index 000000000..d4923b9a6 --- /dev/null +++ b/oovbaapi/ooo/vba/access/AcShowToolbar.idl @@ -0,0 +1,28 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +/* + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * + * This file incorporates work covered by the following license notice: + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed + * with this work for additional information regarding copyright + * ownership. The ASF licenses this file to you under the Apache + * License, Version 2.0 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.apache.org/licenses/LICENSE-2.0 . + */ + +module ooo { module vba { module access { + constants AcShowToolbar { + const long acToolbarNo = 2; + const long acToolbarWhereApprop = 1; + 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 new file mode 100644 index 000000000..33dee6e5f --- /dev/null +++ b/oovbaapi/ooo/vba/access/AcSpreadSheetType.idl @@ -0,0 +1,18 @@ +/* -*- 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; + const long acSpreadsheetTypeExcel4 = 6; + const long acSpreadsheetTypeExcel5 = 5; + const long acSpreadsheetTypeExcel7 = 5; + const long acSpreadsheetTypeExcel8 = 8; + const long acSpreadsheetTypeExcel9 = 8; + const long acSpreadsheetTypeExcel97 = 8; + const long acSpreadsheetTypeLotusWJ2 = 4; + const long acSpreadsheetTypeLotusWK1 = 2; + const long acSpreadsheetTypeLotusWK3 = 3; + 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 new file mode 100644 index 000000000..cf4323373 --- /dev/null +++ b/oovbaapi/ooo/vba/access/AcSysCmdAction.idl @@ -0,0 +1,20 @@ +/* -*- 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; + const long acSysCmdAccessVer = 7; + const long acSysCmdClearHelpTopic = 11; + const long acSysCmdClearStatus = 5; + const long acSysCmdGetObjectState = 10; + const long acSysCmdGetWorkgroupFile = 13; + const long acSysCmdIniFile = 8; + const long acSysCmdInitMeter = 1; + const long acSysCmdProfile = 12; + const long acSysCmdRemoveMeter = 3; + const long acSysCmdRuntime = 6; + const long acSysCmdSetStatus = 4; + 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 new file mode 100644 index 000000000..a1c4e672f --- /dev/null +++ b/oovbaapi/ooo/vba/access/AcTextTransferType.idl @@ -0,0 +1,17 @@ +/* -*- 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; + const long acExportFixed = 3; + const long acExportHTML = 8; + const long acExportMerge = 4; + const long acImportDelim = 0; + const long acImportFixed = 1; + const long acImportHTML = 7; + const long acLinkDelim = 5; + const long acLinkFixed = 6; + 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 new file mode 100644 index 000000000..0cdac0227 --- /dev/null +++ b/oovbaapi/ooo/vba/access/AcTransformXMLScriptOption.idl @@ -0,0 +1,10 @@ +/* -*- 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; + const long acEnableScript = 0; + 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 new file mode 100644 index 000000000..b084d18bf --- /dev/null +++ b/oovbaapi/ooo/vba/access/AcView.idl @@ -0,0 +1,12 @@ +/* -*- 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; + const long acViewNormal = 0; + const long acViewPivotChart = 4; + const long acViewPivotTable = 3; + 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 new file mode 100644 index 000000000..967562d9d --- /dev/null +++ b/oovbaapi/ooo/vba/access/AcWindowMode.idl @@ -0,0 +1,11 @@ +/* -*- 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; + const long acHidden = 1; + const long acIcon = 2; + 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 new file mode 100644 index 000000000..649bda6dd --- /dev/null +++ b/oovbaapi/ooo/vba/access/ProcKind.idl @@ -0,0 +1,11 @@ +/* -*- 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; + const long Let = 1; + const long Proc = 0; + 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 new file mode 100644 index 000000000..5d140a8e4 --- /dev/null +++ b/oovbaapi/ooo/vba/access/RefKind.idl @@ -0,0 +1,27 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +/* + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * + * This file incorporates work covered by the following license notice: + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed + * with this work for additional information regarding copyright + * ownership. The ASF licenses this file to you under the Apache + * License, Version 2.0 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.apache.org/licenses/LICENSE-2.0 . + */ + +module ooo { module vba { module access { + constants RefKind { + const long Project = 1; + const long TypeLib = 0; + }; +}; }; }; + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit v1.2.3