nss: upgrade to release 3.73
[LibreOffice.git] / basctl / inc / strings.hxx
blobfc04eae43dc1f46b0e94e0ae6744bf58272690a6
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.
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 #pragma once
12 // Dialog Controls ---------------------------------------------------------------
14 #define RID_STR_CLASS_CONTROL "Control"
15 #define RID_STR_CLASS_DIALOG "Dialog"
16 #define RID_STR_CLASS_BUTTON "CommandButton"
17 #define RID_STR_CLASS_RADIOBUTTON "OptionButton"
18 #define RID_STR_CLASS_CHECKBOX "CheckBox"
19 #define RID_STR_CLASS_LISTBOX "ListBox"
20 #define RID_STR_CLASS_COMBOBOX "ComboBox"
21 #define RID_STR_CLASS_GROUPBOX "FrameControl"
22 #define RID_STR_CLASS_EDIT "TextField"
23 #define RID_STR_CLASS_FIXEDTEXT "Label"
24 #define RID_STR_CLASS_IMAGECONTROL "ImageControl"
25 #define RID_STR_CLASS_PROGRESSBAR "ProgressBar"
26 #define RID_STR_CLASS_SCROLLBAR "ScrollBar"
27 #define RID_STR_CLASS_FIXEDLINE "FixedLine"
28 #define RID_STR_CLASS_DATEFIELD "DateField"
29 #define RID_STR_CLASS_TIMEFIELD "TimeField"
30 #define RID_STR_CLASS_NUMERICFIELD "NumericField"
31 #define RID_STR_CLASS_CURRENCYFIELD "CurrencyField"
32 #define RID_STR_CLASS_FORMATTEDFIELD "FormattedField"
33 #define RID_STR_CLASS_PATTERNFIELD "PatternField"
34 #define RID_STR_CLASS_FILECONTROL "FileControl"
35 #define RID_STR_CLASS_TREECONTROL "TreeControl"
36 #define RID_STR_CLASS_GRIDCONTROL "GridControl"
37 #define RID_STR_CLASS_SPINCONTROL "SpinButton"
38 #define RID_STR_CLASS_HYPERLINKCONTROL "HyperlinkControl"
40 /* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */