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