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#ifndef _WORKCTRL_HRC 24#define _WORKCTRL_HRC 25#include "ribbar.hrc" 26 27#define TBX_INSERT 1 28#define TBX_OBJ_INSERT 2 29#define TBX_FIELD_INSERT 3 30#define TBX_NAVIGATION 4 31#define IL_VALUES 5 32#define IMG_BTN 6 33#define ST_QUICK 7 34#define FI_INFO 8 35#define FL_SEP 9 36#define ILH_VALUES 10 37#define IMG_BTN_H 11 38 39 40#define ST_TBL 12 41#define ST_FRM 13 42#define ST_PGE 14 43#define ST_DRW 15 44#define ST_CTRL 16 45#define ST_REG 17 46#define ST_BKM 18 47#define ST_GRF 19 48#define ST_OLE 20 49#define ST_OUTL 21 50#define ST_SEL 22 51#define ST_FTN 23 52#define ST_MARK 24 53#define ST_POSTIT 25 54#define ST_SRCH_REP 26 55#define ST_INDEX_ENTRY 27 56#define ST_TABLE_FORMULA 28 57#define ST_TABLE_FORMULA_ERROR 29 58 59// doppelter Eintrag! hrc und hxx 60// diese Ids bestimmen, was die Buttons unter dem Scrollbar tun 61#define NID_START 20000 62#define NID_NEXT 20000 63#define NID_PREV 20001 64#define NID_TBL 20002 65#define NID_FRM 20003 66#define NID_PGE 20004 67#define NID_DRW 20005 68#define NID_CTRL 20006 69#define NID_REG 20007 70#define NID_BKM 20008 71#define NID_GRF 20009 72#define NID_OLE 20010 73#define NID_OUTL 20011 74#define NID_SEL 20012 75#define NID_FTN 20013 76#define NID_MARK 20014 77#define NID_POSTIT 20015 78#define NID_SRCH_REP 20016 79#define NID_INDEX_ENTRY 20017 80#define NID_TABLE_FORMULA 20018 81#define NID_TABLE_FORMULA_ERROR 20019 82#define NID_COUNT 20 83 84#endif 85