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 .
22 #include <rtl/ustring.hxx>
24 inline constexpr OUString HID_SDDRAWVIEWSHELL
= u
"SD_HID_SDDRAWVIEWSHELL"_ustr
;
25 inline constexpr OUString HID_SDGRAPHICVIEWSHELL
= u
"SD_HID_SDGRAPHICVIEWSHELL"_ustr
;
26 inline constexpr OUString HID_SDOUTLINEVIEWSHELL
= u
"SD_HID_SDOUTLINEVIEWSHELL"_ustr
;
28 inline constexpr OUString HID_SD_WIN_PRESENTATION
= u
"SD_HID_SD_WIN_PRESENTATION"_ustr
;
30 inline constexpr OUString HID_SD_TABBAR_PAGES
= u
"SD_HID_SD_TABBAR_PAGES"_ustr
;
31 inline constexpr OUString HID_SD_TABBAR_LAYERS
= u
"SD_HID_SD_TABBAR_LAYERS"_ustr
;
33 inline constexpr OUString HID_SD_NAMEDIALOG_OBJECT
= u
"SD_HID_SD_NAMEDIALOG_OBJECT"_ustr
;
34 inline constexpr OUString HID_SD_NAMEDIALOG_PAGE
= u
"SD_HID_SD_NAMEDIALOG_PAGE"_ustr
;
35 inline constexpr OUString HID_SD_NAMEDIALOG_LINEEND
= u
"SD_HID_SD_NAMEDIALOG_LINEEND"_ustr
;
37 inline constexpr OUString HID_SD_TASK_PANE_PREVIEW_CURRENT
= u
"SD_HID_SD_TASK_PANE_PREVIEW_CURRENT"_ustr
;
38 inline constexpr OUString HID_SD_TASK_PANE_PREVIEW_RECENT
= u
"SD_HID_SD_TASK_PANE_PREVIEW_RECENT"_ustr
;
39 inline constexpr OUString HID_SD_TASK_PANE_PREVIEW_ALL
= u
"SD_HID_SD_TASK_PANE_PREVIEW_ALL"_ustr
;
40 inline constexpr OUString HID_SD_TASK_PANE_PREVIEW_LAYOUTS
= u
"SD_HID_SD_TASK_PANE_PREVIEW_LAYOUTS"_ustr
;
42 inline constexpr OUString HID_SD_CUSTOMANIMATIONPANE_PRESETPROPERTYBOX
= u
"SD_HID_SD_CUSTOMANIMATIONPANE_PRESETPROPERTYBOX"_ustr
;
43 inline constexpr OUString HID_SD_CUSTOMANIMATIONPANE_COLORPROPERTYBOX
= u
"SD_HID_SD_CUSTOMANIMATIONPANE_COLORPROPERTYBOX"_ustr
;
44 inline constexpr OUString HID_SD_CUSTOMANIMATIONPANE_FONTPROPERTYBOX
= u
"SD_HID_SD_CUSTOMANIMATIONPANE_FONTPROPERTYBOX"_ustr
;
45 inline constexpr OUString HID_SD_CUSTOMANIMATIONPANE_CHARHEIGHTPROPERTYBOX
= u
"SD_HID_SD_CUSTOMANIMATIONPANE_CHARHEIGHTPROPERTYBOX"_ustr
;
46 inline constexpr OUString HID_SD_CUSTOMANIMATIONPANE_ROTATIONPROPERTYBOX
= u
"SD_HID_SD_CUSTOMANIMATIONPANE_ROTATIONPROPERTYBOX"_ustr
;
47 inline constexpr OUString HID_SD_CUSTOMANIMATIONPANE_TRANSPARENCYPROPERTYBOX
= u
"SD_HID_SD_CUSTOMANIMATIONPANE_TRANSPARENCYPROPERTYBOX"_ustr
;
48 inline constexpr OUString HID_SD_CUSTOMANIMATIONPANE_SCALEPROPERTYBOX
= u
"SD_HID_SD_CUSTOMANIMATIONPANE_SCALEPROPERTYBOX"_ustr
;
49 inline constexpr OUString HID_SD_CUSTOMANIMATIONPANE_FONTSTYLEPROPERTYBOX
= u
"SD_HID_SD_CUSTOMANIMATIONPANE_FONTSTYLEPROPERTYBOX"_ustr
;
52 inline constexpr OUString HID_SD_RULER_HORIZONTAL
= u
"SD_HID_SD_RULER_HORIZONTAL"_ustr
;
53 inline constexpr OUString HID_SD_RULER_VERTICAL
= u
"SD_HID_SD_RULER_VERTICAL"_ustr
;
55 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */