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#ifndef _MAILMERGEOUTPUTTYPEPAGE_HRC 28#define _MAILMERGEOUTPUTTYPEPAGE_HRC 29 30#define FI_HEADER 1 31#define FI_OPTIONS 2 32#define RB_SAVESTARTDOC 3 33#define RB_SAVEMERGEDDOC 4 34#define RB_PRINT 5 35#define RB_SENDMAIL 6 36#define FL_SEPARATOR 7 37#define PB_SAVESTARTDOC 8 38#define RB_SAVEASONE 12 39#define RB_SAVEINDIVIDUAL 13 40 41#define RB_FROM 15 42#define NF_FROM 16 43#define FT_TO 17 44#define NF_TO 18 45#define PB_SAVENOW 19 46 47#define FT_PRINT 21 48#define LB_PRINT 22 49#define PB_PRINTERSETTINGS 23 50#define RB_PRINTALL 24 51#define RB_PRINTCURRENT 25 52#define PB_PRINTNOW 26 53#define ST_SAVESTART 27 54#define ST_SAVEMERGED 28 55#define ST_PRINT 29 56#define ST_SENDMAIL 30 57 58#define FT_MAILTO 31 59#define LB_MAILTO 32 60#define PB_COPYTO 33 61#define FT_SUBJECT 34 62#define ED_SUBJECT 35 63#define FT_SENDAS 36 64#define LB_SENDAS 37 65#define PB_SENDAS 38 66#define RB_SENDALL 39 67#define PB_SENDDOCUMENTS 40 68 69#define FI_DESCRIPTION 41 70#define FT_CC 42 71#define ED_CC 43 72#define FT_BCC 44 73#define ED_BCC 45 74#define PB_OK 47 75#define PB_CANCEL 48 76#define PB_HELP 49 77#define FI_NOTE 50 78#define FT_ATTACHMENT 51 79#define ED_ATTACHMENT 52 80#define ST_DEFAULTATTACHMENT 53 81#define ST_SUBJECTQUERY 54 82#define ST_NOSUBJECT 55 83#define ST_NOATTACHMENTNAME 56 84#define ST_CONFIGUREMAIL 57 85 86#define IM_QUERY 58 87#define FI_QUERY 59 88#define ED_TEXT 60 89 90#define MM_DOCTYPE_OOO 1 91#define MM_DOCTYPE_PDF 2 92#define MM_DOCTYPE_WORD 3 93#define MM_DOCTYPE_HTML 4 94#define MM_DOCTYPE_TEXT 5 95 96 97#define IM_WARNING 1 98#define FI_WARNING 2 99#define FT_FILENAME 3 100#define ED_FILENAME 4 101 102#endif 103 104