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/helpid.hrc"
25 // ModalDialog DLG_SVT_EXPLORERFILE
27 #define ED_EXPLORERFILE_CURRENTPATH 10
28 #define BTN_EXPLORERFILE_NEWFOLDER 11
29 #define BTN_EXPLORERFILE_UP 12
30 #define BTN_EXPLORERFILE_OPEN 14
31 #define BTN_EXPLORERFILE_CANCEL 15
32 #define BTN_EXPLORERFILE_HELP 16
34 #define IMG_FILEDLG_BTN_UP 10
35 #define IMG_FILEDLG_BTN_STD 11
36 #define IMG_FILEDLG_CREATEFOLDER 14
37 #define IMG_FILEDLG_PLACE_LOCAL 15
38 #define IMG_FILEDLG_PLACE_REMOTE 16
40 #define CTL_EXPLORERFILE_FILELIST 20
42 #define FT_EXPLORERFILE_FILENAME 30
43 #define ED_EXPLORERFILE_FILENAME 31
44 #define FT_EXPLORERFILE_SHARED_LISTBOX 32
45 #define LB_EXPLORERFILE_SHARED_LISTBOX 33
46 #define FT_EXPLORERFILE_FILETYPE 34
47 #define LB_EXPLORERFILE_FILETYPE 35
49 #define CB_EXPLORERFILE_READONLY 40
50 #define CB_EXPLORERFILE_PASSWORD 41
51 #define CB_AUTO_EXTENSION 42
54 #define LB_EXPLORERFILE_PLACES_LISTBOX 50
55 #define BTN_EXPLORERFILE_CONNECT_TO_SERVER 51
56 #define EXPLORERFILE_SPLITTER 52
58 // -----------------------------------------------
60 #define STR_EXPLORERFILE_OPEN 1
61 #define STR_EXPLORERFILE_SAVE 2
62 #define STR_EXPLORERFILE_BUTTONSAVE 3
63 #define STR_PATHNAME 4
64 #define STR_PATHSELECT 5
65 #define STR_BUTTONSELECT 6
66 #define STR_ACTUALVERSION 7
68 #define STR_DEFAULT_DIRECTORY 9
69 #define STR_PLACES_TITLE 10
71 // DLG_SVT_QUERYFOLDERNAME -----------------------
73 #define FT_SVT_QUERYFOLDERNAME_DLG_NAME 10
74 #define ED_SVT_QUERYFOLDERNAME_DLG_NAME 11
75 #define FL_SVT_QUERYFOLDERNAME_DLG_NAME 12
76 #define BT_SVT_QUERYFOLDERNAME_DLG_OK 13
77 #define BT_SVT_QUERYFOLDERNAME_DLG_CANCEL 14
78 #define BT_SVT_QUERYFOLDERNAME_DLG_HELP 15
80 // -----------------------------------------------
82 #define SID_SFX_START 5000
83 #define SID_OPENURL (SID_SFX_START + 596)
87 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */