Version 6.1.4.1, tag libreoffice-6.1.4.1
[LibreOffice.git] / avmedia / inc / bitmaps.hlst
blob24441a26f688e8cee3b80864137db6a8a2c5814c
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_AVMEDIA_INC_BITMAPS_HRC
11 #define INCLUDED_AVMEDIA_INC_BITMAPS_HRC
13 #define AVMEDIA_IMG_OPEN_NORMAL     "avmedia/res/av02048.png"
14 #define AVMEDIA_IMG_PLAY_NORMAL     "avmedia/res/av02049.png"
15 #define AVMEDIA_IMG_PAUSE_NORMAL    "avmedia/res/av02050.png"
16 #define AVMEDIA_IMG_STOP_NORMAL     "avmedia/res/av02051.png"
17 #define AVMEDIA_IMG_LOOP_NORMAL     "avmedia/res/av02052.png"
18 #define AVMEDIA_IMG_INSERT_NORMAL   "avmedia/res/av02053.png"
19 #define AVMEDIA_IMG_MUTE_NORMAL     "avmedia/res/av02054.png"
20 #define AVMEDIA_IMG_OPEN_LARGE      "avmedia/res/avl02048.png"
21 #define AVMEDIA_IMG_PLAY_LARGE      "avmedia/res/avl02049.png"
22 #define AVMEDIA_IMG_PAUSE_LARGE     "avmedia/res/avl02050.png"
23 #define AVMEDIA_IMG_STOP_LARGE      "avmedia/res/avl02051.png"
24 #define AVMEDIA_IMG_LOOP_LARGE      "avmedia/res/avl02052.png"
25 #define AVMEDIA_IMG_INSERT_LARGE    "avmedia/res/avl02053.png"
26 #define AVMEDIA_IMG_MUTE_LARGE      "avmedia/res/avl02054.png"
27 #define AVMEDIA_BMP_AUDIOLOGO       "avmedia/res/avaudiologo.png"
28 #define AVMEDIA_BMP_EMPTYLOGO       "avmedia/res/avemptylogo.png"
30 #endif
32 /* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */