xref: /trunk/main/starmath/source/dialog.hrc (revision e3349227)
1*a22eae0aSAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*a22eae0aSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*a22eae0aSAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*a22eae0aSAndrew Rist * distributed with this work for additional information
6*a22eae0aSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*a22eae0aSAndrew Rist * to you under the Apache License, Version 2.0 (the
8*a22eae0aSAndrew Rist * "License"); you may not use this file except in compliance
9*a22eae0aSAndrew Rist * with the License.  You may obtain a copy of the License at
10*a22eae0aSAndrew Rist *
11*a22eae0aSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*a22eae0aSAndrew Rist *
13*a22eae0aSAndrew Rist * Unless required by applicable law or agreed to in writing,
14*a22eae0aSAndrew Rist * software distributed under the License is distributed on an
15*a22eae0aSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*a22eae0aSAndrew Rist * KIND, either express or implied.  See the License for the
17*a22eae0aSAndrew Rist * specific language governing permissions and limitations
18*a22eae0aSAndrew Rist * under the License.
19*a22eae0aSAndrew Rist *
20*a22eae0aSAndrew Rist *************************************************************/
21*a22eae0aSAndrew Rist
22*a22eae0aSAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#ifndef _DIALOG_HRC_
25cdf0e10cSrcweir#define _DIALOG_HRC_
26cdf0e10cSrcweir
27cdf0e10cSrcweir
28cdf0e10cSrcweir#define FL_PRINTOPTIONS         10
29cdf0e10cSrcweir#define CB_TITLEROW             11
30cdf0e10cSrcweir#define CB_EQUATION_TEXT        12
31cdf0e10cSrcweir#define CB_FRAME                13
32cdf0e10cSrcweir
33cdf0e10cSrcweir#define FL_PRINT_FORMAT         20
34cdf0e10cSrcweir#define RB_ORIGINAL_SIZE        21
35cdf0e10cSrcweir#define RB_FIT_TO_PAGE          22
36cdf0e10cSrcweir#define RB_ZOOM                 23
37cdf0e10cSrcweir#define MF_ZOOM                 24
38cdf0e10cSrcweir
39cdf0e10cSrcweir#define FL_MISC_OPTIONS         30
40cdf0e10cSrcweir#define CB_IGNORE_SPACING       31
41cdf0e10cSrcweir#define CB_SAVE_ONLY_USED_SYMBOLS       32
42cdf0e10cSrcweir
43cdf0e10cSrcweir#define FT_FONTS_SUBSET         110
44cdf0e10cSrcweir#define LB_FONTS_SUBSET         111
45cdf0e10cSrcweir
46cdf0e10cSrcweir
47cdf0e10cSrcweir#endif
48cdf0e10cSrcweir
49