1*e037e032SAndrew Rist/************************************************************** 2cdf0e10cSrcweir * 3*e037e032SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 4*e037e032SAndrew Rist * or more contributor license agreements. See the NOTICE file 5*e037e032SAndrew Rist * distributed with this work for additional information 6*e037e032SAndrew Rist * regarding copyright ownership. The ASF licenses this file 7*e037e032SAndrew Rist * to you under the Apache License, Version 2.0 (the 8*e037e032SAndrew Rist * "License"); you may not use this file except in compliance 9*e037e032SAndrew Rist * with the License. You may obtain a copy of the License at 10*e037e032SAndrew Rist * 11*e037e032SAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12*e037e032SAndrew Rist * 13*e037e032SAndrew Rist * Unless required by applicable law or agreed to in writing, 14*e037e032SAndrew Rist * software distributed under the License is distributed on an 15*e037e032SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*e037e032SAndrew Rist * KIND, either express or implied. See the License for the 17*e037e032SAndrew Rist * specific language governing permissions and limitations 18*e037e032SAndrew Rist * under the License. 19*e037e032SAndrew Rist * 20*e037e032SAndrew Rist *************************************************************/ 21*e037e032SAndrew Rist 22*e037e032SAndrew Rist 23cdf0e10cSrcweir 24cdf0e10cSrcweir#ifndef _SFX_FILEDLGHELPER_HRC 25cdf0e10cSrcweir#define _SFX_FILEDLGHELPER_HRC 26cdf0e10cSrcweir 27cdf0e10cSrcweir#include <sfx2/sfx.hrc> 28cdf0e10cSrcweir 29cdf0e10cSrcweir//#define STR_SFX_IMPORT_ALL (RID_SFX_EXPLORER_START + 50) 30cdf0e10cSrcweir#define STR_CB_AUTO_EXTENSION (RID_SFX_EXPLORER_START + 51) 31cdf0e10cSrcweir#define STR_CB_SELECTION (RID_SFX_EXPLORER_START + 52) 32cdf0e10cSrcweir#define STR_CB_INSERT_AS_LINK (RID_SFX_EXPLORER_START + 53) 33cdf0e10cSrcweir#define STR_CB_SHOW_PREVIEW (RID_SFX_EXPLORER_START + 54) 34cdf0e10cSrcweir#define STR_CB_READONLY (RID_SFX_EXPLORER_START + 55) 35cdf0e10cSrcweir#define STR_CB_PASSWORD (RID_SFX_EXPLORER_START + 56) 36cdf0e10cSrcweir#define STR_CB_FILTER_OPTIONS (RID_SFX_EXPLORER_START + 57) 37cdf0e10cSrcweir#define STR_PB_PLAY (RID_SFX_EXPLORER_START + 58) 38cdf0e10cSrcweir#define STR_PB_STOP (RID_SFX_EXPLORER_START + 59) 39cdf0e10cSrcweir#define STR_PB_OPEN (RID_SFX_EXPLORER_START + 60) 40cdf0e10cSrcweir#define STR_PB_SAVE (RID_SFX_EXPLORER_START + 61) 41cdf0e10cSrcweir#define STR_LB_IMAGE_TEMPLATE (RID_SFX_EXPLORER_START + 62) 42cdf0e10cSrcweir#define STR_LB_TEMPLATES (RID_SFX_EXPLORER_START + 63) 43cdf0e10cSrcweir#define STR_LB_VERSION (RID_SFX_EXPLORER_START + 64) 44cdf0e10cSrcweir 45cdf0e10cSrcweir#endif 46cdf0e10cSrcweir 47cdf0e10cSrcweir 48