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 24#ifndef _FILTER_HRC 25#define _FILTER_HRC 26 27// include --------------------------------------------------------------- 28 29#include <svl/solar.hrc> 30 31// Help-Ids -------------------------------------------------------------- 32 33#define RID_PDF_DIALOG_START (RID_FILTER_START + 0) 34#define RID_PDF_DIALOG_END (RID_FILTER_START + 19) 35#define RID_XSLT_DIALOG_START (RID_FILTER_START + 20) 36#define RID_XSLT_DIALOG_END (RID_FILTER_START + 69) 37#define RID_PDF_OLD_EXPORT_DLG (RID_FILTER_START + 70) 38 39#define DLG_EXPORT_EPCT (RID_GOODIES_START+ 0) 40#define DLG_EXPORT_GIF (RID_GOODIES_START+ 1) 41#define DLG_EXPORT_EMET (RID_GOODIES_START+ 2) 42#define DLG_EXPORT_JPG (RID_GOODIES_START+ 3) 43#define DLG_IMPORT_PCD (RID_GOODIES_START+ 4) 44#define DLG_EXPORT_EPNG (RID_GOODIES_START+ 5) 45#define DLG_EXPORT_EPS (RID_GOODIES_START+ 8) 46#define DLG_EXPORT_EPBM (RID_GOODIES_START+ 9) 47#define DLG_EXPORT_EPGM (RID_GOODIES_START+ 10) 48#define DLG_EXPORT_EPPM (RID_GOODIES_START+ 11) 49#define DLG_SSL_NEWCERT (RID_GOODIES_START+ 12) 50#define DLG_SSL_INFCERT (RID_GOODIES_START+ 13) 51 52// warning, next range is RID_FILTER_START + 100 ! 53 54#define HID_FILTER_PDF_OPTIONS "HID_FILTER_PDF_OPTIONS" 55#define HID_FILTER_PDF_INITIAL_VIEW "HID_FILTER_PDF_INITIAL_VIEW" 56#define HID_FILTER_PDF_USER_INTERFACE "HID_FILTER_PDF_USER_INTERFACE" 57#define HID_FILTER_PDF_SECURITY "HID_FILTER_PDF_SECURITY" 58#define HID_FILTER_PDF_LINKS "HID_FILTER_PDF_LINKS" 59 60#endif 61 62