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 _DIALOG_HRC 29#define _DIALOG_HRC 30 31// #include ***************************************************************** 32 33#include "rcid.hrc" 34 35// Dialoge ****************************************************************** 36 37#define DLG_SAVE_REGISTRY_FILE (RC_DIALOG_BEGIN + 1) 38 39#define DLG_PASSWD (RC_DIALOG_BEGIN + 3) 40#define DLG_PASTESPECIAL (RC_DIALOG_BEGIN + 5) 41#define DLG_LINKS (RC_DIALOG_BEGIN + 6) 42#define DLG_LINKEDIT (RC_DIALOG_BEGIN + 7) 43#define DLG_INSERT_ABSTRACT (RC_DIALOG_BEGIN + 8) 44#define DLG_ASCII_FILTER (RC_DIALOG_BEGIN + 9) 45#define DLG_WORDCOUNT (RC_DIALOG_BEGIN + 10) 46#define RID_QB_SPELL_CONTINUE (RC_DIALOG_BEGIN + 11) 47#define STR_SPELLING_COMPLETED (RC_DIALOG_BEGIN + 12) 48 49// Strings ****************************************************************** 50 51#define STR_LINKEDIT_TEXT (RC_DIALOG_BEGIN + 1) 52 53#define STR_CLOSELINKMSG (RC_DIALOG_BEGIN + 3) 54#define STR_PATH_NOT_FOUND (RC_DIALOG_BEGIN + 4) 55 56#define STR_FLT_SGV (RC_DIALOG_BEGIN + 8) 57 58#define STR_NEWDLG_NAME (RC_DIALOG_BEGIN + 10) 59 60// Controls ***************************************************************** 61 62#define CB_USE_PASSWD (RC_DIALOG_BEGIN ) 63#define CB_READ_ONLY (RC_DIALOG_BEGIN + 1) 64 65// Bereiche ***************************************************************** 66 67 68#define RC_REGIONSW_BEGIN (RC_DIALOG_BEGIN + 60) 69#define RC_REGIONSW_END (RC_DIALOG_BEGIN + 79) 70 71#define RC_MACASSGN_BEGIN (RC_DIALOG_BEGIN + 80) 72#define RC_MACASSGN_END (RC_DIALOG_BEGIN + 89) 73 74#define RC_DLG_ADDR (RC_DIALOG_BEGIN + 90) 75#define RC_SWDLG_BACKGROUND (RC_DIALOG_BEGIN + 91) 76#define RC_DLG_SWNUMFMTDLG (RC_DIALOG_BEGIN + 92) 77#define RC_DLG_SWBORDERDLG (RC_DIALOG_BEGIN + 93) 78#define RC_DLG_SWWRAPDLG (RC_DIALOG_BEGIN + 94) 79#define RC_DLG_SWFLDEDITDLG (RC_DIALOG_BEGIN + 95) 80// Ueberlaufpruefung ******************************************************** 81 82#define DIALOG_ACT_END RC_MACASSGN_END 83 84#if DIALOG_ACT_END > RC_DIALOG_END 85#error Resource-Ueberlauf in #file, #line 86#endif 87 88#endif 89 90