office-gobmx/extensions/inc/bitmaps.hlst
Stephan Bergmann bd6fb0cd3e Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]String
...in include files.  This is a mix of automatic rewriting in include files and
manual fixups (mostly addressing loplugin:redundantfcast) in source files that
include those.

Change-Id: I1f3cc1e67b9cabd2e9d61a4d9e9a01e587ea35cc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158337
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2023-10-23 11:04:42 +02:00

50 lines
3 KiB
Text

/* -*- 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_EXTENSIONS_INC_BITMAPS_HRC
#define INCLUDED_EXTENSIONS_INC_BITMAPS_HRC
inline constexpr OUString RID_EXTBMP_CONTROL = u"res/sx10144.png"_ustr;
inline constexpr OUString RID_EXTBMP_BUTTON = u"res/sx10594.png"_ustr;
inline constexpr OUString RID_EXTBMP_RADIOBUTTON = u"res/sx10595.png"_ustr;
inline constexpr OUString RID_EXTBMP_CHECKBOX = u"res/sx10596.png"_ustr;
inline constexpr OUString RID_EXTBMP_FIXEDTEXT = u"res/sx10597.png"_ustr;
inline constexpr OUString RID_EXTBMP_GROUPBOX = u"res/sx10598.png"_ustr;
inline constexpr OUString RID_EXTBMP_EDITBOX = u"res/sx10599.png"_ustr;
inline constexpr OUString RID_EXTBMP_LISTBOX = u"res/sx10600.png"_ustr;
inline constexpr OUString RID_EXTBMP_COMBOBOX = u"res/sx10601.png"_ustr;
inline constexpr OUString RID_EXTBMP_GRID = u"res/sx10603.png"_ustr;
inline constexpr OUString RID_EXTBMP_IMAGEBUTTON = u"res/sx10604.png"_ustr;
inline constexpr OUString RID_EXTBMP_FILECONTROL = u"res/sx10605.png"_ustr;
inline constexpr OUString RID_EXTBMP_DATEFIELD = u"res/sx10704.png"_ustr;
inline constexpr OUString RID_EXTBMP_TIMEFIELD = u"res/sx10705.png"_ustr;
inline constexpr OUString RID_EXTBMP_NUMERICFIELD = u"res/sx10706.png"_ustr;
inline constexpr OUString RID_EXTBMP_CURRENCYFIELD = u"res/sx10707.png"_ustr;
inline constexpr OUString RID_EXTBMP_PATTERNFIELD = u"res/sx10708.png"_ustr;
inline constexpr OUString RID_EXTBMP_IMAGECONTROL = u"res/sx10710.png"_ustr;
inline constexpr OUString RID_EXTBMP_HIDDEN = u"res/sx18022.png"_ustr;
inline constexpr OUString RID_EXTBMP_FORMS = u"res/sx18013.png"_ustr;
inline constexpr OUString RID_EXTBMP_FORM = u"res/sx10593.png"_ustr;
inline constexpr OUString RID_EXTBMP_SCROLLBAR = u"res/sx10768.png"_ustr;
inline constexpr OUString RID_EXTBMP_SPINBUTTON = u"res/sx10769.png"_ustr;
inline constexpr OUString RID_EXTBMP_NAVIGATIONBAR = u"res/sx10607.png"_ustr;
inline constexpr OUString RID_SCANNER_HANDLE = u"extensions/res/scanner/handle.png"_ustr;
inline constexpr OUString BMP_TABLE = u"res/sx03188.png"_ustr;
inline constexpr OUString BMP_QUERY = u"res/sx03202.png"_ustr;
inline constexpr OUString RID_EXTBMP_AUTOFILTER_SC = u"res/sc10716.png"_ustr;
inline constexpr OUString RID_EXTBMP_FILTERCRIT_SC = u"res/sc10715.png"_ustr;
inline constexpr OUString RID_EXTBMP_REMOVE_FILTER_SORT_SC = u"res/sc10711.png"_ustr;
inline constexpr OUString RID_EXTBMP_AUTOFILTER_LC = u"res/lc10716.png"_ustr;
inline constexpr OUString RID_EXTBMP_FILTERCRIT_LC = u"res/lc10715.png"_ustr;
inline constexpr OUString RID_EXTBMP_REMOVE_FILTER_SORT_LC = u"res/lc10711.png"_ustr;
#define SV_RESID_BITMAP_INFOBOX "vcl/res/infobox.png"
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */