1*8414840eSAndrew Rist/************************************************************** 2cdf0e10cSrcweir * 3*8414840eSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 4*8414840eSAndrew Rist * or more contributor license agreements. See the NOTICE file 5*8414840eSAndrew Rist * distributed with this work for additional information 6*8414840eSAndrew Rist * regarding copyright ownership. The ASF licenses this file 7*8414840eSAndrew Rist * to you under the Apache License, Version 2.0 (the 8*8414840eSAndrew Rist * "License"); you may not use this file except in compliance 9*8414840eSAndrew Rist * with the License. You may obtain a copy of the License at 10*8414840eSAndrew Rist * 11*8414840eSAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12*8414840eSAndrew Rist * 13*8414840eSAndrew Rist * Unless required by applicable law or agreed to in writing, 14*8414840eSAndrew Rist * software distributed under the License is distributed on an 15*8414840eSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*8414840eSAndrew Rist * KIND, either express or implied. See the License for the 17*8414840eSAndrew Rist * specific language governing permissions and limitations 18*8414840eSAndrew Rist * under the License. 19*8414840eSAndrew Rist * 20*8414840eSAndrew Rist *************************************************************/ 21*8414840eSAndrew Rist 22*8414840eSAndrew Rist 23cdf0e10cSrcweir#ifndef _SVX_OPTSAVE_HRC 24cdf0e10cSrcweir#define _SVX_OPTSAVE_HRC 25cdf0e10cSrcweir 26cdf0e10cSrcweir// defines ------------------------------------------------------------------ 27cdf0e10cSrcweir 28cdf0e10cSrcweir#define LB_LOAD 10 29cdf0e10cSrcweir#define CB_LOAD_SETTINGS 11 30cdf0e10cSrcweir#define CB_LOAD_DOCPRINTER 12 31cdf0e10cSrcweir#define GB_SAVE 13 32cdf0e10cSrcweir#define BTN_DOCINFO 14 33cdf0e10cSrcweir#define BTN_BACKUP 15 34cdf0e10cSrcweir#define BTN_AUTOSAVE 16 35cdf0e10cSrcweir#define ED_AUTOSAVE 17 36cdf0e10cSrcweir#define FT_MINUTE 18 37cdf0e10cSrcweir#define BTN_AUTOSAVEPROMPT 19 38cdf0e10cSrcweir#define BTN_NOPRETTYPRINTING 20 39cdf0e10cSrcweir#define FI_BACKUP 21 40cdf0e10cSrcweir#define BTN_WARNALIENFORMAT 22 41cdf0e10cSrcweir#define FT_ODF_VERSION 23 42cdf0e10cSrcweir#define LB_ODF_VERSION 24 43cdf0e10cSrcweir 44cdf0e10cSrcweir#define GB_RELATIVE 40 45cdf0e10cSrcweir#define BTN_RELATIVE_FSYS 41 46cdf0e10cSrcweir#define BTN_RELATIVE_INET 42 47cdf0e10cSrcweir 48cdf0e10cSrcweir#define FL_FILTER 43 49cdf0e10cSrcweir#define FT_APP 44 50cdf0e10cSrcweir#define LB_APP 45 51cdf0e10cSrcweir#define FT_FILTER 46 52cdf0e10cSrcweir#define LB_FILTER 47 53cdf0e10cSrcweir#define FI_FILTER 48 54cdf0e10cSrcweir#define FT_WARN 49 55cdf0e10cSrcweir#define FI_ODF_WARNING 50 56cdf0e10cSrcweir 57cdf0e10cSrcweir#define IMG_ODF_WARNING 1 58cdf0e10cSrcweir#define IMG_ODF_WARNING_HC 2 59cdf0e10cSrcweir 60cdf0e10cSrcweir#define APP_WRITER 0 61cdf0e10cSrcweir#define APP_WRITER_WEB 1 62cdf0e10cSrcweir#define APP_WRITER_GLOBAL 2 63cdf0e10cSrcweir#define APP_CALC 3 64cdf0e10cSrcweir#define APP_IMPRESS 4 65cdf0e10cSrcweir#define APP_DRAW 5 66cdf0e10cSrcweir#define APP_MATH 6 67cdf0e10cSrcweir#define APP_COUNT 7 68cdf0e10cSrcweir 69cdf0e10cSrcweir//Filter warning 70cdf0e10cSrcweir#define PB_OK 1 71cdf0e10cSrcweir#define FT_FILTER_WARNING 2 72cdf0e10cSrcweir#define CB_DONT_SHOW_AGAIN 3 73cdf0e10cSrcweir#define IMG_WARNING 4 74cdf0e10cSrcweir#define PB_CANCEL 5 75cdf0e10cSrcweir 76cdf0e10cSrcweir#endif // #ifndef _SVX_OPTSAVE_HRC 77cdf0e10cSrcweir 78