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