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 .
20 #ifndef _SFX_DIALOG_HRC
21 #define _SFX_DIALOG_HRC
23 #include <sfx2/sfx.hrc>
25 // defines ---------------------------------------------------------------
33 #define RC_DIALOG_BEGIN RID_SFX_DIALOG_START
35 #define RID_DLG_ALIEN_WARNING ( RC_DIALOG_BEGIN + 0)
36 #define STR_RESET ( RC_DIALOG_BEGIN + 0)
37 #define STR_QUERY_OVERWRITE ( RC_DIALOG_BEGIN + 1)
38 #define STR_TABPAGE_INVALIDNAME ( RC_DIALOG_BEGIN + 13)
39 #define STR_TABPAGE_INVALIDSTYLE ( RC_DIALOG_BEGIN + 14)
40 #define STR_POOL_STYLE_NAME ( RC_DIALOG_BEGIN + 16)
41 #define STR_TABPAGE_INVALIDPARENT ( RC_DIALOG_BEGIN + 18)
43 #define STR_DELETE_STYLE ( RC_DIALOG_BEGIN + 19)
44 #define STR_DELETE_STYLE_USED ( RC_DIALOG_BEGIN + 20)
46 #define MN_CONTEXT_TEMPLDLG ( RC_DIALOG_BEGIN + 46)
48 #define STR_VIEWVERSIONCOMMENT ( RC_DIALOG_BEGIN + 71 )
49 #define STR_NO_NAME_SET ( RC_DIALOG_BEGIN + 72 )
51 #define STR_ERROR_WRONG_CONFIRM ( RC_DIALOG_BEGIN + 76 )
53 #define STR_APPLY ( RC_DIALOG_BEGIN + 87 )
55 // 100-106 in tbxcust.hrc
56 #define STR_MACRO_LOSS ( RC_DIALOG_BEGIN + 107 )
57 #define STR_CANCEL_RECORDING ( RC_DIALOG_BEGIN + 108 )
59 #define RID_DLG_SEARCH ( RC_DIALOG_BEGIN + 109 )
61 #define STR_PDF_EXPORT_SEND ( RC_DIALOG_BEGIN + 120 )
62 #define IMG_INFO ( RC_DIALOG_BEGIN + 122 )
64 #define SFX_ST_EDIT ( RC_DIALOG_BEGIN + 124 )
65 #define STR_STYLE_ELEMTLIST ( RC_DIALOG_BEGIN + 125 )
66 #define STR_FONT_TABPAGE ( RC_DIALOG_BEGIN + 126 )
68 #endif // #ifndef _SFX_DIALOG_HRC
70 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */