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 _MNUCFG_HRC 25#define _MNUCFG_HRC 26 27#include <sfx2/sfx.hrc> 28 29// #defines ***************************************************************** 30 31#define DLG_MENUCONFIG (RID_SFX_MENU_START+1) 32#define IBX_MNUCFG_ALREADY_INCLUDED (RID_SFX_MENU_START+2) 33#define QBX_MNUCFG_UNDEFINED_FUNCTIONS (RID_SFX_MENU_START+3) 34#define QBX_MNUCFG_POPUP_FUNCTIONS (RID_SFX_MENU_START+4) 35 36#define BTN_OK 1 37#define BTN_CANCEL 2 38#define BTN_UP 3 39#define BTN_LEFT 4 40#define BTN_RIGHT 5 41#define BTN_DOWN 6 42#define BTN_NEW 7 43#define BTN_CHANGE 8 44#define BTN_REMOVE 9 45#define BOX_ENTRIES 10 46#define TXT_TEXT 11 47#define EDT_TEXT 12 48#define TXT_FUNCTIONTEXT 13 49#define TXT_FUNCTIONINFO 14 50#define TXT_DESCRIPTIONTEXT 15 51#define TXT_DESCRIPTIONINFO 16 52#define GRP_MENU 17 53#define TXT_GROUP 18 54#define BOX_GROUP 19 55#define TXT_FUNCTION 20 56#define BOX_FUNCTION 21 57#define GRP_FUNCTIONS 22 58 59#define STR_MENU_CFGITEM RID_SFX_MENU_START+1 60#define STR_MENU_ADDONS RID_SFX_MENU_START+2 61#define STR_MENU_ADDONHELP RID_SFX_MENU_START+3 62 63#define STR_MENU_SYNONYMS (RID_SFX_MENU_START+11) 64#define STR_MENU_NO_SYNONYM_FOUND (RID_SFX_MENU_START+12) 65#define STR_MENU_THESAURUS (RID_SFX_MENU_START+13) 66 67#define MN_CLIPBOARDFUNCS RID_SFX_MENU_START+1 68#endif 69 70