blob: 317339931d643c9df7dc0eda313cf99e70f53be0 (
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
|
/* -*- 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 .
*/
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by UAccCOM.rc
//
#define WNT
#define IDS_PROJNAME 100
#define IDR_MACCESSIBLE 101
#define IDR_ENUMVARIANT 106
#define IDR_UNOXWRAPPER 107
#define IDS_ACCCOMPONENT_DESC 108
#define IDR_AccComponent 109
#define IDS_ACCCONTEXT_DESC 110
#define IDR_AccContext 111
#define IDR_ACCRELATION 112
#define IDR_ACCACTION 113
#define IDS_ACCFONT_DESC 114
#define IDR_AccFont 115
#define IDS_ACCSELECTION_DESC 116
#define IDR_AccSelection 117
#define IDS_ACCEXTENDEDCOMPONENT_DESC 118
#define IDR_AccExtendedComponent 119
#define IDS_ACCTEXT_DESC 120
#define IDR_AccText 121
#define IDS_ACCEDITABLETEXT_DESC 122
#define IDR_AccEditableText 123
#define IDS_ACCHYPERTEXT_DESC 124
#define IDR_AccHypertext 125
#define IDS_ACCIMAGE_DESC 126
#define IDR_AccImage 127
#define IDS_ACCVALUE_DESC 128
#define IDR_AccValue 129
#define IDS_ACCTABLE_DESC 130
#define IDR_ACCTABLE 131
#define IDS_ACCHYPERLINK_DESC 132
#define IDR_AccHyperLink 133
#define IDS_ACCKEYBINDING_DESC 134
#define IDR_AccKeyBinding 135
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 203
#define _APS_NEXT_COMMAND_VALUE 32768
#define _APS_NEXT_CONTROL_VALUE 201
#define _APS_NEXT_SYMED_VALUE 137
#endif
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|