diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 05:54:39 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 05:54:39 +0000 |
commit | 267c6f2ac71f92999e969232431ba04678e7437e (patch) | |
tree | 358c9467650e1d0a1d7227a21dac2e3d08b622b2 /oovbaapi/ooo/vba/access/AcSysCmdAction.idl | |
parent | Initial commit. (diff) | |
download | libreoffice-267c6f2ac71f92999e969232431ba04678e7437e.tar.xz libreoffice-267c6f2ac71f92999e969232431ba04678e7437e.zip |
Adding upstream version 4:24.2.0.upstream/4%24.2.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'oovbaapi/ooo/vba/access/AcSysCmdAction.idl')
-rw-r--r-- | oovbaapi/ooo/vba/access/AcSysCmdAction.idl | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/access/AcSysCmdAction.idl b/oovbaapi/ooo/vba/access/AcSysCmdAction.idl new file mode 100644 index 0000000000..cf4323373b --- /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: */ |