1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
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/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
22 #include "bibliography.hrc"
23 #include <svl/solar.hrc>
25 #define RID_BIB_START RID_EXTENSIONS_START
29 #define RID_BIB_CONTROLS (RID_BIB_START + 100)
30 #define RID_BIB_TOOLBAR (RID_BIB_CONTROLS+ 1)
31 #define RID_TOOLBAR_IMGLIST (RID_BIB_CONTROLS+ 2)
33 #define RID_TOOLBAR_BIGIMGLIST (RID_BIB_CONTROLS+ 4)
36 #define RID_BIB_MENU (RID_BIB_CONTROLS + 100)
39 #define RID_BIB_STRING (RID_BIB_START + 200)
40 #define RID_BIB_STR_NONE (RID_BIB_STRING + 1)
41 #define RID_BIB_STR_FIELDSELECTION (RID_BIB_STRING + 2)
42 #define RID_BIB_STR_TABWIN_PREFIX (RID_BIB_STRING + 3)
43 #define RID_BIB_STR_FRAME_TITLE (RID_BIB_STRING + 4)
44 #define RID_MAP_QUESTION (RID_BIB_STRING + 5)
46 #define ST_ERROR_PREFIX (RID_BIB_STRING + 37)
47 #define ST_TYPE_ARTICLE (RID_BIB_STRING + 38)
48 #define ST_TYPE_BOOK (RID_BIB_STRING + 39)
49 #define ST_TYPE_BOOKLET (RID_BIB_STRING + 40)
50 #define ST_TYPE_CONFERENCE (RID_BIB_STRING + 41)
51 #define ST_TYPE_INBOOK (RID_BIB_STRING + 42)
52 #define ST_TYPE_INCOLLECTION (RID_BIB_STRING + 43)
53 #define ST_TYPE_INPROCEEDINGS (RID_BIB_STRING + 44)
54 #define ST_TYPE_JOURNAL (RID_BIB_STRING + 45)
55 #define ST_TYPE_MANUAL (RID_BIB_STRING + 46)
56 #define ST_TYPE_MASTERSTHESIS (RID_BIB_STRING + 47)
57 #define ST_TYPE_MISC (RID_BIB_STRING + 48)
58 #define ST_TYPE_PHDTHESIS (RID_BIB_STRING + 49)
59 #define ST_TYPE_PROCEEDINGS (RID_BIB_STRING + 50)
60 #define ST_TYPE_TECHREPORT (RID_BIB_STRING + 51)
61 #define ST_TYPE_UNPUBLISHED (RID_BIB_STRING + 52)
62 #define ST_TYPE_EMAIL (RID_BIB_STRING + 53)
63 #define ST_TYPE_WWW (RID_BIB_STRING + 54)
64 #define ST_TYPE_CUSTOM1 (RID_BIB_STRING + 55)
65 #define ST_TYPE_CUSTOM2 (RID_BIB_STRING + 56)
66 #define ST_TYPE_CUSTOM3 (RID_BIB_STRING + 57)
67 #define ST_TYPE_CUSTOM4 (RID_BIB_STRING + 58)
68 #define ST_TYPE_CUSTOM5 (RID_BIB_STRING + 59)
69 #define ST_TYPE_TITLE (RID_BIB_STRING + 60)
73 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */