LibreOffice Module cui (master) 1
helpids.h
Go to the documentation of this file.
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2/*
3 * This file is part of the LibreOffice project.
4 *
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 *
9 * This file incorporates work covered by the following license notice:
10 *
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 .
18 */
19#pragma once
20
21#include <rtl/ustring.hxx>
22
23inline constexpr OUStringLiteral HID_OPTIONS_COLORCONFIG_SAVE_SCHEME
24 = u"CUI_HID_OPTIONS_COLORCONFIG_SAVE_SCHEME";
25inline constexpr OUStringLiteral HID_OFA_FONT_SUBST_CLB = u"CUI_HID_OFA_FONT_SUBST_CLB";
26inline constexpr OUStringLiteral HID_DBPATH_CTL_PATH = u"CUI_HID_DBPATH_CTL_PATH";
27#define HID_DBPATH_HEADERBAR "CUI_HID_DBPATH_HEADERBAR"
28inline constexpr OUStringLiteral HID_OFADLG_TREELISTBOX = u"CUI_HID_OFADLG_TREELISTBOX";
29inline constexpr OUStringLiteral HID_SVX_CONFIG_TOOLBAR = u"CUI_HID_SVX_CONFIG_TOOLBAR";
30inline constexpr OUStringLiteral HID_SVX_CONFIG_TOOLBAR_CONTENTS
31 = u"CUI_HID_SVX_CONFIG_TOOLBAR_CONTENTS";
32inline constexpr OUStringLiteral HID_SVX_CONFIG_NOTEBOOKBAR_CONTENTS
33 = u"CUI_HID_SVX_CONFIG_NOTEBOOKBAR_CONTENTS";
34inline constexpr OUStringLiteral HID_HANGULDLG_SUGGESTIONS_GRID
35 = u"CUI_HID_HANGULDLG_SUGGESTIONS_GRID";
36inline constexpr OUStringLiteral HID_HANGULDLG_SUGGESTIONS_LIST
37 = u"CUI_HID_HANGULDLG_SUGGESTIONS_LIST";
38inline constexpr OUStringLiteral HID_SVX_CONFIG_NAME_SUBMENU = u"CUI_HID_SVX_CONFIG_NAME_SUBMENU";
39inline constexpr OUStringLiteral HID_SVX_CONFIG_RENAME_MENU = u"CUI_HID_SVX_CONFIG_RENAME_MENU";
40inline constexpr OUStringLiteral HID_SVX_CONFIG_RENAME_MENU_ITEM
41 = u"CUI_HID_SVX_CONFIG_RENAME_MENU_ITEM";
42inline constexpr OUStringLiteral HID_SVX_CONFIG_RENAME_TOOLBAR
43 = u"CUI_HID_SVX_CONFIG_RENAME_TOOLBAR";
44inline constexpr OUStringLiteral HID_SVX_CONFIG_RENAME_TOOLBAR_ITEM
45 = u"CUI_HID_SVX_CONFIG_RENAME_TOOLBAR_ITEM";
46inline constexpr OUStringLiteral HID_SVX_UP_TOOLBAR_ITEM = u"CUI_HID_SVX_UP_TOOLBAR_ITEM";
47inline constexpr OUStringLiteral HID_SVX_DOWN_TOOLBAR_ITEM = u"CUI_HID_SVX_DOWN_TOOLBAR_ITEM";
48inline constexpr OUStringLiteral HID_SVX_SAVE_IN = u"CUI_HID_SVX_SAVE_IN";
49inline constexpr OUStringLiteral HID_SVX_TOPLEVELLISTBOX = u"CUI_HID_SVX_TOPLEVELLISTBOX";
50inline constexpr OUStringLiteral HID_SVX_DESCFIELD = u"CUI_HID_SVX_DESCFIELD";
51inline constexpr OUStringLiteral HID_MACRO_HEADERTABLISTBOX = u"CUI_HID_MACRO_HEADERTABLISTBOX";
52
53/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
float u
constexpr OUStringLiteral HID_SVX_CONFIG_NAME_SUBMENU
Definition: helpids.h:38
constexpr OUStringLiteral HID_OFA_FONT_SUBST_CLB
Definition: helpids.h:25
constexpr OUStringLiteral HID_SVX_SAVE_IN
Definition: helpids.h:48
constexpr OUStringLiteral HID_SVX_CONFIG_RENAME_TOOLBAR_ITEM
Definition: helpids.h:45
constexpr OUStringLiteral HID_SVX_CONFIG_RENAME_MENU_ITEM
Definition: helpids.h:41
constexpr OUStringLiteral HID_SVX_CONFIG_RENAME_MENU
Definition: helpids.h:39
constexpr OUStringLiteral HID_SVX_CONFIG_TOOLBAR
Definition: helpids.h:29
constexpr OUStringLiteral HID_SVX_CONFIG_NOTEBOOKBAR_CONTENTS
Definition: helpids.h:33
constexpr OUStringLiteral HID_OFADLG_TREELISTBOX
Definition: helpids.h:28
constexpr OUStringLiteral HID_SVX_CONFIG_RENAME_TOOLBAR
Definition: helpids.h:43
constexpr OUStringLiteral HID_OPTIONS_COLORCONFIG_SAVE_SCHEME
Definition: helpids.h:24
constexpr OUStringLiteral HID_SVX_DESCFIELD
Definition: helpids.h:50
constexpr OUStringLiteral HID_HANGULDLG_SUGGESTIONS_GRID
Definition: helpids.h:35
constexpr OUStringLiteral HID_SVX_DOWN_TOOLBAR_ITEM
Definition: helpids.h:47
constexpr OUStringLiteral HID_SVX_UP_TOOLBAR_ITEM
Definition: helpids.h:46
constexpr OUStringLiteral HID_MACRO_HEADERTABLISTBOX
Definition: helpids.h:51
constexpr OUStringLiteral HID_HANGULDLG_SUGGESTIONS_LIST
Definition: helpids.h:37
constexpr OUStringLiteral HID_SVX_TOPLEVELLISTBOX
Definition: helpids.h:49
constexpr OUStringLiteral HID_DBPATH_CTL_PATH
Definition: helpids.h:26
constexpr OUStringLiteral HID_SVX_CONFIG_TOOLBAR_CONTENTS
Definition: helpids.h:31