summaryrefslogtreecommitdiff
path: root/uui/source/nameclashdlg.hrc
blob: 75b239af7dbebda4d27fec99592b939761d91b29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
/*
 * This file is part of the LibreOffice project.
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 *
 * This file incorporates work covered by the following license notice:
 *
 *   Licensed to the Apache Software Foundation (ASF) under one or more
 *   contributor license agreements. See the NOTICE file distributed
 *   with this work for additional information regarding copyright
 *   ownership. The ASF licenses this file to you under the Apache
 *   License, Version 2.0 (the "License"); you may not use this file
 *   except in compliance with the License. You may obtain a copy of
 *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 */

#ifndef UUI_NAMECLASHDLG_HRC
#define UUI_NAMECLASHDLG_HRC

//============================================================================

#define FT_FILE_EXISTS_WARNING  20
#define EDIT_NEW_NAME           21
#define BTN_OVERWRITE           22
#define BTN_RENAME              23
#define BTN_CANCEL              24
#define BTN_HELP                25

#endif // UUI_NAMECLASHDLG_HRC

1ec2bd97a6696583d36b'>Use getXWeak in svtoolsMike Kaganski 2023-04-15Simplify initialized checkMike Kaganski 2023-04-07move using the vcl file dialog in headless mode to the point of creationCaolán McNamara 2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski 2023-03-03tdf#153926 crash when trying to change language for selectionNoel Grandin 2023-02-22BaseMutex->std::mutex in PopupMenuControllerBaseNoel Grandin 2023-02-21Related: tdf#152508 and tdf#132110 use initial child size as size requestCaolán McNamara 2023-02-21Related: tdf#132110 use the container child size as default sizeCaolán McNamara 2023-02-20tdf#132110 page ids might not be state idsCaolán McNamara 2023-01-21XUnoTunnel->dynamic_cast in SvUnoImageMapObject/SvUnoImageMapNoel Grandin 2023-01-14use more VCLXPopupMenu instead of XPopupMenuNoel Grandin 2023-01-05Revert all the recent loplugin:unocast changesStephan Bergmann 2022-12-29tdf#152508 Initiate container request size after call of createPageIlhan Yesil 2022-12-20loplugin:unocast (weld::TransportAsXWindow)Stephan Bergmann 2022-09-21use more string_view in svtoolsNoel Grandin 2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann 2022-08-06move SVTXGridControl to toolkitCaolán McNamara 2022-07-14clang-tidy modernize-pass-by-value in svtoolsNoel Grandin 2022-07-14loplugin:moveitNoel Grandin