summaryrefslogtreecommitdiffstats
path: root/dbaccess/inc/bitmaps.hlst
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 16:51:28 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 16:51:28 +0000
commit940b4d1848e8c70ab7642901a68594e8016caffc (patch)
treeeb72f344ee6c3d9b80a7ecc079ea79e9fba8676d /dbaccess/inc/bitmaps.hlst
parentInitial commit. (diff)
downloadlibreoffice-upstream.tar.xz
libreoffice-upstream.zip
Adding upstream version 1:7.0.4.upstream/1%7.0.4upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--dbaccess/inc/bitmaps.hlst34
1 files changed, 34 insertions, 0 deletions
diff --git a/dbaccess/inc/bitmaps.hlst b/dbaccess/inc/bitmaps.hlst
new file mode 100644
index 000000000..fb9c4567b
--- /dev/null
+++ b/dbaccess/inc/bitmaps.hlst
@@ -0,0 +1,34 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */
+/*
+ * 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/.
+ */
+
+#ifndef INCLUDED_DBACCESS_INC_BITMAPS_HRC
+#define INCLUDED_DBACCESS_INC_BITMAPS_HRC
+
+#define BMP_FORMFOLDER_TREE_L "dbaccess/res/forms_32.png"
+#define BMP_REPORTFOLDER_TREE_L "dbaccess/res/reports_32.png"
+#define BMP_QUERYFOLDER_TREE_L "dbaccess/res/queries_32.png"
+#define BMP_TABLEFOLDER_TREE_L "dbaccess/res/tables_32.png"
+#define DATABASE_TREE_ICON "dbaccess/res/db.png"
+#define TABLE_TREE_ICON "res/sx03188.png"
+#define TABLEFOLDER_TREE_ICON "res/sx03187.png"
+#define VIEW_TREE_ICON "res/sx16670.png"
+#define QUERY_TREE_ICON "res/sx03202.png"
+#define QUERYFOLDER_TREE_ICON "res/sx03201.png"
+#define FORM_TREE_ICON "dbaccess/res/form_16.png"
+#define FORMFOLDER_TREE_ICON "dbaccess/res/forms_16.png"
+#define REPORT_TREE_ICON "dbaccess/res/report_16.png"
+#define REPORTFOLDER_TREE_ICON "dbaccess/res/reports_16.png"
+#define BMP_PRIMARY_KEY "dbaccess/res/jo01.png"
+#define BMP_PKEYICON "dbaccess/res/pkey.png"
+#define BMP_UP "dbaccess/res/sortup.png"
+#define BMP_DOWN "dbaccess/res/sortdown.png"
+
+#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */