/************************************************************** * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. * *************************************************************/ #ifndef _SVX_STBCTRLS_H #define _SVX_STBCTRLS_H // defines ------------------------------------------------------------------ #define ZOOM_200 1 #define ZOOM_150 2 #define ZOOM_100 3 #define ZOOM_75 4 #define ZOOM_50 5 #define ZOOM_OPTIMAL 6 #define ZOOM_PAGE_WIDTH 7 #define ZOOM_WHOLE_PAGE 8 // IDs wie SUBTOTAL_FUNC im Calc #define PSZ_FUNC_AVG 1 #define PSZ_FUNC_COUNT2 3 #define PSZ_FUNC_COUNT 2 #define PSZ_FUNC_MAX 4 #define PSZ_FUNC_MIN 5 #define PSZ_FUNC_SUM 9 #define PSZ_FUNC_NONE 16 #define XMLSEC_CALL 1 #endif