xref: /aoo42x/main/svx/source/stbctrls/stbctrls.h (revision 8aa9ac82)
1*8aa9ac82SAndrew Rist /**************************************************************
2cdf0e10cSrcweir  *
3*8aa9ac82SAndrew Rist  * Licensed to the Apache Software Foundation (ASF) under one
4*8aa9ac82SAndrew Rist  * or more contributor license agreements.  See the NOTICE file
5*8aa9ac82SAndrew Rist  * distributed with this work for additional information
6*8aa9ac82SAndrew Rist  * regarding copyright ownership.  The ASF licenses this file
7*8aa9ac82SAndrew Rist  * to you under the Apache License, Version 2.0 (the
8*8aa9ac82SAndrew Rist  * "License"); you may not use this file except in compliance
9*8aa9ac82SAndrew Rist  * with the License.  You may obtain a copy of the License at
10*8aa9ac82SAndrew Rist  *
11*8aa9ac82SAndrew Rist  *   http://www.apache.org/licenses/LICENSE-2.0
12*8aa9ac82SAndrew Rist  *
13*8aa9ac82SAndrew Rist  * Unless required by applicable law or agreed to in writing,
14*8aa9ac82SAndrew Rist  * software distributed under the License is distributed on an
15*8aa9ac82SAndrew Rist  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*8aa9ac82SAndrew Rist  * KIND, either express or implied.  See the License for the
17*8aa9ac82SAndrew Rist  * specific language governing permissions and limitations
18*8aa9ac82SAndrew Rist  * under the License.
19*8aa9ac82SAndrew Rist  *
20*8aa9ac82SAndrew Rist  *************************************************************/
21*8aa9ac82SAndrew Rist 
22*8aa9ac82SAndrew Rist 
23cdf0e10cSrcweir #ifndef _SVX_STBCTRLS_H
24cdf0e10cSrcweir #define _SVX_STBCTRLS_H
25cdf0e10cSrcweir 
26cdf0e10cSrcweir // defines ------------------------------------------------------------------
27cdf0e10cSrcweir 
28cdf0e10cSrcweir #define ZOOM_200			1
29cdf0e10cSrcweir #define ZOOM_150			2
30cdf0e10cSrcweir #define ZOOM_100			3
31cdf0e10cSrcweir #define ZOOM_75				4
32cdf0e10cSrcweir #define ZOOM_50				5
33cdf0e10cSrcweir 
34cdf0e10cSrcweir #define ZOOM_OPTIMAL		6
35cdf0e10cSrcweir #define ZOOM_PAGE_WIDTH		7
36cdf0e10cSrcweir #define ZOOM_WHOLE_PAGE		8
37cdf0e10cSrcweir 
38cdf0e10cSrcweir //	IDs wie SUBTOTAL_FUNC im Calc
39cdf0e10cSrcweir 
40cdf0e10cSrcweir #define PSZ_FUNC_AVG		1
41cdf0e10cSrcweir #define PSZ_FUNC_COUNT2		3
42cdf0e10cSrcweir #define PSZ_FUNC_COUNT		2
43cdf0e10cSrcweir #define PSZ_FUNC_MAX		4
44cdf0e10cSrcweir #define PSZ_FUNC_MIN		5
45cdf0e10cSrcweir #define PSZ_FUNC_SUM		9
46cdf0e10cSrcweir #define PSZ_FUNC_NONE		16
47cdf0e10cSrcweir 
48cdf0e10cSrcweir #define XMLSEC_CALL			1
49cdf0e10cSrcweir 
50cdf0e10cSrcweir #endif
51cdf0e10cSrcweir 
52