access.hrc (fefe2166) | access.hrc (4d7c9de0) |
---|---|
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 --- 34 unchanged lines hidden (view full) --- 43#define STR_ACCESS_TABLE_DESC (RC_ACCESS_BEGIN + 15) 44#define STR_ACCESS_PAGE_NAME (RC_ACCESS_BEGIN + 16) 45#define STR_ACCESS_PAGE_DESC (RC_ACCESS_BEGIN + 17) 46#define STR_ACCESS_ANNOTATION_AUTHOR_NAME (RC_ACCESS_BEGIN + 18) 47#define STR_ACCESS_ANNOTATION_DATE_NAME (RC_ACCESS_BEGIN + 19) 48#define STR_ACCESS_ANNOTATION_BUTTON_NAME (RC_ACCESS_BEGIN + 20) 49#define STR_ACCESS_ANNOTATION_BUTTON_DESC (RC_ACCESS_BEGIN + 21) 50 | 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 --- 34 unchanged lines hidden (view full) --- 43#define STR_ACCESS_TABLE_DESC (RC_ACCESS_BEGIN + 15) 44#define STR_ACCESS_PAGE_NAME (RC_ACCESS_BEGIN + 16) 45#define STR_ACCESS_PAGE_DESC (RC_ACCESS_BEGIN + 17) 46#define STR_ACCESS_ANNOTATION_AUTHOR_NAME (RC_ACCESS_BEGIN + 18) 47#define STR_ACCESS_ANNOTATION_DATE_NAME (RC_ACCESS_BEGIN + 19) 48#define STR_ACCESS_ANNOTATION_BUTTON_NAME (RC_ACCESS_BEGIN + 20) 49#define STR_ACCESS_ANNOTATION_BUTTON_DESC (RC_ACCESS_BEGIN + 21) 50 |
51//IAccessibility2 Implementation 2009----- | |
52#define STR_ACCESS_PREVIEW_DOC_NAME (RC_ACCESS_BEGIN + 22) 53//#define STR_ACCESS_PREVIEW_DOC_DESC (RC_ACCESS_BEGIN + 23) 54#define STR_ACCESS_PREVIEW_DOC_SUFFIX (RC_ACCESS_BEGIN + 24) 55#define STR_ACCESS_DOC_WORDPROCESSING (RC_ACCESS_BEGIN + 25) 56#define STR_ACCESS_DOC_WORDPROCESSING_READONLY (RC_ACCESS_BEGIN + 26) 57#define STR_ACCESS_COLUMN_WIDTH (RC_ACCESS_BEGIN + 27) 58#define STR_ACCESS_PAGESETUP_SPACING (RC_ACCESS_BEGIN + 28) 59#define STR_ACCESS_SW_CATEGORY (RC_ACCESS_BEGIN + 29) 60#define STR_ACCESS_TL_GLOBAL (RC_ACCESS_BEGIN + 30) 61#define STR_ACCESS_TL_CONTENT (RC_ACCESS_BEGIN + 31) | 51#define STR_ACCESS_PREVIEW_DOC_NAME (RC_ACCESS_BEGIN + 22) 52//#define STR_ACCESS_PREVIEW_DOC_DESC (RC_ACCESS_BEGIN + 23) 53#define STR_ACCESS_PREVIEW_DOC_SUFFIX (RC_ACCESS_BEGIN + 24) 54#define STR_ACCESS_DOC_WORDPROCESSING (RC_ACCESS_BEGIN + 25) 55#define STR_ACCESS_DOC_WORDPROCESSING_READONLY (RC_ACCESS_BEGIN + 26) 56#define STR_ACCESS_COLUMN_WIDTH (RC_ACCESS_BEGIN + 27) 57#define STR_ACCESS_PAGESETUP_SPACING (RC_ACCESS_BEGIN + 28) 58#define STR_ACCESS_SW_CATEGORY (RC_ACCESS_BEGIN + 29) 59#define STR_ACCESS_TL_GLOBAL (RC_ACCESS_BEGIN + 30) 60#define STR_ACCESS_TL_CONTENT (RC_ACCESS_BEGIN + 31) |
62//-----IAccessibility2 Implementation 2009 | 61#define STR_ACCESS_FORMULA_TYPE (RC_ACCESS_BEGIN + 32) 62#define STR_ACCESS_FORMULA_TEXT (RC_ACCESS_BEGIN + 33) 63#define STR_ACCESS_FORMULA_TOOLBAR (RC_ACCESS_BEGIN + 34) |
63 | 64 |
64#define ACCESS_ACT_END STR_ACCESS_TL_CONTENT | 65#define ACCESS_ACT_END STR_ACCESS_FORMULA_TOOLBAR |
65 66#if ACCESS_ACT_END > RC_ACCESS_END 67#error Resource-Id Ueberlauf in #file, #line 68#endif 69 70 71#endif | 66 67#if ACCESS_ACT_END > RC_ACCESS_END 68#error Resource-Id Ueberlauf in #file, #line 69#endif 70 71 72#endif |