xref: /aoo41x/main/toolkit/workben/layout/zoom.hrc (revision fb9697de)
1*fb9697deSAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*fb9697deSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*fb9697deSAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*fb9697deSAndrew Rist * distributed with this work for additional information
6*fb9697deSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*fb9697deSAndrew Rist * to you under the Apache License, Version 2.0 (the
8*fb9697deSAndrew Rist * "License"); you may not use this file except in compliance
9*fb9697deSAndrew Rist * with the License.  You may obtain a copy of the License at
10*fb9697deSAndrew Rist *
11*fb9697deSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*fb9697deSAndrew Rist *
13*fb9697deSAndrew Rist * Unless required by applicable law or agreed to in writing,
14*fb9697deSAndrew Rist * software distributed under the License is distributed on an
15*fb9697deSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*fb9697deSAndrew Rist * KIND, either express or implied.  See the License for the
17*fb9697deSAndrew Rist * specific language governing permissions and limitations
18*fb9697deSAndrew Rist * under the License.
19*fb9697deSAndrew Rist *
20*fb9697deSAndrew Rist *************************************************************/
21*fb9697deSAndrew Rist
22*fb9697deSAndrew Rist
23cdf0e10cSrcweir#ifndef _SVX_ZOOM_HRC
24cdf0e10cSrcweir#define _SVX_ZOOM_HRC
25cdf0e10cSrcweir
26cdf0e10cSrcweir// defines ------------------------------------------------------------------
27cdf0e10cSrcweir
28cdf0e10cSrcweir#define FL_ZOOM                                 14
29cdf0e10cSrcweir#define BTN_OPTIMAL                             15
30cdf0e10cSrcweir#define BTN_WHOLE_PAGE                          16
31cdf0e10cSrcweir#define BTN_PAGE_WIDTH                          17
32cdf0e10cSrcweir#define BTN_100                                 18
33cdf0e10cSrcweir#define BTN_USER                                19
34cdf0e10cSrcweir#define ED_USER                                 20
35cdf0e10cSrcweir
36cdf0e10cSrcweir#define FL_VIEWLAYOUT                           21
37cdf0e10cSrcweir#define BTN_AUTOMATIC                           22
38cdf0e10cSrcweir#define BTN_SINGLE                              23
39cdf0e10cSrcweir#define BTN_COLUMNS                             24
40cdf0e10cSrcweir#define ED_COLUMNS                              25
41cdf0e10cSrcweir#define CHK_BOOK                                26
42cdf0e10cSrcweir
43cdf0e10cSrcweir#define FL_BOTTOM                               27
44cdf0e10cSrcweir#define BTN_ZOOM_OK                             28
45cdf0e10cSrcweir#define BTN_ZOOM_CANCEL                         29
46cdf0e10cSrcweir#define BTN_ZOOM_HELP                           30
47cdf0e10cSrcweir
48cdf0e10cSrcweir#endif
49cdf0e10cSrcweir
50