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 _INPUTWIN_HRC 28#define _INPUTWIN_HRC 29 30 31//PopupMenu Id's 32#define MN_CALC_PHD 1 33#define MN_CALC_SQRT 2 34#define MN_CALC_OR 3 35#define MN_CALC_XOR 4 36#define MN_CALC_AND 5 37#define MN_CALC_NOT 6 38#define MN_CALC_EQ 7 39#define MN_CALC_NEQ 8 40#define MN_CALC_LEQ 9 41#define MN_CALC_GEQ 10 42#define MN_CALC_LES 11 43#define MN_CALC_GRE 12 44#define MN_CALC_SUM 13 45#define MN_CALC_MEAN 14 46#define MN_CALC_MIN 15 47#define MN_CALC_MAX 16 48#define MN_CALC_SIN 17 49#define MN_CALC_COS 18 50#define MN_CALC_TAN 19 51#define MN_CALC_ASIN 20 52#define MN_CALC_ACOS 21 53#define MN_CALC_ATAN 22 54#define MN_CALC_POW 23 55#define MN_CALC_LISTSEP 24 56#define MN_CALC_ROUND 25 57 58#define MN_POP_OPS 29 59#define MN_POP_STATISTICS 30 60#define MN_POP_FUNC 31 61#define MN_RSC_END 32 62 63#define TBX_FORMULA 1 64#define ED_POS 2 65#define ED_FORMULA 3 66 67#endif 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85