blob: b3145f0d28996f36a04a115cd4c00d58f1bfce67 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
|
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* This file incorporates work covered by the following license notice:
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed
* with this work for additional information regarding copyright
* ownership. The ASF licenses this file to you under the Apache
* License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef _SD_ACCESSIBILITY_HRC
#define _SD_ACCESSIBILITY_HRC
#include <sfx2/sfx.hrc>
#define SID_SD_A11Y_START (SID_SD_START+600)
#define SID_SD_A11Y_D_DRAWVIEW_N (SID_SD_A11Y_START + 0)
#define SID_SD_A11Y_D_DRAWVIEW_D (SID_SD_A11Y_START + 1)
#define SID_SD_A11Y_I_DRAWVIEW_N (SID_SD_A11Y_START + 2)
#define SID_SD_A11Y_I_DRAWVIEW_D (SID_SD_A11Y_START + 3)
#define SID_SD_A11Y_I_OUTLINEVIEW_N (SID_SD_A11Y_START + 4)
#define SID_SD_A11Y_I_OUTLINEVIEW_D (SID_SD_A11Y_START + 5)
#define SID_SD_A11Y_I_SLIDEVIEW_N (SID_SD_A11Y_START + 6)
#define SID_SD_A11Y_I_SLIDEVIEW_D (SID_SD_A11Y_START + 7)
#define SID_SD_A11Y_I_NOTESVIEW_N (SID_SD_A11Y_START + 8)
#define SID_SD_A11Y_I_NOTESVIEW_D (SID_SD_A11Y_START + 9)
#define SID_SD_A11Y_I_HANDOUTVIEW_N (SID_SD_A11Y_START + 10)
#define SID_SD_A11Y_I_HANDOUTVIEW_D (SID_SD_A11Y_START + 11)
#define SID_SD_A11Y_P_TITLE_N (SID_SD_A11Y_START + 12)
#define SID_SD_A11Y_P_TITLE_D (SID_SD_A11Y_START + 13)
#define SID_SD_A11Y_P_OUTLINER_N (SID_SD_A11Y_START + 14)
#define SID_SD_A11Y_P_OUTLINER_D (SID_SD_A11Y_START + 15)
#define SID_SD_A11Y_P_SUBTITLE_N (SID_SD_A11Y_START + 16)
#define SID_SD_A11Y_P_SUBTITLE_D (SID_SD_A11Y_START + 17)
#define SID_SD_A11Y_P_PAGE_N (SID_SD_A11Y_START + 18)
#define SID_SD_A11Y_P_PAGE_D (SID_SD_A11Y_START + 19)
#define SID_SD_A11Y_P_NOTES_N (SID_SD_A11Y_START + 20)
#define SID_SD_A11Y_P_NOTES_D (SID_SD_A11Y_START + 21)
#define SID_SD_A11Y_P_HANDOUT_N (SID_SD_A11Y_START + 22)
#define SID_SD_A11Y_P_HANDOUT_D (SID_SD_A11Y_START + 23)
#define SID_SD_A11Y_P_UNKNOWN_N (SID_SD_A11Y_START + 24)
#define SID_SD_A11Y_P_UNKNOWN_D (SID_SD_A11Y_START + 25)
#define SID_SD_A11Y_P_FOOTER_N (SID_SD_A11Y_START + 26)
#define SID_SD_A11Y_P_FOOTER_D (SID_SD_A11Y_START + 27)
#define SID_SD_A11Y_P_HEADER_N (SID_SD_A11Y_START + 28)
#define SID_SD_A11Y_P_HEADER_D (SID_SD_A11Y_START + 29)
#define SID_SD_A11Y_P_DATE_N (SID_SD_A11Y_START + 30)
#define SID_SD_A11Y_P_DATE_D (SID_SD_A11Y_START + 31)
#define SID_SD_A11Y_P_NUMBER_N (SID_SD_A11Y_START + 32)
#define SID_SD_A11Y_P_NUMBER_D (SID_SD_A11Y_START + 33)
#define SID_SD_A11Y_D_PRESENTATION (SID_SD_A11Y_START + 34)
#define SID_SD_A11Y_P_TITLE_N_STYLE (SID_SD_A11Y_START + 35)
#define SID_SD_A11Y_P_OUTLINER_N_STYLE (SID_SD_A11Y_START + 36)
#define SID_SD_A11Y_P_SUBTITLE_N_STYLE (SID_SD_A11Y_START + 37)
#define SID_SD_A11Y_P_PAGE_N_STYLE (SID_SD_A11Y_START + 38)
#define SID_SD_A11Y_P_NOTES_N_STYLE (SID_SD_A11Y_START + 39)
#define SID_SD_A11Y_P_HANDOUT_N_STYLE (SID_SD_A11Y_START + 40)
#define SID_SD_A11Y_P_UNKNOWN_N_STYLE (SID_SD_A11Y_START + 41)
#define SID_SD_A11Y_P_FOOTER_N_STYLE (SID_SD_A11Y_START + 42)
#define SID_SD_A11Y_P_HEADER_N_STYLE (SID_SD_A11Y_START + 43)
#define SID_SD_A11Y_P_DATE_N_STYLE (SID_SD_A11Y_START + 44)
#define SID_SD_A11Y_P_NUMBER_N_STYLE (SID_SD_A11Y_START + 45)
#define SID_SD_A11Y_I_PREVIEW_N (SID_SD_A11Y_START + 46)
#define SID_SD_A11Y_I_PREVIEW_D (SID_SD_A11Y_START + 47)
#define SID_SD_A11Y_I_PREVIEW_SUFFIX (SID_SD_A11Y_START + 48)
#define SID_SD_A11Y_D_PRESENTATION_READONLY (SID_SD_A11Y_START + 49)
#endif /* _SD_ACCESSIBILITY_HRC */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|