Change CaseMappingExtra commented hex offsets to four digits and uppercase
[LibreOffice.git] / svx / inc / helpids.h
blobc6693c822ceade13ad2ae51657a640728afc46f2
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
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/.
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 .
19 #ifndef INCLUDED_SVX_INC_HELPIDS_H
20 #define INCLUDED_SVX_INC_HELPIDS_H
22 #define HID_BMPMASK_CTL_QCOL_1 "SVX_HID_BMPMASK_CTL_QCOL_1"
23 #define HID_COLOR_CTL_COLORS "SVX_HID_COLOR_CTL_COLORS"
24 #define HID_CTRL3D_HSCROLL "SVX_HID_CTRL3D_HSCROLL"
25 #define HID_CTRL3D_SWITCHER "SVX_HID_CTRL3D_SWITCHER"
26 #define HID_CTRL3D_VSCROLL "SVX_HID_CTRL3D_VSCROLL"
27 #define HID_CTRL_COLOR "SVX_HID_CTRL_COLOR"
28 #define HID_GALLERY_ICONVIEW "SVX_HID_GALLERY_ICONVIEW"
29 #define HID_GALLERY_LISTVIEW "SVX_HID_GALLERY_LISTVIEW"
30 #define HID_GALLERY_NEWTHEME "SVX_HID_GALLERY_NEWTHEME"
31 #define HID_GALLERY_THEMELIST "SVX_HID_GALLERY_THEMELIST"
32 #define HID_GALLERY_WINDOW "SVX_HID_GALLERY_WINDOW"
33 #define HID_POPUP_COLOR "SVX_HID_POPUP_COLOR"
34 #define HID_POPUP_COLOR_CTRL "SVX_HID_POPUP_COLOR_CTRL"
35 #define HID_POPUP_FRAME "SVX_HID_POPUP_FRAME"
36 #define HID_POPUP_LINE "SVX_HID_POPUP_LINE"
37 #define HID_POPUP_LINEEND "SVX_HID_POPUP_LINEEND"
38 #define HID_POPUP_LINEEND_CTRL "SVX_HID_POPUP_LINEEND_CTRL"
39 #define HID_STYLE_LISTBOX "SVX_HID_STYLE_LISTBOX"
40 #define HID_VALUESET_EXTRUSION_LIGHTING "SVX_HID_VALUESET_EXTRUSION_LIGHTING"
41 #define HID_UNDERLINE_BTN "SVX_HID_UNDERLINE_BTN"
42 #define HID_SPACING_MB_KERN "SVX_HID_SPACING_MB_KERN"
44 #define HID_FORM_NAVIGATOR "SVX_HID_FORM_NAVIGATOR"
45 #define HID_FORM_NAVIGATOR_WIN "SVX_HID_FORM_NAVIGATOR_WIN"
46 #define HID_FIELD_SEL "SVX_HID_FIELD_SEL"
47 #define HID_FIELD_SEL_WIN "SVX_HID_FIELD_SEL_WIN"
48 #define HID_FILTER_NAVIGATOR "SVX_HID_FILTER_NAVIGATOR"
49 #define HID_FILTER_NAVIGATOR_WIN "SVX_HID_FILTER_NAVIGATOR_WIN"
50 #define HID_GRID_TRAVEL_FIRST "SVX_HID_GRID_TRAVEL_FIRST"
51 #define HID_GRID_TRAVEL_PREV "SVX_HID_GRID_TRAVEL_PREV"
52 #define HID_GRID_TRAVEL_NEXT "SVX_HID_GRID_TRAVEL_NEXT"
53 #define HID_GRID_TRAVEL_LAST "SVX_HID_GRID_TRAVEL_LAST"
54 #define HID_GRID_TRAVEL_NEW "SVX_HID_GRID_TRAVEL_NEW"
55 #define HID_GRID_TRAVEL_ABSOLUTE "SVX_HID_GRID_TRAVEL_ABSOLUTE"
56 #define HID_GRID_NUMBEROFRECORDS "SVX_HID_GRID_NUMBEROFRECORDS"
58 #endif
60 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */