1/************************************************************************* 2 * 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 * 5 * Copyright 2000, 2010 Oracle and/or its affiliates. 6 * 7 * OpenOffice.org - a multi-platform office productivity suite 8 * 9 * This file is part of OpenOffice.org. 10 * 11 * OpenOffice.org is free software: you can redistribute it and/or modify 12 * it under the terms of the GNU Lesser General Public License version 3 13 * only, as published by the Free Software Foundation. 14 * 15 * OpenOffice.org is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 * GNU Lesser General Public License version 3 for more details 19 * (a copy is included in the LICENSE file that accompanied this code). 20 * 21 * You should have received a copy of the GNU Lesser General Public License 22 * version 3 along with OpenOffice.org. If not, see 23 * <http://www.openoffice.org/license.html> 24 * for a copy of the LGPLv3 License. 25 * 26 ************************************************************************/ 27#ifndef _RIBBAR_HRC 28#define _RIBBAR_HRC 29 30#include "rcid.hrc" 31 32#define MN_FORM1 1 // Defines fuer NumNames-Popup 33#define MN_FORMBASE MN_FORM1 34#define MN_FORM2 2 35#define MN_FORM3 3 36#define MN_FORM4 4 37#define MN_FORM5 5 38 39#define WIN_RIBBAR RC_RIBBAR_BEGIN 40 41#define CB_FORMAT (RC_RIBBAR_BEGIN +1) 42#define CB_FONT (RC_RIBBAR_BEGIN +2) 43#define CB_SIZE (RC_RIBBAR_BEGIN +3) 44#define PB_FORMULA_OK (RC_RIBBAR_BEGIN +4) 45#define PB_FORMULA_CANCEL (RC_RIBBAR_BEGIN +5) 46#define BMP_OK PB_FORMULA_OK 47#define BMP_CANCEL PB_FORMULA_CANCEL 48#define RID_TBX_FORMULA (RC_RIBBAR_BEGIN +6) 49#define FT_POS (RC_RIBBAR_BEGIN +7) 50#define BT_FORMULA (RC_RIBBAR_BEGIN +8) 51#define STR_TBL_FORMULA (RC_RIBBAR_BEGIN +9) 52 53#define STR_BACKGROUND_PATTERN (RC_RIBBAR_BEGIN + 10) 54#define STR_BACKGROUND_COLOR (RC_RIBBAR_BEGIN + 11) 55#define STR_BORDER_COLOR (RC_RIBBAR_BEGIN + 12) 56#define STR_BORDER_STYLE (RC_RIBBAR_BEGIN + 13) 57#define STR_BORDER_LINE (RC_RIBBAR_BEGIN + 14) 58#define STR_TEXT_COLOR (RC_RIBBAR_BEGIN + 15) 59#define STR_NUMLIST (RC_RIBBAR_BEGIN + 16) 60 61#define STR_HELP_TOOLBOX_TOGGLE (RC_RIBBAR_BEGIN + 17) 62 63#define RID_DRAW_WIN (RC_RIBBAR_BEGIN + 18) 64#define RID_CNTRLR_WIN (RC_RIBBAR_BEGIN + 19) 65#define RID_ALIGNMENT_WIN (RC_RIBBAR_BEGIN + 20) 66 67//Resourcen fuer Inputwin (Rechenleiste) 68#define RID_WIN_FORMULA (RC_RIBBAR_BEGIN + 21) 69#define MN_CALC_POPUP (RC_RIBBAR_BEGIN + 22) 70 71#define MN_NUMNAMES_POPUP (RC_RIBBAR_BEGIN + 23) 72#define RID_INSERT_FIELD_CTRL (RC_RIBBAR_BEGIN + 26) 73#define RID_BEZIER_WIN (RC_RIBBAR_BEGIN + 28) 74#define RID_SCROLL_NAVI_TBX (RC_RIBBAR_BEGIN + 29) 75#define RID_SCROLL_NAVIGATION_WIN (RC_RIBBAR_BEGIN + 30) 76#define RID_PVIEW_ZOOM_LB (RC_RIBBAR_BEGIN + 31) 77 78#define STR_IMGBTN_START (RC_RIBBAR_BEGIN + 31) 79 80#define STR_IMGBTN_NEXT_DOWN (STR_IMGBTN_START + 0) 81#define STR_IMGBTN_PREV_DOWN (STR_IMGBTN_START + 1) 82#define STR_IMGBTN_TBL_DOWN (STR_IMGBTN_START + 2) 83#define STR_IMGBTN_FRM_DOWN (STR_IMGBTN_START + 3) 84#define STR_IMGBTN_PGE_DOWN (STR_IMGBTN_START + 4) 85#define STR_IMGBTN_DRW_DOWN (STR_IMGBTN_START + 5) 86#define STR_IMGBTN_CTRL_DOWN (STR_IMGBTN_START + 6) 87#define STR_IMGBTN_REG_DOWN (STR_IMGBTN_START + 7) 88#define STR_IMGBTN_BKM_DOWN (STR_IMGBTN_START + 8) 89#define STR_IMGBTN_GRF_DOWN (STR_IMGBTN_START + 9) 90#define STR_IMGBTN_OLE_DOWN (STR_IMGBTN_START +10) 91#define STR_IMGBTN_OUTL_DOWN (STR_IMGBTN_START +11) 92#define STR_IMGBTN_SEL_DOWN (STR_IMGBTN_START +12) 93#define STR_IMGBTN_FTN_DOWN (STR_IMGBTN_START +13) 94#define STR_IMGBTN_MARK_DOWN (STR_IMGBTN_START +14) 95#define STR_IMGBTN_POSTIT_DOWN (STR_IMGBTN_START +15) 96#define STR_IMGBTN_SRCH_REP_DOWN (STR_IMGBTN_START +16) 97#define STR_IMGBTN_INDEX_ENTRY_DOWN (STR_IMGBTN_START +17) 98#define STR_IMGBTN_TBLFML_DOWN (STR_IMGBTN_START +18) 99#define STR_IMGBTN_TBLFML_ERR_DOWN (STR_IMGBTN_START +19) 100 101#define STR_IMGBTN_NEXT_UP (STR_IMGBTN_START +20) 102#define STR_IMGBTN_PREV_UP (STR_IMGBTN_START +21) 103#define STR_IMGBTN_TBL_UP (STR_IMGBTN_START +22) 104#define STR_IMGBTN_FRM_UP (STR_IMGBTN_START +23) 105#define STR_IMGBTN_PGE_UP (STR_IMGBTN_START +24) 106#define STR_IMGBTN_DRW_UP (STR_IMGBTN_START +25) 107#define STR_IMGBTN_CTRL_UP (STR_IMGBTN_START +26) 108#define STR_IMGBTN_REG_UP (STR_IMGBTN_START +27) 109#define STR_IMGBTN_BKM_UP (STR_IMGBTN_START +28) 110#define STR_IMGBTN_GRF_UP (STR_IMGBTN_START +29) 111#define STR_IMGBTN_OLE_UP (STR_IMGBTN_START +30) 112#define STR_IMGBTN_OUTL_UP (STR_IMGBTN_START +31) 113#define STR_IMGBTN_SEL_UP (STR_IMGBTN_START +32) 114#define STR_IMGBTN_FTN_UP (STR_IMGBTN_START +33) 115#define STR_IMGBTN_MARK_UP (STR_IMGBTN_START +34) 116#define STR_IMGBTN_POSTIT_UP (STR_IMGBTN_START +35) 117#define STR_IMGBTN_SRCH_REP_UP (STR_IMGBTN_START +36) 118#define STR_IMGBTN_INDEX_ENTRY_UP (STR_IMGBTN_START +37) 119#define STR_IMGBTN_TBLFML_UP (STR_IMGBTN_START +38) 120#define STR_IMGBTN_TBLFML_ERR_UP (STR_IMGBTN_START +39) 121 122#define BTN_NAVI (STR_IMGBTN_START +40) 123 124#define MN_ANCHOR_POPUP (STR_IMGBTN_START +41) 125 126#define RC_RIBBAR_ACT_END MN_ANCHOR_POPUP 127 128#if RC_RIBBAR_ACT_END > RC_RIBBAR_END 129#error Resource-Id Ueberlauf in #file, #line 130#endif 131 132#endif 133