1/************************************************************************* 2 * 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 * 5 * Copyright 2000, 2010 Oracle and/or its affiliates. 6 * 7 * OpenOffice.org - a multi-platform office productivity suite 8 * 9 * This file is part of OpenOffice.org. 10 * 11 * OpenOffice.org is free software: you can redistribute it and/or modify 12 * it under the terms of the GNU Lesser General Public License version 3 13 * only, as published by the Free Software Foundation. 14 * 15 * OpenOffice.org is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 * GNU Lesser General Public License version 3 for more details 19 * (a copy is included in the LICENSE file that accompanied this code). 20 * 21 * You should have received a copy of the GNU Lesser General Public License 22 * version 3 along with OpenOffice.org. If not, see 23 * <http://www.openoffice.org/license.html> 24 * for a copy of the LGPLv3 License. 25 * 26 ************************************************************************/ 27 28#ifndef _SVTOOLS_IODLGIMPL_HRC 29#define _SVTOOLS_IODLGIMPL_HRC 30 31#include "svtools/svtools.hrc" 32#include "svtools/helpid.hrc" 33 34// ModalDialog DLG_SVT_EXPLORERFILE 35 36#define FT_EXPLORERFILE_CURRENTPATH 10 37#define BTN_EXPLORERFILE_NEWFOLDER 11 38#define BTN_EXPLORERFILE_LISTVIEW 12 39#define BTN_EXPLORERFILE_DETAILSVIEW 13 40#define BTN_EXPLORERFILE_UP 14 41#define BTN_EXPLORERFILE_STANDARD 15 42#define BTN_EXPLORERFILE_OPEN 16 43#define BTN_EXPLORERFILE_CANCEL 17 44#define BTN_EXPLORERFILE_HELP 18 45 46#define IMG_FILEDLG_BTN_UP 10 47#define IMG_FILEDLG_BTN_STD 11 48#define IMG_FILEDLG_CREATEFOLDER 14 49 50#define CTL_EXPLORERFILE_FILELIST 20 51 52#define FT_EXPLORERFILE_FILENAME 30 53#define ED_EXPLORERFILE_FILENAME 31 54#define FT_EXPLORERFILE_SHARED_LISTBOX 32 55#define LB_EXPLORERFILE_SHARED_LISTBOX 33 56#define FT_EXPLORERFILE_FILETYPE 34 57#define LB_EXPLORERFILE_FILETYPE 35 58 59#define CB_EXPLORERFILE_READONLY 40 60#define CB_EXPLORERFILE_PASSWORD 41 61#define CB_AUTO_EXTENSION 42 62#define CB_OPTIONS 43 63 64// ----------------------------------------------- 65 66#define STR_EXPLORERFILE_OPEN 1 67#define STR_EXPLORERFILE_SAVE 2 68#define STR_EXPLORERFILE_BUTTONSAVE 3 69#define STR_PATHNAME 4 70#define STR_PATHSELECT 5 71#define STR_BUTTONSELECT 6 72#define STR_ACTUALVERSION 7 73#define STR_PREVIEW 8 74 75// DLG_SVT_QUERYFOLDERNAME ----------------------- 76 77#define FT_SVT_QUERYFOLDERNAME_DLG_NAME 10 78#define ED_SVT_QUERYFOLDERNAME_DLG_NAME 11 79#define FL_SVT_QUERYFOLDERNAME_DLG_NAME 12 80#define BT_SVT_QUERYFOLDERNAME_DLG_OK 13 81#define BT_SVT_QUERYFOLDERNAME_DLG_CANCEL 14 82#define BT_SVT_QUERYFOLDERNAME_DLG_HELP 15 83 84// ----------------------------------------------- 85 86#define SID_SFX_START 5000 87#define SID_OPENURL (SID_SFX_START + 596) 88 89#endif 90 91