sw: document SwFormatVertOrient
[LibreOffice.git] / dbaccess / inc / bitmaps.hlst
blob15352b63b52448c058b10ba2cbd94d44b3caa91a
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  */
10 #ifndef INCLUDED_DBACCESS_INC_BITMAPS_HRC
11 #define INCLUDED_DBACCESS_INC_BITMAPS_HRC
13 inline constexpr OUStringLiteral BMP_FORMFOLDER_TREE_L = u"dbaccess/res/forms_32.png";
14 inline constexpr OUStringLiteral BMP_REPORTFOLDER_TREE_L = u"dbaccess/res/reports_32.png";
15 inline constexpr OUStringLiteral BMP_QUERYFOLDER_TREE_L = u"dbaccess/res/queries_32.png";
16 inline constexpr OUStringLiteral BMP_TABLEFOLDER_TREE_L = u"dbaccess/res/tables_32.png";
17 inline constexpr OUStringLiteral DATABASE_TREE_ICON = u"dbaccess/res/db.png";
18 inline constexpr OUStringLiteral TABLE_TREE_ICON = u"res/sx03188.png";
19 inline constexpr OUStringLiteral TABLEFOLDER_TREE_ICON = u"res/sx03187.png";
20 inline constexpr OUStringLiteral VIEW_TREE_ICON = u"res/sx16670.png";
21 inline constexpr OUStringLiteral QUERY_TREE_ICON = u"res/sx03202.png";
22 inline constexpr OUStringLiteral QUERYFOLDER_TREE_ICON = u"res/sx03201.png";
23 inline constexpr OUStringLiteral FORM_TREE_ICON = u"dbaccess/res/form_16.png";
24 inline constexpr OUStringLiteral FORMFOLDER_TREE_ICON = u"dbaccess/res/forms_16.png";
25 inline constexpr OUStringLiteral REPORT_TREE_ICON = u"dbaccess/res/report_16.png";
26 inline constexpr OUStringLiteral REPORTFOLDER_TREE_ICON = u"dbaccess/res/reports_16.png";
27 inline constexpr OUStringLiteral BMP_PRIMARY_KEY = u"dbaccess/res/jo01.png";
28 inline constexpr OUStringLiteral BMP_PKEYICON = u"dbaccess/res/pkey.png";
29 inline constexpr OUStringLiteral BMP_UP = u"dbaccess/res/sortup.png";
30 inline constexpr OUStringLiteral BMP_DOWN = u"dbaccess/res/sortdown.png";
32 #endif
34 /* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */