xref: /aoo42x/main/cui/source/dialogs/zoom.hrc (revision 103e116f)
18414840eSAndrew Rist/**************************************************************
2*103e116fSmseidel *
38414840eSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
48414840eSAndrew Rist * or more contributor license agreements.  See the NOTICE file
58414840eSAndrew Rist * distributed with this work for additional information
68414840eSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
78414840eSAndrew Rist * to you under the Apache License, Version 2.0 (the
88414840eSAndrew Rist * "License"); you may not use this file except in compliance
98414840eSAndrew Rist * with the License.  You may obtain a copy of the License at
10*103e116fSmseidel *
118414840eSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*103e116fSmseidel *
138414840eSAndrew Rist * Unless required by applicable law or agreed to in writing,
148414840eSAndrew Rist * software distributed under the License is distributed on an
158414840eSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
168414840eSAndrew Rist * KIND, either express or implied.  See the License for the
178414840eSAndrew Rist * specific language governing permissions and limitations
188414840eSAndrew Rist * under the License.
19*103e116fSmseidel *
208414840eSAndrew Rist *************************************************************/
218414840eSAndrew Rist
22cdf0e10cSrcweir#ifndef _SVX_ZOOM_HRC
23cdf0e10cSrcweir#define _SVX_ZOOM_HRC
24cdf0e10cSrcweir
25cdf0e10cSrcweir// defines ------------------------------------------------------------------
26cdf0e10cSrcweir
27*103e116fSmseidel#define FL_ZOOM				14
28*103e116fSmseidel#define BTN_OPTIMAL			15
29*103e116fSmseidel#define BTN_WHOLE_PAGE		16
30*103e116fSmseidel#define BTN_PAGE_WIDTH		17
31*103e116fSmseidel#define BTN_100				18
32*103e116fSmseidel#define BTN_USER			19
33*103e116fSmseidel#define ED_USER				20
34*103e116fSmseidel
35*103e116fSmseidel#define FL_VIEWLAYOUT		21
36*103e116fSmseidel#define BTN_AUTOMATIC		22
37*103e116fSmseidel#define BTN_SINGLE			23
38*103e116fSmseidel#define BTN_COLUMNS			24
39*103e116fSmseidel#define ED_COLUMNS			25
40*103e116fSmseidel#define CHK_BOOK			26
41*103e116fSmseidel
42*103e116fSmseidel#define FL_BOTTOM			27
43*103e116fSmseidel#define BTN_ZOOM_OK			28
44*103e116fSmseidel#define BTN_ZOOM_CANCEL		29
45*103e116fSmseidel#define BTN_ZOOM_HELP		30
46cdf0e10cSrcweir
47cdf0e10cSrcweir#endif
48cdf0e10cSrcweir
49*103e116fSmseidel// ********************************************************************** EOF
50