1fefe2166SAndrew Rist/************************************************************** 2fefe2166SAndrew Rist * 3fefe2166SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 4fefe2166SAndrew Rist * or more contributor license agreements. See the NOTICE file 5fefe2166SAndrew Rist * distributed with this work for additional information 6fefe2166SAndrew Rist * regarding copyright ownership. The ASF licenses this file 7fefe2166SAndrew Rist * to you under the Apache License, Version 2.0 (the 8fefe2166SAndrew Rist * "License"); you may not use this file except in compliance 9fefe2166SAndrew Rist * with the License. You may obtain a copy of the License at 10fefe2166SAndrew Rist * 11fefe2166SAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12fefe2166SAndrew Rist * 13fefe2166SAndrew Rist * Unless required by applicable law or agreed to in writing, 14fefe2166SAndrew Rist * software distributed under the License is distributed on an 15fefe2166SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16fefe2166SAndrew Rist * KIND, either express or implied. See the License for the 17fefe2166SAndrew Rist * specific language governing permissions and limitations 18fefe2166SAndrew Rist * under the License. 19fefe2166SAndrew Rist * 20fefe2166SAndrew Rist *************************************************************/ 21fefe2166SAndrew Rist 22fefe2166SAndrew Rist 23cdf0e10cSrcweir 24cdf0e10cSrcweir#ifndef _ACCESS_HRC 25cdf0e10cSrcweir#define _ACCESS_HRC 26cdf0e10cSrcweir 27cdf0e10cSrcweir#include "rcid.hrc" 28cdf0e10cSrcweir 29cdf0e10cSrcweir#define STR_ACCESS_DOC_NAME (RC_ACCESS_BEGIN + 1) 30cdf0e10cSrcweir#define STR_ACCESS_DOC_DESC (RC_ACCESS_BEGIN + 2) 31cdf0e10cSrcweir#define STR_ACCESS_HEADING_WITH_NUM_DESC (RC_ACCESS_BEGIN + 3) 32cdf0e10cSrcweir#define STR_ACCESS_HEADER_NAME (RC_ACCESS_BEGIN + 4) 33cdf0e10cSrcweir#define STR_ACCESS_HEADER_DESC (RC_ACCESS_BEGIN + 5) 34cdf0e10cSrcweir#define STR_ACCESS_FOOTER_NAME (RC_ACCESS_BEGIN + 6) 35cdf0e10cSrcweir#define STR_ACCESS_FOOTER_DESC (RC_ACCESS_BEGIN + 7) 36cdf0e10cSrcweir#define STR_ACCESS_FOOTNOTE_NAME (RC_ACCESS_BEGIN + 8) 37cdf0e10cSrcweir#define STR_ACCESS_FOOTNOTE_DESC (RC_ACCESS_BEGIN + 9) 38cdf0e10cSrcweir#define STR_ACCESS_ENDNOTE_NAME (RC_ACCESS_BEGIN + 10) 39cdf0e10cSrcweir#define STR_ACCESS_ENDNOTE_DESC (RC_ACCESS_BEGIN + 11) 40cdf0e10cSrcweir#define STR_ACCESS_REPLACEMENT_POSTIT (RC_ACCESS_BEGIN + 12) 41cdf0e10cSrcweir#define STR_ACCESS_REPLACEMENT_FRAME (RC_ACCESS_BEGIN + 13) 42cdf0e10cSrcweir#define STR_ACCESS_REPLACEMENT_BULLET_GRAPHICS (RC_ACCESS_BEGIN + 14) 43cdf0e10cSrcweir#define STR_ACCESS_TABLE_DESC (RC_ACCESS_BEGIN + 15) 44cdf0e10cSrcweir#define STR_ACCESS_PAGE_NAME (RC_ACCESS_BEGIN + 16) 45cdf0e10cSrcweir#define STR_ACCESS_PAGE_DESC (RC_ACCESS_BEGIN + 17) 46cdf0e10cSrcweir#define STR_ACCESS_ANNOTATION_AUTHOR_NAME (RC_ACCESS_BEGIN + 18) 47cdf0e10cSrcweir#define STR_ACCESS_ANNOTATION_DATE_NAME (RC_ACCESS_BEGIN + 19) 48cdf0e10cSrcweir#define STR_ACCESS_ANNOTATION_BUTTON_NAME (RC_ACCESS_BEGIN + 20) 49cdf0e10cSrcweir#define STR_ACCESS_ANNOTATION_BUTTON_DESC (RC_ACCESS_BEGIN + 21) 50cdf0e10cSrcweir 51cdf0e10cSrcweir#define STR_ACCESS_PREVIEW_DOC_NAME (RC_ACCESS_BEGIN + 22) 52cdf0e10cSrcweir//#define STR_ACCESS_PREVIEW_DOC_DESC (RC_ACCESS_BEGIN + 23) 53cdf0e10cSrcweir#define STR_ACCESS_PREVIEW_DOC_SUFFIX (RC_ACCESS_BEGIN + 24) 54cdf0e10cSrcweir#define STR_ACCESS_DOC_WORDPROCESSING (RC_ACCESS_BEGIN + 25) 55cdf0e10cSrcweir#define STR_ACCESS_DOC_WORDPROCESSING_READONLY (RC_ACCESS_BEGIN + 26) 56cdf0e10cSrcweir#define STR_ACCESS_COLUMN_WIDTH (RC_ACCESS_BEGIN + 27) 57cdf0e10cSrcweir#define STR_ACCESS_PAGESETUP_SPACING (RC_ACCESS_BEGIN + 28) 58cdf0e10cSrcweir#define STR_ACCESS_SW_CATEGORY (RC_ACCESS_BEGIN + 29) 59cdf0e10cSrcweir#define STR_ACCESS_TL_GLOBAL (RC_ACCESS_BEGIN + 30) 60cdf0e10cSrcweir#define STR_ACCESS_TL_CONTENT (RC_ACCESS_BEGIN + 31) 61*ca62e2c2SSteve Yin#define STR_ACCESS_FORMULA_TYPE (RC_ACCESS_BEGIN + 32) 62*ca62e2c2SSteve Yin#define STR_ACCESS_FORMULA_TEXT (RC_ACCESS_BEGIN + 33) 63*ca62e2c2SSteve Yin#define STR_ACCESS_FORMULA_TOOLBAR (RC_ACCESS_BEGIN + 34) 64cdf0e10cSrcweir 65*ca62e2c2SSteve Yin#define ACCESS_ACT_END STR_ACCESS_FORMULA_TOOLBAR 66cdf0e10cSrcweir 67cdf0e10cSrcweir#if ACCESS_ACT_END > RC_ACCESS_END 68cdf0e10cSrcweir#error Resource-Id Ueberlauf in #file, #line 69cdf0e10cSrcweir#endif 70cdf0e10cSrcweir 71cdf0e10cSrcweir 72cdf0e10cSrcweir#endif 73