1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance 9 * with the License. You may obtain a copy of the License at 10 * 11 * http://www.apache.org/licenses/LICENSE-2.0 12 * 13 * Unless required by applicable law or agreed to in writing, 14 * software distributed under the License is distributed on an 15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16 * KIND, either express or implied. See the License for the 17 * specific language governing permissions and limitations 18 * under the License. 19 * 20 *************************************************************/ 21 22 23#ifndef _MAILMERGEOUTPUTTYPEPAGE_HRC 24#define _MAILMERGEOUTPUTTYPEPAGE_HRC 25 26#define FI_HEADER 1 27#define FI_OPTIONS 2 28#define RB_SAVESTARTDOC 3 29#define RB_SAVEMERGEDDOC 4 30#define RB_PRINT 5 31#define RB_SENDMAIL 6 32#define FL_SEPARATOR 7 33#define PB_SAVESTARTDOC 8 34#define RB_SAVEASONE 12 35#define RB_SAVEINDIVIDUAL 13 36 37#define RB_FROM 15 38#define NF_FROM 16 39#define FT_TO 17 40#define NF_TO 18 41#define PB_SAVENOW 19 42 43#define FT_PRINT 21 44#define LB_PRINT 22 45#define PB_PRINTERSETTINGS 23 46#define RB_PRINTALL 24 47#define RB_PRINTCURRENT 25 48#define PB_PRINTNOW 26 49#define ST_SAVESTART 27 50#define ST_SAVEMERGED 28 51#define ST_PRINT 29 52#define ST_SENDMAIL 30 53 54#define FT_MAILTO 31 55#define LB_MAILTO 32 56#define PB_COPYTO 33 57#define FT_SUBJECT 34 58#define ED_SUBJECT 35 59#define FT_SENDAS 36 60#define LB_SENDAS 37 61#define PB_SENDAS 38 62#define RB_SENDALL 39 63#define PB_SENDDOCUMENTS 40 64 65#define FI_DESCRIPTION 41 66#define FT_CC 42 67#define ED_CC 43 68#define FT_BCC 44 69#define ED_BCC 45 70#define PB_OK 47 71#define PB_CANCEL 48 72#define PB_HELP 49 73#define FI_NOTE 50 74#define FT_ATTACHMENT 51 75#define ED_ATTACHMENT 52 76#define ST_DEFAULTATTACHMENT 53 77#define ST_SUBJECTQUERY 54 78#define ST_NOSUBJECT 55 79#define ST_NOATTACHMENTNAME 56 80#define ST_CONFIGUREMAIL 57 81 82#define IM_QUERY 58 83#define FI_QUERY 59 84#define ED_TEXT 60 85 86#define MM_DOCTYPE_OOO 1 87#define MM_DOCTYPE_PDF 2 88#define MM_DOCTYPE_WORD 3 89#define MM_DOCTYPE_HTML 4 90#define MM_DOCTYPE_TEXT 5 91 92 93#define IM_WARNING 1 94#define FI_WARNING 2 95#define FT_FILENAME 3 96#define ED_FILENAME 4 97 98#endif 99 100