tdf#131098 docx export: write fill property of graphic
[LibreOffice.git] / dbaccess / inc / bitmaps.hlst
blob1f93e59f505cf5da83f40f679d22d6856db7bb8e
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 OUString BMP_FORMFOLDER_TREE_L = u"dbaccess/res/forms_32.png"_ustr;
14 inline constexpr OUString BMP_REPORTFOLDER_TREE_L = u"dbaccess/res/reports_32.png"_ustr;
15 inline constexpr OUString BMP_QUERYFOLDER_TREE_L = u"dbaccess/res/queries_32.png"_ustr;
16 inline constexpr OUString BMP_TABLEFOLDER_TREE_L = u"dbaccess/res/tables_32.png"_ustr;
17 inline constexpr OUString DATABASE_TREE_ICON = u"dbaccess/res/db.png"_ustr;
18 inline constexpr OUString TABLE_TREE_ICON = u"res/sx03188.png"_ustr;
19 inline constexpr OUString TABLEFOLDER_TREE_ICON = u"res/sx03187.png"_ustr;
20 inline constexpr OUString VIEW_TREE_ICON = u"res/sx16670.png"_ustr;
21 inline constexpr OUString QUERY_TREE_ICON = u"res/sx03202.png"_ustr;
22 inline constexpr OUString QUERYFOLDER_TREE_ICON = u"res/sx03201.png"_ustr;
23 inline constexpr OUString FORM_TREE_ICON = u"dbaccess/res/form_16.png"_ustr;
24 inline constexpr OUString FORMFOLDER_TREE_ICON = u"dbaccess/res/forms_16.png"_ustr;
25 inline constexpr OUString REPORT_TREE_ICON = u"dbaccess/res/report_16.png"_ustr;
26 inline constexpr OUString REPORTFOLDER_TREE_ICON = u"dbaccess/res/reports_16.png"_ustr;
27 inline constexpr OUString BMP_PRIMARY_KEY = u"dbaccess/res/jo01.png"_ustr;
28 inline constexpr OUString BMP_PKEYICON = u"dbaccess/res/pkey.png"_ustr;
29 inline constexpr OUString BMP_UP = u"dbaccess/res/sortup.png"_ustr;
30 inline constexpr OUString BMP_DOWN = u"dbaccess/res/sortdown.png"_ustr;
32 #endif
34 /* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */