1*62af67f2SAndrew Rist/************************************************************** 2cdf0e10cSrcweir * 3*62af67f2SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 4*62af67f2SAndrew Rist * or more contributor license agreements. See the NOTICE file 5*62af67f2SAndrew Rist * distributed with this work for additional information 6*62af67f2SAndrew Rist * regarding copyright ownership. The ASF licenses this file 7*62af67f2SAndrew Rist * to you under the Apache License, Version 2.0 (the 8*62af67f2SAndrew Rist * "License"); you may not use this file except in compliance 9*62af67f2SAndrew Rist * with the License. You may obtain a copy of the License at 10*62af67f2SAndrew Rist * 11*62af67f2SAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12*62af67f2SAndrew Rist * 13*62af67f2SAndrew Rist * Unless required by applicable law or agreed to in writing, 14*62af67f2SAndrew Rist * software distributed under the License is distributed on an 15*62af67f2SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*62af67f2SAndrew Rist * KIND, either express or implied. See the License for the 17*62af67f2SAndrew Rist * specific language governing permissions and limitations 18*62af67f2SAndrew Rist * under the License. 19*62af67f2SAndrew Rist * 20*62af67f2SAndrew Rist *************************************************************/ 21*62af67f2SAndrew Rist 22*62af67f2SAndrew Rist 23cdf0e10cSrcweir 24cdf0e10cSrcweir#ifndef FORMULA_FORRESID_HRC 25cdf0e10cSrcweir#define FORMULA_FORRESID_HRC 26cdf0e10cSrcweir 27cdf0e10cSrcweir// include ----------------------------------------------------------- 28cdf0e10cSrcweir 29cdf0e10cSrcweir#ifndef _SOLAR_HRC 30cdf0e10cSrcweir#include <svl/solar.hrc> 31cdf0e10cSrcweir#endif 32cdf0e10cSrcweir 33cdf0e10cSrcweir#define RID_DIALOG_START RID_FORMULA_START 34cdf0e10cSrcweir#define RID_PAGE_START RID_FORMULA_START 35cdf0e10cSrcweir#define RID_ERRORBOX_START RID_FORMULA_START 36cdf0e10cSrcweir#define RID_QUERYBOX_START RID_FORMULA_START 37cdf0e10cSrcweir#define RID_TOOLBOX_START RID_FORMULA_START 38cdf0e10cSrcweir#define RID_BITMAP_START RID_FORMULA_START 39cdf0e10cSrcweir#define RID_IMAGE_START RID_FORMULA_START 40cdf0e10cSrcweir#define RID_IMAGELIST_START RID_FORMULA_START 41cdf0e10cSrcweir#define RID_MENU_START RID_FORMULA_START 42cdf0e10cSrcweir#define RID_STRING_START RID_FORMULA_START 43cdf0e10cSrcweir#define RID_UNTYPED_START RID_FORMULA_START 44cdf0e10cSrcweir#define RID_WARN_START RID_FORMULA_START 45cdf0e10cSrcweir#define RID_CONTROL_START RID_FORMULA_START 46cdf0e10cSrcweir#define RID_MISC_START RID_FORMULA_START 47cdf0e10cSrcweir 48cdf0e10cSrcweir// Dialog Control Id's ----------------------------------------------------------- 49cdf0e10cSrcweir 50cdf0e10cSrcweir// strings 51cdf0e10cSrcweir 52cdf0e10cSrcweir// bitmap 53cdf0e10cSrcweir#define RID_BMP_REFBTN1 (RID_BITMAP_START + 0) 54cdf0e10cSrcweir#define RID_BMP_REFBTN1_H (RID_BITMAP_START + 1) 55cdf0e10cSrcweir#define RID_BMP_REFBTN2 (RID_BITMAP_START + 2) 56cdf0e10cSrcweir#define RID_BMP_REFBTN2_H (RID_BITMAP_START + 3) 57cdf0e10cSrcweir 58cdf0e10cSrcweir 59cdf0e10cSrcweir// pages 60cdf0e10cSrcweir#define RID_FORMULATAB_STRUCT (RID_PAGE_START + 0) 61cdf0e10cSrcweir#define RID_FORMULATAB_FUNCTION (RID_PAGE_START + 1) 62cdf0e10cSrcweir#define RID_FORMULADLG_FORMULA (RID_PAGE_START + 2) 63cdf0e10cSrcweir#define RID_FORMULATAB_PARAMETER (RID_PAGE_START + 3) 64cdf0e10cSrcweir#define RID_FORMULADLG_FORMULA_MODAL (RID_PAGE_START + 4) 65cdf0e10cSrcweir 66cdf0e10cSrcweir// misc 67cdf0e10cSrcweir 68cdf0e10cSrcweir// ----------------------------------------------------------------------- 69cdf0e10cSrcweir 70cdf0e10cSrcweir#endif // FORMULA_FORRESID_HRC 71