1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23
24#ifndef _SD_ACCESSIBILITY_HRC
25#define _SD_ACCESSIBILITY_HRC
26
27#ifndef _SFX_HRC
28#include <sfx2/sfx.hrc>
29#endif
30
31#define SID_SD_A11Y_START				(SID_SD_START+600)
32
33#define SID_SD_A11Y_D_DRAWVIEW_N		(SID_SD_A11Y_START + 0)
34#define SID_SD_A11Y_D_DRAWVIEW_D		(SID_SD_A11Y_START + 1)
35
36#define SID_SD_A11Y_I_DRAWVIEW_N		(SID_SD_A11Y_START + 2)
37#define SID_SD_A11Y_I_DRAWVIEW_D		(SID_SD_A11Y_START + 3)
38#define SID_SD_A11Y_I_OUTLINEVIEW_N		(SID_SD_A11Y_START + 4)
39#define SID_SD_A11Y_I_OUTLINEVIEW_D		(SID_SD_A11Y_START + 5)
40#define SID_SD_A11Y_I_SLIDEVIEW_N		(SID_SD_A11Y_START + 6)
41#define SID_SD_A11Y_I_SLIDEVIEW_D		(SID_SD_A11Y_START + 7)
42#define SID_SD_A11Y_I_NOTESVIEW_N		(SID_SD_A11Y_START + 8)
43#define SID_SD_A11Y_I_NOTESVIEW_D		(SID_SD_A11Y_START + 9)
44#define SID_SD_A11Y_I_HANDOUTVIEW_N		(SID_SD_A11Y_START + 10)
45#define SID_SD_A11Y_I_HANDOUTVIEW_D		(SID_SD_A11Y_START + 11)
46
47#define SID_SD_A11Y_P_TITLE_N			(SID_SD_A11Y_START + 12)
48#define SID_SD_A11Y_P_TITLE_D			(SID_SD_A11Y_START + 13)
49#define SID_SD_A11Y_P_OUTLINER_N		(SID_SD_A11Y_START + 14)
50#define SID_SD_A11Y_P_OUTLINER_D		(SID_SD_A11Y_START + 15)
51#define SID_SD_A11Y_P_SUBTITLE_N		(SID_SD_A11Y_START + 16)
52#define SID_SD_A11Y_P_SUBTITLE_D		(SID_SD_A11Y_START + 17)
53#define SID_SD_A11Y_P_PAGE_N			(SID_SD_A11Y_START + 18)
54#define SID_SD_A11Y_P_PAGE_D			(SID_SD_A11Y_START + 19)
55#define SID_SD_A11Y_P_NOTES_N			(SID_SD_A11Y_START + 20)
56#define SID_SD_A11Y_P_NOTES_D			(SID_SD_A11Y_START + 21)
57#define SID_SD_A11Y_P_HANDOUT_N			(SID_SD_A11Y_START + 22)
58#define SID_SD_A11Y_P_HANDOUT_D			(SID_SD_A11Y_START + 23)
59#define SID_SD_A11Y_P_UNKNOWN_N			(SID_SD_A11Y_START + 24)
60#define SID_SD_A11Y_P_UNKNOWN_D			(SID_SD_A11Y_START + 25)
61#define SID_SD_A11Y_P_FOOTER_N			(SID_SD_A11Y_START + 26)
62#define SID_SD_A11Y_P_FOOTER_D			(SID_SD_A11Y_START + 27)
63#define SID_SD_A11Y_P_HEADER_N			(SID_SD_A11Y_START + 28)
64#define SID_SD_A11Y_P_HEADER_D			(SID_SD_A11Y_START + 29)
65#define SID_SD_A11Y_P_DATE_N			(SID_SD_A11Y_START + 30)
66#define SID_SD_A11Y_P_DATE_D			(SID_SD_A11Y_START + 31)
67#define SID_SD_A11Y_P_NUMBER_N			(SID_SD_A11Y_START + 32)
68#define SID_SD_A11Y_P_NUMBER_D			(SID_SD_A11Y_START + 33)
69#define SID_SD_A11Y_D_PRESENTATION		(SID_SD_A11Y_START + 34)
70#define   SID_SD_A11Y_P_TITLE_N_STYLE		(SID_SD_A11Y_START + 35)
71#define   SID_SD_A11Y_P_OUTLINER_N_STYLE	(SID_SD_A11Y_START + 36)
72#define   SID_SD_A11Y_P_SUBTITLE_N_STYLE	(SID_SD_A11Y_START + 37)
73#define   SID_SD_A11Y_P_PAGE_N_STYLE		(SID_SD_A11Y_START + 38)
74#define   SID_SD_A11Y_P_NOTES_N_STYLE 		(SID_SD_A11Y_START + 39)
75#define   SID_SD_A11Y_P_HANDOUT_N_STYLE		(SID_SD_A11Y_START + 40)
76#define   SID_SD_A11Y_P_UNKNOWN_N_STYLE		(SID_SD_A11Y_START + 41)
77#define   SID_SD_A11Y_P_FOOTER_N_STYLE		(SID_SD_A11Y_START + 42)
78#define   SID_SD_A11Y_P_HEADER_N_STYLE		(SID_SD_A11Y_START + 43)
79#define   SID_SD_A11Y_P_DATE_N_STYLE		(SID_SD_A11Y_START + 44)
80#define   SID_SD_A11Y_P_NUMBER_N_STYLE		(SID_SD_A11Y_START + 45)
81
82#define   SID_SD_A11Y_I_PREVIEW_N (SID_SD_A11Y_START + 46)
83#define   SID_SD_A11Y_I_PREVIEW_D (SID_SD_A11Y_START + 47)
84#define   SID_SD_A11Y_I_PREVIEW_SUFFIX (SID_SD_A11Y_START + 48)
85#define   SID_SD_A11Y_D_PRESENTATION_READONLY (SID_SD_A11Y_START + 49)
86#endif /* _SD_ACCESSIBILITY_HRC */
87
88