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/string.hxx>
24 inline constexpr OStringLiteral HID_SDDRAWVIEWSHELL
= "SD_HID_SDDRAWVIEWSHELL";
25 inline constexpr OStringLiteral HID_SDGRAPHICVIEWSHELL
= "SD_HID_SDGRAPHICVIEWSHELL";
26 inline constexpr OStringLiteral HID_SDOUTLINEVIEWSHELL
= "SD_HID_SDOUTLINEVIEWSHELL";
28 inline constexpr OStringLiteral HID_SD_WIN_PRESENTATION
= "SD_HID_SD_WIN_PRESENTATION";
30 #define HID_SD_HTMLEXPORT_PAGE1 "SD_HID_SD_HTMLEXPORT_PAGE1"
31 #define HID_SD_HTMLEXPORT_PAGE2 "SD_HID_SD_HTMLEXPORT_PAGE2"
32 #define HID_SD_HTMLEXPORT_PAGE3 "SD_HID_SD_HTMLEXPORT_PAGE3"
33 #define HID_SD_HTMLEXPORT_PAGE4 "SD_HID_SD_HTMLEXPORT_PAGE4"
34 #define HID_SD_HTMLEXPORT_PAGE5 "SD_HID_SD_HTMLEXPORT_PAGE5"
35 #define HID_SD_HTMLEXPORT_PAGE6 "SD_HID_SD_HTMLEXPORT_PAGE6"
37 inline constexpr OStringLiteral HID_SD_TABBAR_PAGES
= "SD_HID_SD_TABBAR_PAGES";
38 inline constexpr OStringLiteral HID_SD_TABBAR_LAYERS
= "SD_HID_SD_TABBAR_LAYERS";
40 inline constexpr OStringLiteral HID_SD_NAMEDIALOG_OBJECT
= "SD_HID_SD_NAMEDIALOG_OBJECT";
41 inline constexpr OStringLiteral HID_SD_NAMEDIALOG_PAGE
= "SD_HID_SD_NAMEDIALOG_PAGE";
42 inline constexpr OStringLiteral HID_SD_NAMEDIALOG_LINEEND
= "SD_HID_SD_NAMEDIALOG_LINEEND";
44 inline constexpr OStringLiteral HID_SD_TASK_PANE_PREVIEW_CURRENT
= "SD_HID_SD_TASK_PANE_PREVIEW_CURRENT";
45 inline constexpr OStringLiteral HID_SD_TASK_PANE_PREVIEW_RECENT
= "SD_HID_SD_TASK_PANE_PREVIEW_RECENT";
46 inline constexpr OStringLiteral HID_SD_TASK_PANE_PREVIEW_ALL
= "SD_HID_SD_TASK_PANE_PREVIEW_ALL";
47 inline constexpr OStringLiteral HID_SD_TASK_PANE_PREVIEW_LAYOUTS
= "SD_HID_SD_TASK_PANE_PREVIEW_LAYOUTS";
49 inline constexpr OStringLiteral HID_SD_CUSTOMANIMATIONPANE_PRESETPROPERTYBOX
= "SD_HID_SD_CUSTOMANIMATIONPANE_PRESETPROPERTYBOX";
50 inline constexpr OStringLiteral HID_SD_CUSTOMANIMATIONPANE_COLORPROPERTYBOX
= "SD_HID_SD_CUSTOMANIMATIONPANE_COLORPROPERTYBOX";
51 inline constexpr OStringLiteral HID_SD_CUSTOMANIMATIONPANE_FONTPROPERTYBOX
= "SD_HID_SD_CUSTOMANIMATIONPANE_FONTPROPERTYBOX";
52 inline constexpr OStringLiteral HID_SD_CUSTOMANIMATIONPANE_CHARHEIGHTPROPERTYBOX
= "SD_HID_SD_CUSTOMANIMATIONPANE_CHARHEIGHTPROPERTYBOX";
53 inline constexpr OStringLiteral HID_SD_CUSTOMANIMATIONPANE_ROTATIONPROPERTYBOX
= "SD_HID_SD_CUSTOMANIMATIONPANE_ROTATIONPROPERTYBOX";
54 inline constexpr OStringLiteral HID_SD_CUSTOMANIMATIONPANE_TRANSPARENCYPROPERTYBOX
= "SD_HID_SD_CUSTOMANIMATIONPANE_TRANSPARENCYPROPERTYBOX";
55 inline constexpr OStringLiteral HID_SD_CUSTOMANIMATIONPANE_SCALEPROPERTYBOX
= "SD_HID_SD_CUSTOMANIMATIONPANE_SCALEPROPERTYBOX";
56 inline constexpr OStringLiteral HID_SD_CUSTOMANIMATIONPANE_FONTSTYLEPROPERTYBOX
= "SD_HID_SD_CUSTOMANIMATIONPANE_FONTSTYLEPROPERTYBOX";
59 inline constexpr OStringLiteral HID_SD_RULER_HORIZONTAL
= "SD_HID_SD_RULER_HORIZONTAL";
60 inline constexpr OStringLiteral HID_SD_RULER_VERTICAL
= "SD_HID_SD_RULER_VERTICAL";
62 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */