summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog/dialog.hrc
blob: d9f461a9cf05c5808e90bf025282654c5d5fabc5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
 * 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/.
 *
 * This file incorporates work covered by the following license notice:
 *
 *   Licensed to the Apache Software Foundation (ASF) under one or more
 *   contributor license agreements. See the NOTICE file distributed
 *   with this work for additional information regarding copyright
 *   ownership. The ASF licenses this file to you under the Apache
 *   License, Version 2.0 (the "License"); you may not use this file
 *   except in compliance with the License. You may obtain a copy of
 *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 */

#ifndef _SFX_DIALOG_HRC
#define _SFX_DIALOG_HRC

#include <sfx2/sfx.hrc>

// defines ---------------------------------------------------------------

#define ID_NEW                          1
#define ID_EDIT                         2
#define ID_DELETE                       3
#define ID_HIDE                         4
#define ID_SHOW                         5

#define RC_DIALOG_BEGIN                 RID_SFX_DIALOG_START

#define RID_DLG_ALIEN_WARNING           ( RC_DIALOG_BEGIN + 0)
#define STR_RESET                       ( RC_DIALOG_BEGIN + 0)
#define MSG_OVERWRITE                   ( RC_DIALOG_BEGIN + 1)
#define MSG_TABPAGE_INVALIDNAME         ( RC_DIALOG_BEGIN + 13)
#define MSG_TABPAGE_INVALIDSTYLE        ( RC_DIALOG_BEGIN + 14)
#define MSG_POOL_STYLE_NAME             ( RC_DIALOG_BEGIN + 16)
#define MSG_TABPAGE_INVALIDPARENT       ( RC_DIALOG_BEGIN + 18)

#define STR_DELETE_STYLE                ( RC_DIALOG_BEGIN + 18)
#define STR_DELETE_STYLE_USED           ( RC_DIALOG_BEGIN + 20)

#define MN_CONTEXT_TEMPLDLG             ( RC_DIALOG_BEGIN + 46)

#define STR_VIEWVERSIONCOMMENT          ( RC_DIALOG_BEGIN + 71 )

#define STR_ERROR_WRONG_CONFIRM         ( RC_DIALOG_BEGIN + 76 )

#define STR_APPLY                       ( RC_DIALOG_BEGIN + 87 )

// 100-106 in tbxcust.hrc
#define STR_MACRO_LOSS                  ( RC_DIALOG_BEGIN + 107 )
#define STR_CANCEL_RECORDING            ( RC_DIALOG_BEGIN + 108 )

#define RID_DLG_SEARCH                  ( RC_DIALOG_BEGIN + 109 )

#define STR_PDF_EXPORT_SEND             ( RC_DIALOG_BEGIN + 120 )
#define IMG_INFO                        ( RC_DIALOG_BEGIN + 122 )
#define SFX_PB_EDIT                     ( RC_DIALOG_BEGIN + 124 )

#define STR_STYLE_ELEMTLIST             ( RC_DIALOG_BEGIN + 125 )
#define STR_FONT_TABPAGE                ( RC_DIALOG_BEGIN + 126 )

#endif // #ifndef _SFX_DIALOG_HRC

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */