1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
20 #ifndef _SVTOOLS_IODLGIMPL_HRC
21 #define _SVTOOLS_IODLGIMPL_HRC
23 #include <svtools/svtools.hrc>
25 // ModalDialog DLG_SVT_EXPLORERFILE
27 #define FT_EXPLORERFILE_CURRENTPATH 10
28 #define BTN_EXPLORERFILE_NEWFOLDER 11
29 #define BTN_EXPLORERFILE_UP 12
30 // BTN_EXPLORERFILE_STANDARD 13
31 #define BTN_EXPLORERFILE_OPEN 14
32 #define BTN_EXPLORERFILE_CANCEL 15
33 #define BTN_EXPLORERFILE_HELP 16
35 #define IMG_FILEDLG_BTN_UP 10
36 #define IMG_FILEDLG_BTN_STD 11
37 #define IMG_FILEDLG_CREATEFOLDER 15
39 #define CTL_EXPLORERFILE_FILELIST 20
41 #define FT_EXPLORERFILE_FILENAME 30
42 #define ED_EXPLORERFILE_FILENAME 31
43 #define FT_EXPLORERFILE_SHARED_LISTBOX 32
44 #define LB_EXPLORERFILE_SHARED_LISTBOX 33
45 #define FT_EXPLORERFILE_FILETYPE 34
46 #define LB_EXPLORERFILE_FILETYPE 35
48 #define CB_EXPLORERFILE_READONLY 40
49 #define CB_EXPLORERFILE_PASSWORD 41
50 #define CB_AUTO_EXTENSION 42
53 // -----------------------------------------------
55 #define STR_EXPLORERFILE_OPEN 1
56 #define STR_EXPLORERFILE_SAVE 2
57 #define STR_EXPLORERFILE_BUTTONSAVE 3
58 #define STR_PATHNAME 4
59 #define STR_PATHSELECT 5
60 #define STR_BUTTONSELECT 6
61 #define STR_ACTUALVERSION 7
63 // DLG_SVT_QUERYFOLDERNAME -----------------------
65 #define FT_SVT_QUERYFOLDERNAME_DLG_NAME 10
66 #define ED_SVT_QUERYFOLDERNAME_DLG_NAME 11
67 #define FL_SVT_QUERYFOLDERNAME_DLG_NAME 12
68 #define BT_SVT_QUERYFOLDERNAME_DLG_OK 13
69 #define BT_SVT_QUERYFOLDERNAME_DLG_CANCEL 14
70 #define BT_SVT_QUERYFOLDERNAME_DLG_HELP 15
72 // -----------------------------------------------
74 #define SID_SFX_START 5000
75 #define SID_OPENURL (SID_SFX_START + 596)
77 #define HID_FILEDLG_STANDARD (HID_SFX_START + 27)
78 #define HID_FILEDLG_MANAGER (HID_SFX_START + 28)
79 #define HID_FILEDLG_URL (HID_SFX_START + 29)
80 #define HID_FILEDLG_USE_PASSWD (HID_SFX_START + 31)
81 #define HID_FILEDLG_READ_ONLY (HID_SFX_START + 32)
83 #define HID_FILEDLG_AUTOCOMPLETEBOX (HID_SFX_START + 218)
84 #define HID_FILEDLG_SAVE_BTN (HID_SFX_START + 219)
85 #define HID_FILEDLG_SAVE_FILENAME (HID_SFX_START + 220)
86 #define HID_FILEDLG_SAVE_FILETYPE (HID_SFX_START + 221)
87 #define HID_FILEDLG_INSERT_BTN (HID_SFX_START + 222)
88 #define HID_FILEDLG_PATH_BTN (HID_SFX_START + 223)
89 #define HID_FILEDLG_PATH_FILENAME (HID_SFX_START + 224)
90 #define HID_FILEDLG_FOLDER_BTN (HID_SFX_START + 225)
91 #define HID_FILEDLG_FOLDER_FILENAME (HID_SFX_START + 226)
92 #define HID_FILEDLG_SRCHFOLDER_BTN (HID_SFX_START + 227)
96 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */