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 .
19 #ifndef INCLUDED_SVX_INC_HELPIDS_H
20 #define INCLUDED_SVX_INC_HELPIDS_H
22 #include <rtl/ustring.hxx>
24 inline constexpr OUString HID_BMPMASK_CTL_QCOL_1
= u
"SVX_HID_BMPMASK_CTL_QCOL_1"_ustr
;
25 inline constexpr OUString HID_COLOR_CTL_COLORS
= u
"SVX_HID_COLOR_CTL_COLORS"_ustr
;
26 inline constexpr OUString HID_CTRL3D_HSCROLL
= u
"SVX_HID_CTRL3D_HSCROLL"_ustr
;
27 inline constexpr OUString HID_CTRL3D_SWITCHER
= u
"SVX_HID_CTRL3D_SWITCHER"_ustr
;
28 inline constexpr OUString HID_CTRL3D_VSCROLL
= u
"SVX_HID_CTRL3D_VSCROLL"_ustr
;
29 inline constexpr OUString HID_CTRL_COLOR
= u
"SVX_HID_CTRL_COLOR"_ustr
;
30 inline constexpr OUString HID_GALLERY_ICONVIEW
= u
"SVX_HID_GALLERY_ICONVIEW"_ustr
;
31 inline constexpr OUString HID_GALLERY_LISTVIEW
= u
"SVX_HID_GALLERY_LISTVIEW"_ustr
;
32 inline constexpr OUString HID_GALLERY_NEWTHEME
= u
"SVX_HID_GALLERY_NEWTHEME"_ustr
;
33 inline constexpr OUString HID_GALLERY_THEMELIST
= u
"SVX_HID_GALLERY_THEMELIST"_ustr
;
34 inline constexpr OUString HID_GALLERY_WINDOW
= u
"SVX_HID_GALLERY_WINDOW"_ustr
;
35 inline constexpr OUString HID_POPUP_COLOR
= u
"SVX_HID_POPUP_COLOR"_ustr
;
36 inline constexpr OUString HID_POPUP_COLOR_CTRL
= u
"SVX_HID_POPUP_COLOR_CTRL"_ustr
;
37 inline constexpr OUString HID_POPUP_FRAME
= u
"SVX_HID_POPUP_FRAME"_ustr
;
38 inline constexpr OUString HID_POPUP_LINE
= u
"SVX_HID_POPUP_LINE"_ustr
;
39 inline constexpr OUString HID_POPUP_LINEEND
= u
"SVX_HID_POPUP_LINEEND"_ustr
;
40 inline constexpr OUString HID_POPUP_LINEEND_CTRL
= u
"SVX_HID_POPUP_LINEEND_CTRL"_ustr
;
41 inline constexpr OUString HID_STYLE_LISTBOX
= u
"SVX_HID_STYLE_LISTBOX"_ustr
;
42 inline constexpr OUString HID_VALUESET_EXTRUSION_LIGHTING
= u
"SVX_HID_VALUESET_EXTRUSION_LIGHTING"_ustr
;
43 inline constexpr OUString HID_UNDERLINE_BTN
= u
"SVX_HID_UNDERLINE_BTN"_ustr
;
44 inline constexpr OUString HID_SPACING_MB_KERN
= u
"SVX_HID_SPACING_MB_KERN"_ustr
;
46 inline constexpr OUString HID_FORM_NAVIGATOR
= u
"SVX_HID_FORM_NAVIGATOR"_ustr
;
47 inline constexpr OUString HID_FORM_NAVIGATOR_WIN
= u
"SVX_HID_FORM_NAVIGATOR_WIN"_ustr
;
48 inline constexpr OUString HID_FIELD_SEL
= u
"SVX_HID_FIELD_SEL"_ustr
;
49 inline constexpr OUString HID_FIELD_SEL_WIN
= u
"SVX_HID_FIELD_SEL_WIN"_ustr
;
50 inline constexpr OUString HID_FILTER_NAVIGATOR
= u
"SVX_HID_FILTER_NAVIGATOR"_ustr
;
51 inline constexpr OUString HID_FILTER_NAVIGATOR_WIN
= u
"SVX_HID_FILTER_NAVIGATOR_WIN"_ustr
;
52 inline constexpr OUString HID_GRID_TRAVEL_FIRST
= u
"SVX_HID_GRID_TRAVEL_FIRST"_ustr
;
53 inline constexpr OUString HID_GRID_TRAVEL_PREV
= u
"SVX_HID_GRID_TRAVEL_PREV"_ustr
;
54 inline constexpr OUString HID_GRID_TRAVEL_NEXT
= u
"SVX_HID_GRID_TRAVEL_NEXT"_ustr
;
55 inline constexpr OUString HID_GRID_TRAVEL_LAST
= u
"SVX_HID_GRID_TRAVEL_LAST"_ustr
;
56 inline constexpr OUString HID_GRID_TRAVEL_NEW
= u
"SVX_HID_GRID_TRAVEL_NEW"_ustr
;
57 inline constexpr OUString HID_GRID_TRAVEL_ABSOLUTE
= u
"SVX_HID_GRID_TRAVEL_ABSOLUTE"_ustr
;
58 inline constexpr OUString HID_GRID_NUMBEROFRECORDS
= u
"SVX_HID_GRID_NUMBEROFRECORDS"_ustr
;
60 // Help IDs for Manage Track Changes
61 inline constexpr OUString HID_REDLINE_CTRL_VIEW
= u
"SVX_HID_REDLINE_CTRL_VIEW"_ustr
;
62 inline constexpr OUString HID_REDLINE_CTRL_FILTER
= u
"SVX_HID_REDLINE_CTRL_FILTER"_ustr
;
66 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */