1*2891ce04SAndrew Rist/************************************************************** 2cdf0e10cSrcweir * 3*2891ce04SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 4*2891ce04SAndrew Rist * or more contributor license agreements. See the NOTICE file 5*2891ce04SAndrew Rist * distributed with this work for additional information 6*2891ce04SAndrew Rist * regarding copyright ownership. The ASF licenses this file 7*2891ce04SAndrew Rist * to you under the Apache License, Version 2.0 (the 8*2891ce04SAndrew Rist * "License"); you may not use this file except in compliance 9*2891ce04SAndrew Rist * with the License. You may obtain a copy of the License at 10cdf0e10cSrcweir * 11*2891ce04SAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12cdf0e10cSrcweir * 13*2891ce04SAndrew Rist * Unless required by applicable law or agreed to in writing, 14*2891ce04SAndrew Rist * software distributed under the License is distributed on an 15*2891ce04SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*2891ce04SAndrew Rist * KIND, either express or implied. See the License for the 17*2891ce04SAndrew Rist * specific language governing permissions and limitations 18*2891ce04SAndrew Rist * under the License. 19cdf0e10cSrcweir * 20*2891ce04SAndrew Rist *************************************************************/ 21*2891ce04SAndrew Rist 22*2891ce04SAndrew Rist 23cdf0e10cSrcweir 24cdf0e10cSrcweir#ifndef _FILTER_HRC 25cdf0e10cSrcweir#define _FILTER_HRC 26cdf0e10cSrcweir 27cdf0e10cSrcweir// include --------------------------------------------------------------- 28cdf0e10cSrcweir 29cdf0e10cSrcweir#include <svl/solar.hrc> 30cdf0e10cSrcweir 31cdf0e10cSrcweir// Help-Ids -------------------------------------------------------------- 32cdf0e10cSrcweir 33cdf0e10cSrcweir#define RID_PDF_DIALOG_START (RID_FILTER_START + 0) 34cdf0e10cSrcweir#define RID_PDF_DIALOG_END (RID_FILTER_START + 19) 35cdf0e10cSrcweir#define RID_XSLT_DIALOG_START (RID_FILTER_START + 20) 36cdf0e10cSrcweir#define RID_XSLT_DIALOG_END (RID_FILTER_START + 69) 37cdf0e10cSrcweir#define RID_PDF_OLD_EXPORT_DLG (RID_FILTER_START + 70) 38cdf0e10cSrcweir 39cdf0e10cSrcweir#define DLG_EXPORT_EPCT (RID_GOODIES_START+ 0) 40cdf0e10cSrcweir#define DLG_EXPORT_GIF (RID_GOODIES_START+ 1) 41cdf0e10cSrcweir#define DLG_EXPORT_EMET (RID_GOODIES_START+ 2) 42cdf0e10cSrcweir#define DLG_EXPORT_JPG (RID_GOODIES_START+ 3) 43cdf0e10cSrcweir#define DLG_IMPORT_PCD (RID_GOODIES_START+ 4) 44cdf0e10cSrcweir#define DLG_EXPORT_EPNG (RID_GOODIES_START+ 5) 45cdf0e10cSrcweir#define DLG_EXPORT_EPS (RID_GOODIES_START+ 8) 46cdf0e10cSrcweir#define DLG_EXPORT_EPBM (RID_GOODIES_START+ 9) 47cdf0e10cSrcweir#define DLG_EXPORT_EPGM (RID_GOODIES_START+ 10) 48cdf0e10cSrcweir#define DLG_EXPORT_EPPM (RID_GOODIES_START+ 11) 49cdf0e10cSrcweir#define DLG_SSL_NEWCERT (RID_GOODIES_START+ 12) 50cdf0e10cSrcweir#define DLG_SSL_INFCERT (RID_GOODIES_START+ 13) 51cdf0e10cSrcweir 52cdf0e10cSrcweir// warning, next range is RID_FILTER_START + 100 ! 53cdf0e10cSrcweir 54cdf0e10cSrcweir#define HID_FILTER_PDF_OPTIONS "HID_FILTER_PDF_OPTIONS" 55cdf0e10cSrcweir#define HID_FILTER_PDF_INITIAL_VIEW "HID_FILTER_PDF_INITIAL_VIEW" 56cdf0e10cSrcweir#define HID_FILTER_PDF_USER_INTERFACE "HID_FILTER_PDF_USER_INTERFACE" 57cdf0e10cSrcweir#define HID_FILTER_PDF_SECURITY "HID_FILTER_PDF_SECURITY" 58cdf0e10cSrcweir#define HID_FILTER_PDF_LINKS "HID_FILTER_PDF_LINKS" 59cdf0e10cSrcweir 60cdf0e10cSrcweir#endif 61cdf0e10cSrcweir 62