xref: /trunk/main/formula/source/ui/dlg/parawin.hrc (revision af7f2cbf3d6a5481a2f45e7fae5e85a32449c47d)
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
10cdf0e10cSrcweir *
11*62af67f2SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12cdf0e10cSrcweir *
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.
19cdf0e10cSrcweir *
20*62af67f2SAndrew Rist *************************************************************/
21*62af67f2SAndrew Rist
22*62af67f2SAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir// #define RID_SCTAB_PARAMETER      256
25cdf0e10cSrcweir
26cdf0e10cSrcweir#define FT_PARNAME          1
27cdf0e10cSrcweir#define FT_PARDESC          2
28cdf0e10cSrcweir#define FT_EDITDESC         3
29cdf0e10cSrcweir#define FT_ARG1             4
30cdf0e10cSrcweir#define FT_ARG2             5
31cdf0e10cSrcweir#define FT_ARG3             6
32cdf0e10cSrcweir#define FT_ARG4             7
33cdf0e10cSrcweir#define BTN_FX1             8
34cdf0e10cSrcweir#define BTN_FX2             9
35cdf0e10cSrcweir#define BTN_FX3             10
36cdf0e10cSrcweir#define BTN_FX4             11
37cdf0e10cSrcweir#define ED_ARG1             12
38cdf0e10cSrcweir#define ED_ARG2             13
39cdf0e10cSrcweir#define ED_ARG3             14
40cdf0e10cSrcweir#define ED_ARG4             15
41cdf0e10cSrcweir#define RB_ARG1             16
42cdf0e10cSrcweir#define RB_ARG2             17
43cdf0e10cSrcweir#define RB_ARG3             18
44cdf0e10cSrcweir#define RB_ARG4             19
45cdf0e10cSrcweir#define WND_SLIDER          20
46cdf0e10cSrcweir#define IMG_FX_H            30
47cdf0e10cSrcweir
48cdf0e10cSrcweir#define STR_OPTIONAL        1
49cdf0e10cSrcweir#define STR_REQUIRED        2
50